diff options
Diffstat (limited to 'man/transform_odeparms.Rd')
-rw-r--r-- | man/transform_odeparms.Rd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/transform_odeparms.Rd b/man/transform_odeparms.Rd index cc1d1611..c6034424 100644 --- a/man/transform_odeparms.Rd +++ b/man/transform_odeparms.Rd @@ -65,7 +65,7 @@ SFO_SFO <- mkinmod( parent = list(type = "SFO", to = "m1", sink = TRUE), m1 = list(type = "SFO")) # Fit the model to the FOCUS example dataset D using defaults -fit <- mkinfit(SFO_SFO, FOCUS_2006_D) +fit <- mkinfit(SFO_SFO, FOCUS_2006_D, quiet = TRUE) summary(fit, data=FALSE) # See transformed and backtransformed parameters \dontrun{ |