From d0a358a8f4fd03c95536409523e492eb15726f44 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 4 Mar 2019 10:12:43 +0100 Subject: Review tests and examples based on winbuilder results Static documentation rebuilt by pkgdown --- docs/reference/mccall81_245T.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/reference/mccall81_245T.html') diff --git a/docs/reference/mccall81_245T.html b/docs/reference/mccall81_245T.html index bfb34489..5fbbc962 100644 --- a/docs/reference/mccall81_245T.html +++ b/docs/reference/mccall81_245T.html @@ -161,10 +161,10 @@
SFO_SFO_SFO <- mkinmod(T245 = list(type = "SFO", to = "phenol"), phenol = list(type = "SFO", to = "anisole"), anisole = list(type = "SFO"))
#> Successfully compiled differential equation model from auto-generated C code.
fit.1 <- mkinfit(SFO_SFO_SFO, subset(mccall81_245T, soil == "Commerce"), quiet = TRUE) - summary(fit.1, data = FALSE)
#> mkin version used for fitting: 0.9.48.1 + summary(fit.1, data = FALSE)
#> Warning: Could not estimate covariance matrix; singular system.
#> mkin version used for fitting: 0.9.48.1 #> R version used for fitting: 3.5.2 -#> Date of fit: Tue Feb 26 21:07:42 2019 -#> Date of summary: Tue Feb 26 21:07:42 2019 +#> Date of fit: Mon Mar 4 10:08:00 2019 +#> Date of summary: Mon Mar 4 10:08:00 2019 #> #> Equations: #> d_T245/dt = - k_T245_sink * T245 - k_T245_phenol * T245 @@ -174,7 +174,7 @@ #> #> Model predictions using solution type deSolve #> -#> Fitted with method Port using 574 model solutions performed in 3.766 s +#> Fitted with method Port using 574 model solutions performed in 3.762 s #> #> Weighting: none #> @@ -210,8 +210,8 @@ #> log_k_phenol_anisole -0.9037 NA NA NA #> log_k_anisole_sink -5.0090 NA NA NA #> -#> Parameter correlation:
#> Warning: Could not estimate covariance matrix; singular system:
#> Could not estimate covariance matrix; singular system: -#> +#> Parameter correlation: +#> Could not estimate covariance matrix; singular system. #> Residual standard error: 2.78 on 18 degrees of freedom #> #> Backtransformed parameters: @@ -252,8 +252,8 @@ fixed_parms = "k_phenol_sink", quiet = TRUE) summary(fit.2, data = FALSE)
#> mkin version used for fitting: 0.9.48.1 #> R version used for fitting: 3.5.2 -#> Date of fit: Tue Feb 26 21:07:44 2019 -#> Date of summary: Tue Feb 26 21:07:44 2019 +#> Date of fit: Mon Mar 4 10:08:02 2019 +#> Date of summary: Mon Mar 4 10:08:02 2019 #> #> Equations: #> d_T245/dt = - k_T245_sink * T245 - k_T245_phenol * T245 @@ -263,7 +263,7 @@ #> #> Model predictions using solution type deSolve #> -#> Fitted with method Port using 246 model solutions performed in 1.612 s +#> Fitted with method Port using 246 model solutions performed in 1.598 s #> #> Weighting: none #> -- cgit v1.2.1