diff options
Diffstat (limited to 'man/schaefer07_complex_case.Rd')
-rw-r--r-- | man/schaefer07_complex_case.Rd | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/man/schaefer07_complex_case.Rd b/man/schaefer07_complex_case.Rd index c666d08b..50272f4e 100644 --- a/man/schaefer07_complex_case.Rd +++ b/man/schaefer07_complex_case.Rd @@ -36,6 +36,12 @@ model <- mkinmod( B1 = list(type = "SFO"),
C1 = list(type = "SFO"),
A2 = list(type = "SFO"), use_of_ff = "max")
-\dontrun{mkinfit(model, data)}
+ \dontrun{
+ fit <- mkinfit(model, data, quiet = TRUE)
+ plot(fit)
+ endpoints(fit)
+ }
+ # Compare with the results obtained in the original publication
+ print(schaefer07_complex_results)
}
\keyword{datasets}
|