From 524a8bba89b95840b4e9215c403947a8bb76d7b2 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 30 Nov 2020 16:05:10 +0100 Subject: Complete rebuild of static docs of dev version --- docs/dev/reference/logLik.mkinfit.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/dev/reference/logLik.mkinfit.html') diff --git a/docs/dev/reference/logLik.mkinfit.html b/docs/dev/reference/logLik.mkinfit.html index dbeeef60..66539dbd 100644 --- a/docs/dev/reference/logLik.mkinfit.html +++ b/docs/dev/reference/logLik.mkinfit.html @@ -193,10 +193,10 @@ and the fitted error model parameters.

# \dontrun{ sfo_sfo <- mkinmod( - parent = mkinsub("SFO", to = "m1"), - m1 = mkinsub("SFO") + parent = mkinsub("SFO", to = "m1"), + m1 = mkinsub("SFO") ) -
#> Successfully compiled differential equation model from auto-generated C code.
d_t <- FOCUS_2006_D +
#> Temporary DLL for differentials generated and loaded
d_t <- FOCUS_2006_D f_nw <- mkinfit(sfo_sfo, d_t, quiet = TRUE) # no weighting (weights are unity)
#> Warning: Observations with value of zero were removed from the data
f_obs <- mkinfit(sfo_sfo, d_t, error_model = "obs", quiet = TRUE)
#> Warning: Observations with value of zero were removed from the data
f_tc <- mkinfit(sfo_sfo, d_t, error_model = "tc", quiet = TRUE) -- cgit v1.2.1