Age | Commit message (Collapse) | Author | Files | Lines |
|
- 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
|
|
- 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()
|
|
Roxygen update -> formatting changes in Rd files
|
|
|
|
|
|
|
|
by plotting squared residuals against predicted values, and
showing the variance function used in the fitted error model.
Rebuild docs
|
|
- Write the NEWS
- Static documentation rebuilt by pkgdown
- Adapt mkinerrmin
- Fix (hopefully all) remaining problems in mkinfit
|
|
|
|
- Use quiet= TRUE in dontrun sections
- Use mkinsub in model definitions
- Avoid \code{\link{}} in titles
|
|
Also ignore test.R in the top level directory, as it is not meant to
be public
|
|
|
|
|
|
In this commit, the separatation of plots for observed variables works.
The formatting should be improved.
However, in gmkin, plotting with show_residuals = TRUE is used, and the
GUI expects that the residual plot is below the main plot. This
behaviour should be restored.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Including documentation and documentation improvements for mmkin().
|