From 8a3475c59f3d91ce5ce7d980d6de09360617e7fe Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 7 May 2019 08:12:27 +0200 Subject: After the OLS step, use OLS parameter estimates - Fix the respective error in the code - Static documentation rebuilt by pkgdown --- docs/reference/NAFTA_SOP_Attachment.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'docs/reference/NAFTA_SOP_Attachment.html') diff --git a/docs/reference/NAFTA_SOP_Attachment.html b/docs/reference/NAFTA_SOP_Attachment.html index 76d91c40..149b4d82 100644 --- a/docs/reference/NAFTA_SOP_Attachment.html +++ b/docs/reference/NAFTA_SOP_Attachment.html @@ -152,7 +152,7 @@

Examples

-
nafta_att_p5a <- nafta(NAFTA_SOP_Attachment[["p5a"]], cores = 1)
#> The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
#> The half-life obtained from the IORE model may be used
print(nafta_att_p5a)
#> Sums of squares: +
nafta_att_p5a <- nafta(NAFTA_SOP_Attachment[["p5a"]], cores = 1)
#> Warning: Could not calculate correlation; no covariance matrix
#> Warning: Could not calculate correlation; no covariance matrix
#> Warning: Could not calculate correlation; no covariance matrix
#> The SFO model is rejected as S_SFO is equal or higher than the critical value S_c
#> The half-life obtained from the IORE model may be used
print(nafta_att_p5a)
#> Sums of squares: #> SFO IORE DFOP #> 465.21753 56.27506 32.06401 #> @@ -161,25 +161,25 @@ #> #> Parameters: #> $SFO -#> Estimate Pr(>t) Lower Upper -#> parent_0 95.8401 4.67e-21 92.245 99.4357 -#> k_parent_sink 0.0102 3.92e-12 0.009 0.0117 -#> sigma 4.8230 3.81e-06 3.214 6.4318 +#> Estimate Pr(>t) Lower Upper +#> parent_0 95.8401 NA NA NA +#> k_parent_sink 0.0102 NA NA NA +#> sigma 4.8230 NA NA NA #> #> $IORE -#> Estimate Pr(>t) Lower Upper -#> parent_0 1.01e+02 NA 9.91e+01 1.02e+02 -#> k__iore_parent_sink 1.54e-05 NA 4.08e-06 5.84e-05 -#> N_parent 2.57e+00 NA 2.25e+00 2.89e+00 -#> sigma 1.68e+00 NA 1.12e+00 2.24e+00 +#> Estimate Pr(>t) Lower Upper +#> parent_0 1.01e+02 NA NA NA +#> k__iore_parent_sink 1.54e-05 NA NA NA +#> N_parent 2.57e+00 NA NA NA +#> sigma 1.68e+00 NA NA NA #> #> $DFOP -#> Estimate Pr(>t) Lower Upper -#> parent_0 9.99e+01 1.41e-26 98.8116 101.0810 -#> k1 2.67e-02 5.05e-06 0.0243 0.0295 -#> k2 2.86e-12 5.00e-01 0.0000 Inf -#> g 6.47e-01 3.67e-06 0.6248 0.6677 -#> sigma 1.27e+00 8.91e-06 0.8395 1.6929 +#> Estimate Pr(>t) Lower Upper +#> parent_0 9.99e+01 NA NA NA +#> k1 2.67e-02 NA NA NA +#> k2 2.86e-12 NA NA NA +#> g 6.47e-01 NA NA NA +#> sigma 1.27e+00 NA NA NA #> #> #> DTx values: -- cgit v1.2.1