diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-05-14 18:47:38 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-05-14 18:47:38 +0200 |
commit | a1d7c14feadd175674b3cd8b5d7051bafba5bc3e (patch) | |
tree | 613417026ca9aaccfaef8f2358295c6f3fe60b29 /man/parms.Rd | |
parent | 808a679efb69ec6603db6642687d9e8ceb3b3453 (diff) |
Update version number, better example formatting
Diffstat (limited to 'man/parms.Rd')
-rw-r--r-- | man/parms.Rd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/parms.Rd b/man/parms.Rd index 87e23781..d3917639 100644 --- a/man/parms.Rd +++ b/man/parms.Rd @@ -33,9 +33,12 @@ model parameters, in order to avoid working with a fitted model without considering the error structure that was assumed for the fit. } \examples{ -fit <- mkinfit("SFO", FOCUS_2006_C) +# mkinfit objects +fit <- mkinfit("SFO", FOCUS_2006_C, quiet = TRUE) parms(fit) parms(fit, transformed = TRUE) + +# mmkin objects ds <- lapply(experimental_data_for_UBA_2019[6:10], function(x) subset(x$data[c("name", "time", "value")])) names(ds) <- paste("Dataset", 6:10) |