diff options
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) +} |