diff options
Diffstat (limited to 'man/synthetic_data_for_UBA.Rd')
-rw-r--r-- | man/synthetic_data_for_UBA.Rd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/synthetic_data_for_UBA.Rd b/man/synthetic_data_for_UBA.Rd index 5d924afd..468e3731 100644 --- a/man/synthetic_data_for_UBA.Rd +++ b/man/synthetic_data_for_UBA.Rd @@ -41,6 +41,7 @@ measurement error in analytical chemistry. Technometrics 37(2), 176-184.
}
\examples{
+\dontrun{
m_synth_SFO_lin <- mkinmod(parent = list(type = "SFO", to = "M1"),
M1 = list(type = "SFO", to = "M2"),
M2 = list(type = "SFO"), use_of_ff = "max")
@@ -62,4 +63,5 @@ m_synth_DFOP_par <- mkinmod(parent = list(type = "DFOP", to = c("M1", "M2"), mkinfit(m_synth_SFO_lin, synthetic_data_for_UBA_2014[[1]]$data)
}
+}
\keyword{datasets}
|