From f0da2e311eb33fa5851956e958e91c25b4da5c1e Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 20 Jun 2015 18:38:03 +0200 Subject: Reorganize transform_odeparms example, reduce check time --- man/transform_odeparms.Rd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/man/transform_odeparms.Rd b/man/transform_odeparms.Rd index 1385a896..cc1d1611 100644 --- a/man/transform_odeparms.Rd +++ b/man/transform_odeparms.Rd @@ -66,9 +66,13 @@ SFO_SFO <- mkinmod( m1 = list(type = "SFO")) # Fit the model to the FOCUS example dataset D using defaults fit <- mkinfit(SFO_SFO, FOCUS_2006_D) -fit.2 <- mkinfit(SFO_SFO, FOCUS_2006_D, transform_rates = FALSE) summary(fit, data=FALSE) # See transformed and backtransformed parameters + +\dontrun{ +fit.2 <- mkinfit(SFO_SFO, FOCUS_2006_D, transform_rates = FALSE) summary(fit.2, data=FALSE) +} + initials <- fit$start$value names(initials) <- rownames(fit$start) transformed <- fit$start_transformed$value -- cgit v1.2.1