aboutsummaryrefslogtreecommitdiff
path: root/R/nlme.mmkin.R
AgeCommit message (Collapse)AuthorFilesLines
2020-10-27Add summary method for nlme.mmkin objectsJohannes Ranke1-6/+40
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-24Plot method for nlme.mmkin objectsJohannes Ranke1-0/+2
Update docs
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/+55
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-07-20Require upcoming nlme version, remove anova.nlme.mmkinJohannes Ranke1-29/+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-12Update vignettes and docsJohannes Ranke1-1/+0
2020-04-18Fix NOTE, prepare for releasev0.9.49.10Johannes Ranke1-1/+1
2020-04-18Avoid assignment to .GlobalEnv for CRANJohannes Ranke1-8/+27
2020-04-15Adapt endpoint() to also work for nlme.mmkin objectsJohannes Ranke1-0/+5
2020-04-15Include random effects in starting parametersJohannes Ranke1-4/+96
- 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-4/+5
2020-04-14Add a nlme method for mmkin row objectsJohannes Ranke1-0/+85

Contact - Imprint