Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-15 | Include random effects in starting parameters | Johannes Ranke | 25 | -236/+420 | |
- mean_degparms() now optionally returns starting values for fixed and random effects, which makes it possible to obtain acceptable fits also in more difficult cases (with more parameters) - Fix the anova method, as it is currently not enough to inherit from lme: https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17761 - Show fit information, and per default also errmin information in plot.nlme.mmkin() - Examples for nlme.mmkin: Decrease tolerance and increase the number of iterations in the PNLS step in order to be able to fit FOMC-SFO and DFOP-SFO | |||||
2020-04-15 | Show fit information even if show_errmin = FALSE | Johannes Ranke | 1 | -4/+5 | |
2020-04-15 | A plot method for nlme.mmkin fits | Johannes Ranke | 16 | -118/+800 | |
2020-04-14 | Add a nlme method for mmkin row objects | Johannes Ranke | 6 | -23/+270 | |
2020-04-14 | Keep order of datasets in nlme_data, add a plot | Johannes Ranke | 5 | -6/+51 | |
2020-04-10 | Address build config validation hints | Johannes Ranke | 1 | -2/+4 | |
2020-04-10 | Improve nlme function docs | Johannes Ranke | 15 | -75/+162 | |
2020-04-10 | Trigger rebuild after deleting caches on travis | Johannes Ranke | 1 | -1/+1 | |
According to the hint of @jimhester received in the Travis Forum - thanks! | |||||
2020-04-09 | Add another visual test for coverage | Johannes Ranke | 3 | -17/+151 | |
2020-04-09 | Travis: Reduce another test tolerance | Johannes Ranke | 1 | -1/+2 | |
2020-04-09 | Tests on Travis: Residuals tolerance and skip another plot | Johannes Ranke | 2 | -4/+4 | |
2020-04-09 | Improve test coverage and fix nlme test | Johannes Ranke | 7 | -21/+370 | |
No idea why I had to do more assignments all of a sudden in test_nlme.R | |||||
2020-04-09 | Try mkinerrplot for obs and tc on Travis again | Johannes Ranke | 2 | -1/+59 | |
2020-04-08 | Use two assignments to avoid skipping another test | Johannes Ranke | 2 | -16/+16 | |
2020-04-08 | Make the nlme test file work with testthat | Johannes Ranke | 3 | -22/+16 | |
2020-04-07 | Add some tests for the nlme convenience functions | Johannes Ranke | 6 | -15/+89 | |
2020-04-07 | Improve documentation of mmkin objects | Johannes Ranke | 1 | -2/+3 | |
2020-04-04 | Static documentation rebuilt by pkgdown | Johannes Ranke | 7 | -11/+222 | |
2020-04-04 | Add three functions to facilitate the use of nlme | Johannes Ranke | 11 | -508/+368 | |
2020-04-03 | Merge branch 'master' into mxkin | Johannes Ranke | 47 | -701/+1328 | |
Merge DESCRIPTION manually to combine dependencies and rerun check to update check.log | |||||
2020-04-03 | Compiled models article, reduce distractions | Johannes Ranke | 16 | -351/+674 | |
- Added a section with platform specific notes on getting compiled models to work to the compiled models article - Don't return empty SFORB parameter list from endpoints() if there is no SFORB model - Avoid warnings when using standardized = TRUE in plot.mmkin() | |||||
2020-03-31 | Update NEWS, static documentation rebuilt by pkgdownv0.9.49.9 | Johannes Ranke | 2 | -2/+5 | |
2020-03-31 | Use inline documentation for R6 class mkinds | Johannes Ranke | 6 | -99/+126 | |
2020-03-31 | Static documentation rebuilt by pkgdown | Johannes Ranke | 8 | -32/+57 | |
2020-03-30 | Static documentation rebuilt by pkgdown | Johannes Ranke | 25 | -219/+371 | |
2020-03-30 | Don't check for gcc on the path in mkinmod | Johannes Ranke | 17 | -143/+304 | |
Roxygen update -> formatting changes in Rd files | |||||
2020-03-30 | Add new dependencies | Johannes Ranke | 2 | -59/+15 | |
2020-03-30 | Fixed example code | Johannes Ranke | 2 | -11/+22 | |
2020-03-30 | First nlme fits for models with a metabolite | Johannes Ranke | 19 | -123/+400 | |
2020-03-29 | First automatic generation of an nlme model | Johannes Ranke | 2 | -58/+133 | |
2020-03-27 | Merge branch 'master' into mxkin | Johannes Ranke | 46 | -113/+1114 | |
2020-03-18 | Clarify comment in example code | Johannes Ranke | 1 | -1/+1 | |
2020-02-14 | Delete trailing whitespace | Johannes Ranke | 1 | -11/+11 | |
2020-02-14 | Update local r-forge path in Makefile | Johannes Ranke | 1 | -1/+1 | |
2020-01-09 | Remove unused FME package from DESCRIPTION text | Johannes Ranke | 9 | -20/+18 | |
2020-01-08 | Todays date in DESCRIPTION, update check logv0.9.49.8 | Johannes Ranke | 2 | -2/+3 | |
2020-01-08 | Typos in NEWS, update static docs | Johannes Ranke | 2 | -2/+2 | |
2019-12-16 | Argument ymax for plot.mmkin | Johannes Ranke | 3 | -13/+25 | |
2019-12-10 | More additions to the README | Johannes Ranke | 3 | -5/+9 | |
2019-12-10 | Update and amend the README | Johannes Ranke | 3 | -7/+58 | |
2019-12-09 | Consistently use "two-component error model" | Johannes Ranke | 4 | -7/+7 | |
instead of "two component error model" | |||||
2019-11-13 | Improve formatting using markdown | Johannes Ranke | 3 | -21/+19 | |
2019-11-13 | Improve README | Johannes Ranke | 3 | -19/+12 | |
2019-11-13 | Calculate Akaike weights | Johannes Ranke | 12 | -11/+361 | |
2019-11-13 | Improve citation | Johannes Ranke | 1 | -1/+2 | |
2019-11-13 | Likelihood ratio test for mmkin columns with two fits | Johannes Ranke | 5 | -7/+15 | |
2019-11-13 | Remove leftover line | Johannes Ranke | 1 | -2/+0 | |
2019-11-12 | lrtest method for mmkin columns with two fits | Johannes Ranke | 1 | -0/+9 | |
2019-11-09 | Add a lack-of-fit test | Johannes Ranke | 20 | -27/+605 | |
- Switch an example dataset in the test setup to a dataset with replicates, adapt tests - Skip the test for lrtest with an update specification as it does not only fail when pkgdown generates static help pages, but also in testthat | |||||
2019-11-06 | Attempt of an overall model for an mmkin row | Johannes Ranke | 1 | -0/+58 | |