diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2014-07-21 08:20:44 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2014-07-21 09:20:58 +0200 |
commit | a1567638a3ba9f4d62fa199525097a94ddfd7912 (patch) | |
tree | a223ff07ae669b61c44b97dcbfd5a48f5243ac24 /README.md | |
parent | 8def5006fc81c032c3fc99751e062cdb32a81cc1 (diff) |
Bugfix, model shorthand, state.ini[[1]] from observed data
- The bug occurred when using transform_rates=FALSE for FOMC, DFOP or HS
- Make it possible to use mkinfit("SFO", ...)
- Take initial mean value at time zero for the variable with the highest
value in the observed data
- Update of vignette/FOCUS_L
- Improve the Makefile to build single vignettes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -47,6 +47,11 @@ A very simple usage example would be plot(SFO.fit, show_residuals = TRUE) summary(SFO.fit) +If you have parent only degradation data, you can use a shorthand notation +like `SFO` or `FOMC` for the model without the need to use `mkinmod` + + FOMC.fit <- mkinfit("FOMC", example_data) + A fairly complex usage example using a built-in dataset: data <- mkin_wide_to_long(schaefer07_complex_case, time = "time") |