View source: R/fit_distributions.R
| AIC.fit_dist | R Documentation |
S3 method to extract the Akaike Information Criterion from a fitted distribution.
## S3 method for class 'fit_dist'
AIC(object, ..., k = 2)
object |
an object of class "fit_dist". |
... |
additional arguments (not used). |
k |
penalty per parameter (default: 2 for AIC). |
AIC value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.