aic | R Documentation |
Calculates AIC or AICc.
aic(maxlLik, p)
aicc(maxlLik, p, n)
maxlLik |
maximum log likelihood value identified upon model convergence |
p |
number of parameters in the model |
n |
is the total number of observations of a single gene (e.g., 8 time points X 4 replicates X 4 treatments/genotypes = 128) |
returns the AIC or AICc values
aicc(100,5,15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.