diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-11-01 15:34:28 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-11-01 15:34:28 +0100 |
commit | ce73c044b949154e3bc3e715b9b79e1360b3f794 (patch) | |
tree | 28f477a3142f1efa463a8d8569f924b9064e8637 /man/parms.Rd | |
parent | e7c65ee913d4a84da0957d2ebb89abfbc444de56 (diff) |
Make the 'quadratic' the default for 'confint'
Also the documentation was improved here and there
Diffstat (limited to 'man/parms.Rd')
-rw-r--r-- | man/parms.Rd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/parms.Rd b/man/parms.Rd index 73cb23cd..5752de0b 100644 --- a/man/parms.Rd +++ b/man/parms.Rd @@ -25,3 +25,8 @@ This function always returns degradation model parameters as well as error 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) +parms(fit) +parms(fit, transformed = TRUE) +} |