Convergence Criteria Checks for REML.
Determine whether the optimization has converged on a maximum of the log-likelihood function
ccFun(obj = NULL) ccFun1(obj = NULL) ccFun2(obj = NULL) ccFun3(obj = NULL) ccFun4(obj = NULL)
obj
: Optional gremlin model object. If NULL
then the necessary variables are taken from the parent environment, if presentA logical
value whether the current REML iteration has passed the convergence criteria
grS2 <- gremlinR(WWG11 ~ sex, random = ~ sire, data = Mrode11, maxit = 2) ccFun1(grS2) ccFun2(grS2) grS <- gremlinR(WWG11 ~ sex, random = ~ sire, data = Mrode11) ccFun(grS)
Meyer, K. 2019. WOMBAT A program for mixed model analyses by restricted maximum likelihood. User Notes. 27 September 2019.