diff options
Diffstat (limited to 'docs/reference/nafta.html')
| -rw-r--r-- | docs/reference/nafta.html | 19 | 
1 files changed, 12 insertions, 7 deletions
| diff --git a/docs/reference/nafta.html b/docs/reference/nafta.html index b1d45272..9b879786 100644 --- a/docs/reference/nafta.html +++ b/docs/reference/nafta.html @@ -133,7 +133,7 @@      </div> -    <pre class="usage"><span class='fu'>nafta</span>(<span class='no'>ds</span>, <span class='kw'>title</span> <span class='kw'>=</span> <span class='fl'>NA</span>, <span class='kw'>quiet</span> <span class='kw'>=</span> <span class='fl'>FALSE</span>)</pre> +    <pre class="usage">nafta(ds, title = NA, quiet = FALSE, …)</pre>      <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a>Arguments</h2>      <table class="ref-arguments"> @@ -153,6 +153,10 @@        <th>quiet</th>        <td><p>Should the evaluation text be shown?</p></td>      </tr> +    <tr> +      <th>…</th> +      <td><p>Further arguments passed to <code><a href='mmkin.html'>mmkin</a></code>.</p></td> +    </tr>      </table>      <h2 class="hasAnchor" id="value"><a class="anchor" href="#value"></a>Value</h2> @@ -175,7 +179,8 @@      <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2> -    <pre class="examples"><div class='input'>  <span class='no'>nafta_evaluation</span> <span class='kw'><-</span> <span class='fu'>nafta</span>(<span class='no'>NAFTA_SOP_Appendix_D</span>)</div><div class='output co'>#> <span class='message'>The SFO model is rejected as S_SFO is equal or higher than the critical value S_c</span></div><div class='output co'>#> <span class='message'>The representative half-life of the IORE model is longer than the one corresponding</span></div><div class='output co'>#> <span class='message'>to the terminal degradation rate found with the DFOP model.</span></div><div class='output co'>#> <span class='message'>The representative half-life obtained from the DFOP model may be used</span></div><div class='input'>  <span class='fu'><a href='https://www.rdocumentation.org/packages/base/topics/print'>print</a></span>(<span class='no'>nafta_evaluation</span>)</div><div class='output co'>#> Sums of squares: +    <pre class="examples"><div class='input'>  <span class='no'>nafta_evaluation</span> <span class='kw'><-</span> <span class='fu'>nafta</span>(<span class='no'>NAFTA_SOP_Appendix_D</span>, <span class='kw'>cores</span> <span class='kw'>=</span> <span class='fl'>1</span>)</div><div class='output co'>#> <span class='warning'>Warning: Calculation of the Jacobian failed for the cost function of the untransformed model.</span> +#> <span class='warning'>No t-test results will be available</span></div><div class='output co'>#> <span class='message'>The SFO model is rejected as S_SFO is equal or higher than the critical value S_c</span></div><div class='output co'>#> <span class='message'>The representative half-life of the IORE model is longer than the one corresponding</span></div><div class='output co'>#> <span class='message'>to the terminal degradation rate found with the DFOP model.</span></div><div class='output co'>#> <span class='message'>The representative half-life obtained from the DFOP model may be used</span></div><div class='input'>  <span class='fu'><a href='https://www.rdocumentation.org/packages/base/topics/print'>print</a></span>(<span class='no'>nafta_evaluation</span>)</div><div class='output co'>#> Sums of squares:  #>       SFO      IORE      DFOP   #> 1378.6832  615.7730  517.8836   #>  @@ -191,8 +196,8 @@  #> $IORE  #>                         Estimate Pr(>t)        Lower        Upper  #> parent_0            9.685291e+01     NA 8.752855e+01 1.061773e+02 -#> k__iore_parent_sink 8.403374e-14     NA 1.092054e-19 6.466412e-08 -#> N_parent            6.684458e+00     NA 3.538511e+00 9.830405e+00 +#> k__iore_parent_sink 8.403401e-14     NA 1.092058e-19 6.466429e-08 +#> N_parent            6.684457e+00     NA 3.538510e+00 9.830404e+00  #>   #> $DFOP  #>              Estimate       Pr(>t)        Lower        Upper @@ -204,9 +209,9 @@  #>   #> DTx values:  #>      DT50    DT90 DT50_rep -#> SFO   407    1352      407 -#> IORE  541 5192066  1562968 -#> DFOP  429    2383      841 +#> SFO   407    1350      407 +#> IORE  541 5190000  1560000 +#> DFOP  429    2380      841  #>   #> Representative half-life:  #> [1] 841.4096</div><div class='input'>  <span class='fu'><a href='https://www.rdocumentation.org/packages/graphics/topics/plot'>plot</a></span>(<span class='no'>nafta_evaluation</span>)</div><div class='img'><img src='nafta-1.png' alt='' width='700' height='433' /></div></pre> | 
