Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-27 | Add summary method for nlme.mmkin objects | Johannes Ranke | 1 | -0/+3 | |
Improve and update docs | |||||
2020-10-24 | Plot method for nlme.mmkin objects | Johannes Ranke | 1 | -0/+1 | |
Update docs | |||||
2020-10-15 | Reintroduce saemix helper functions | Johannes Ranke | 1 | -0/+5 | |
2020-10-08 | Fix issues for release | Johannes Ranke | 1 | -5/+0 | |
2020-07-20 | Require upcoming nlme version, remove anova.nlme.mmkin | Johannes Ranke | 1 | -1/+0 | |
The method is no longer necessary, now that Bug 17761 is fixed upstream https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17761 | |||||
2020-05-29 | Warn if standardized residuals are unlikely normal | Johannes Ranke | 1 | -0/+1 | |
This revealed a bug in the data returned in mkinfit$data in the case of the d_3 algorithm, which also affected the residual plot - the data from the direct fitting was not returned even if this was the better method. | |||||
2020-05-26 | Use all cores per default, confint tolerance | Johannes Ranke | 1 | -0/+1 | |
Also, use more intelligent starting values for the variance of the random effects for saemix. While this does not appear to speed up the convergence, it shows where this variance is greatly reduced by using mixed-effects models as opposed to the separate independent fits. | |||||
2020-05-25 | Tell travis where to find the required saemix version | Johannes Ranke | 1 | -0/+2 | |
2020-05-25 | First working version of saemix helper functions | Johannes Ranke | 1 | -0/+2 | |
saemix_data depends on a development version of saemix, see pull request saemixdevelopment/saemixextension#2 | |||||
2020-05-14 | Add a parms method for mmkin objects | Johannes Ranke | 1 | -0/+1 | |
2020-04-18 | Fix NOTE, prepare for releasev0.9.49.10 | Johannes Ranke | 1 | -0/+1 | |
2020-04-18 | Avoid assignment to .GlobalEnv for CRAN | Johannes Ranke | 1 | -0/+2 | |
2020-04-15 | Include random effects in starting parameters | Johannes Ranke | 1 | -0/+3 | |
- 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 | A plot method for nlme.mmkin fits | Johannes Ranke | 1 | -0/+2 | |
2020-04-14 | Add a nlme method for mmkin row objects | Johannes Ranke | 1 | -0/+2 | |
2020-04-04 | Add three functions to facilitate the use of nlme | Johannes Ranke | 1 | -1/+3 | |
2020-04-03 | Merge branch 'master' into mxkin | Johannes Ranke | 1 | -0/+1 | |
Merge DESCRIPTION manually to combine dependencies and rerun check to update check.log | |||||
2020-03-31 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -0/+1 | |
2020-03-30 | First nlme fits for models with a metabolite | Johannes Ranke | 1 | -0/+3 | |
2019-11-13 | Calculate Akaike weights | Johannes Ranke | 1 | -0/+3 | |
2019-11-13 | Likelihood ratio test for mmkin columns with two fits | Johannes Ranke | 1 | -0/+1 | |
2019-11-09 | Add a lack-of-fit test | Johannes Ranke | 1 | -0/+5 | |
- 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-04 | Scaled residual plots | Johannes Ranke | 1 | -0/+1 | |
2019-11-01 | Fix bug in yesterdays release, add methods for BIC | Johannes Ranke | 1 | -0/+5 | |
2019-10-31 | Add likelihood ratio test and other methods, fixes | Johannes Ranke | 1 | -0/+7 | |
The likelihood ratio test method is lrtest, in addition, methods for update and residuals were added. | |||||
2019-10-26 | Fix checks and tests | Johannes Ranke | 1 | -0/+1 | |
Static documentation rebuilt by pkgdown | |||||
2019-10-26 | parms and confint methods | Johannes Ranke | 1 | -0/+3 | |
The confint method can do profile likelihood based confidence intervals! | |||||
2019-10-25 | Use roxygen for functions and methods | Johannes Ranke | 1 | -34/+72 | |
2019-04-04 | Direct error model fitting works | Johannes Ranke | 1 | -3/+1 | |
- No IRLS required - Removed optimization algorithms other than Port - Removed the dependency on FME - Fitting the error model 'obs' is much faster for the FOCUS_2006_D dataset and the FOMC_SFO model (1 second versus 3.4 seconds) - Vignettes build slower. Compiled models needs 3 minutes instead of 1.5 - For other vignettes, the trend is less clear. Some fits are faster, even for error_model = "const". FOCUS_Z is faster (34.9 s versus 44.1 s) - Standard errors and confidence intervals are slightly smaller - Removed code for plotting during the fit, as I hardly ever used it - Merged the two cost functions (using transformed and untransformed parameters) into one log-likelihood function | |||||
2019-02-22 | Implement the NAFTA evaluation scheme | Johannes Ranke | 1 | -4/+12 | |
2019-01-31 | Restore NAMESPACE | Johannes Ranke | 1 | -4/+28 | |
which was accidentally overwritten by pkgdown -> roxygen | |||||
2019-01-31 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -28/+4 | |
2019-01-31 | Export to CAKE study file | Johannes Ranke | 1 | -0/+1 | |
2018-11-26 | Add AIC method for mmkin column objects | Johannes Ranke | 1 | -0/+1 | |
Static documentation rebuilt by pkgdown | |||||
2018-11-23 | Fix namespace declaration | Johannes Ranke | 1 | -1/+1 | |
2018-11-23 | Static documentation rebuilt by pkgdown | Johannes Ranke | 1 | -0/+1 | |
2018-09-21 | Improve fitting the two-component error model | Johannes Ranke | 1 | -1/+2 | |
with respect to accuracy and robustness. | |||||
2018-09-18 | Make mkinpredict generic and write a method for fits | Johannes Ranke | 1 | -0/+2 | |
2016-12-07 | Use latex in plots when using tikzDevice | Johannes Ranke | 1 | -0/+1 | |
2015-11-09 | Export print.mkinds and rebuild vignettes | Johannes Ranke | 1 | -0/+1 | |
2015-10-19 | Add the R6 class mkinds | Johannes Ranke | 1 | -0/+1 | |
2015-10-19 | Add a print method for mkinmod objects | Johannes Ranke | 1 | -0/+1 | |
2015-07-20 | Avoid error message for SFORB in endpoints, updates | Johannes Ranke | 1 | -1/+2 | |
2015-06-30 | Start to import or qualify functions from stats, utils et al. | Johannes Ranke | 1 | -1/+2 | |
2015-06-26 | Subsetting and plotting for mmkin objects | Johannes Ranke | 1 | -0/+2 | |
Including documentation and documentation improvements for mmkin(). | |||||
2015-06-25 | Small fixes | Johannes Ranke | 1 | -1/+2 | |
2015-06-20 | Low-level generation of compiled models | Johannes Ranke | 1 | -1/+2 | |
As it is unclear if and when ccSolve will be published on CRAN, the generation, compilation and use of the C version of the system of differential equations was developed for mkin, inspired and guided by the code from the ccSolve package. Many thanks again to Karline Soetaert for all of her work on this and other R packages. Now all model types, including the Hockey-Stick model for the parent compund and the IORE model for parent and/or metabolites can be compiled. | |||||
2015-04-18 | Add a vignette showing the performance of compiled models | Johannes Ranke | 1 | -3/+2 | |
2015-04-14 | Compile differential equation models with ccSolve package | Johannes Ranke | 1 | -1/+2 | |
If the ccSolve package is available, and time is not in the right hand side of the equations (i.e. if only SFO and SFORB models are used), the differential equation model is compiled from auto-generated C code. Currently, one test (FOCUS 2006 D SFO_SFO) fails | |||||
2015-02-21 | Avoid NOTES in R CMD check | Johannes Ranke | 1 | -0/+3 | |
- Export S3 methods - Avoid using undeclared variable names |