diff options
Diffstat (limited to 'docs/reference/AIC.mmkin.html')
| -rw-r--r-- | docs/reference/AIC.mmkin.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/reference/AIC.mmkin.html b/docs/reference/AIC.mmkin.html index d5386145..c797567c 100644 --- a/docs/reference/AIC.mmkin.html +++ b/docs/reference/AIC.mmkin.html @@ -169,10 +169,10 @@    <span class='co'># of parameters, the higher (worse) the AIC</span>    <span class='fu'><a href='https://www.rdocumentation.org/packages/stats/topics/AIC'>AIC</a></span>(<span class='no'>f</span>[, <span class='st'>"FOCUS A"</span>])</div><div class='output co'>#>      df      AIC  #> SFO   3 55.28197 -#> FOMC  4 57.28198 +#> FOMC  4 57.28202  #> DFOP  5 59.28197</div><div class='input'>  <span class='fu'><a href='https://www.rdocumentation.org/packages/stats/topics/AIC'>AIC</a></span>(<span class='no'>f</span>[, <span class='st'>"FOCUS A"</span>], <span class='kw'>k</span> <span class='kw'>=</span> <span class='fl'>0</span>) <span class='co'># If we do not penalize additional parameters, we get nearly the same</span></div><div class='output co'>#>      df      AIC  #> SFO   3 49.28197 -#> FOMC  4 49.28198 +#> FOMC  4 49.28202  #> DFOP  5 49.28197</div><div class='input'>    <span class='co'># For FOCUS C, the more complex models fit better</span>    <span class='fu'><a href='https://www.rdocumentation.org/packages/stats/topics/AIC'>AIC</a></span>(<span class='no'>f</span>[, <span class='st'>"FOCUS C"</span>])</div><div class='output co'>#>      df      AIC | 
