comp.bic {varmixt}R Documentation

BIC and AIC criteria

Description

This function computes the value of AIC and BIC criteria for 2 to 10 variance components

Usage

comp.bic(VAR,df,stop.crit=1.e-6,n.max=20,display=FALSE)

Arguments

VAR Vector of estimated variance
df degrees of freedom of the estimated variance
stop.crit Real : convergence criterion for the EM algo
n.max Integer : maximum number of iterations
display Boolean : Should the program write its results on the console

Author(s)

Paul Delmar


[Package varmixt version 0.2-4 Index]