aboutsummaryrefslogtreecommitdiff
path: root/man/nlme.mmkin.Rd
AgeCommit message (Collapse)AuthorFilesLines
2022-03-14Reduce check time for CRAN, releasev1.1.0Johannes Ranke1-4/+3
2021-07-23Merge branch 'master' into nlmixrJohannes Ranke1-4/+3
After the merge, run make test and accept the new snapshot for the mixed model fit for an nlme object
2021-06-09Rudimentary support for setting up nlmixr modelsJohannes Ranke1-1/+1
- All degradation models are specified as ODE models. This appears to be fast enough - Error models are being translated to nlmixr as close to the mkin error model as possible. When using the 'saem' backend, it appears not to be possible to use the same error model for more than one observed variable - No support yet for models with parallel formation of metabolites, where the ilr transformation is used in mkin per default - There is a bug in nlmixr which appears to be triggered if the data are not balanced, see nlmixrdevelopment/nlmixr#530 - There is a print and a plot method, the summary method is not finished
2021-02-04Documentation improvements, mainly fixing example codeJohannes Ranke1-18/+19
The errors in the example code were in the \dontrun sections, so they were not caught by CRAN checks. In addition, the static help files generated with pkgdown were cached, so I noticed the errors only after completely regenerating the documentation for version 1.0.0.
2020-12-02Possibility to specify random effects structuresJohannes Ranke1-4/+5
The default is pdDiag again, as we often have a small number of datasets in degradation kinetics.
2020-11-30Complete rebuild of static docs of dev versionJohannes Ranke1-2/+4
2020-11-30Log-Cholesky parameterisation as default in nlme.mmkinJohannes Ranke1-18/+27
2020-11-10Digits for summary methods, print.saem.mmkinJohannes Ranke1-3/+4
2020-11-09saemix.mmkin and nlme.mmkin inherit from mixed.mmkinJohannes Ranke1-3/+4
With a plot method. The class mixed.mmkin is currently only a virtual class created to unify the plotting method.
2020-11-05Fix link and update docsJohannes Ranke1-2/+2
2020-10-27Add summary method for nlme.mmkin objectsJohannes Ranke1-0/+5
Improve and update docs
2020-10-26Put the legend in its own area for plot.nlme.mmkinJohannes Ranke1-0/+2
2020-10-24Fix a bug for nlme with parent only, improve examplesJohannes Ranke1-29/+8
2020-10-22Really fix check for nlme::varConstPropJohannes Ranke1-1/+2
And add output for nlme fit translating the mkinfit error model "obs" into nlme::varIdent().
2020-10-22Improve interface to experimental version of nlmeJohannes Ranke1-7/+37
The experimental nlme version in my drat repository contains the variance function structure varConstProp which makes it possible to use the two-component error model in generalized nonlinear models using nlme::gnls() and in mixed effects models using nlme::nlme().
2020-05-12Update vignettes and docsJohannes Ranke1-1/+1
2020-05-12Documentation improvements, rebuild static docsJohannes Ranke1-1/+1
2020-04-18Avoid assignment to .GlobalEnv for CRANJohannes Ranke1-2/+2
2020-04-15Adapt endpoint() to also work for nlme.mmkin objectsJohannes Ranke1-0/+5
2020-04-15Include random effects in starting parametersJohannes Ranke1-4/+59
- 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-15A plot method for nlme.mmkin fitsJohannes Ranke1-3/+8
2020-04-14Add a nlme method for mmkin row objectsJohannes Ranke1-0/+72

Contact - Imprint