Description Usage Arguments Details Value
Extract Akaike's An Information Criteria from a 'SATcurve' object
1 2 | ## S3 method for class 'SATcurve'
extractAIC(fit, scale, k = 2, useMSE = FALSE, ...)
|
fit |
object of class |
scale |
unused argument |
k |
numeric specifying the penalty per parameter to be used in calculating AIC. Default to 2. |
useMSE |
logical. If |
... |
further arguments (currently not used). |
As with the default method, the criterion used is
AIC = - 2*log L + k * df,
where L is the likelihood and df is the degrees
of freedom (i.e., the number of free parameters) of fit
.
A numeric vector of length 2 including:
df |
the degrees of freedom for the fitted model |
AIC |
the Akaike's Information Criterion for |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.