BICcapushe | R Documentation |
These functions return the model selected by the Bayesian Information Criterion (BIC).
BICcapushe(data,n)
data |
|
n |
|
The penalty shape value should be increasing with respect to the complexity value (column 3).
The complexity values have to be positive.
n
is necessary to compute AIC and BIC criteria. n
is the size of
sample used to compute the contrast values given in the data
matrix.
Do not confuse n
with the size of the model collection which is the number
of rows of the data
matrix.
model The model selected by BIC.
data(datacapushe)
BICcapushe(datacapushe,n=1000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.