From 164c4af404b59f9144f68fcefeeac34326a34372 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 29 Jun 2015 08:40:19 +0200 Subject: Quiet fitting in examples and more links for static docs. --- man/transform_odeparms.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/transform_odeparms.Rd') 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{ -- cgit v1.2.1