Description Usage Arguments Value
Multicore l.ic for heavy tasks
1 | ml.ic(exprs, df, family, penalty = 2, cl = detectCores())
|
exprs |
List of GLM formulas. |
df |
Data.frame. |
family |
Object : a description of the error distribution. |
penalty |
numeric specifying the ‘weight’ of the equivalent degrees of freedom. (penalty = 2 is the AIC and penalty = log(n) is the BIC) |
cl |
Number of CPU cores on the current host. |
The Information Criterion for all formulas in 'exprs'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.