ccFun | R Documentation |
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 |
A logical
value whether the current REML iteration has passed
the convergence criteria
Meyer, K. 2019. WOMBAT A program for mixed model analyses by restricted maximum likelihood. User Notes. 27 September 2019.
grS2 <- gremlinR(WWG11 ~ sex, random = ~ sire, data = Mrode11, maxit = 2)
ccFun1(grS2)
ccFun2(grS2)
grS <- gremlinR(WWG11 ~ sex, random = ~ sire, data = Mrode11)
ccFun(grS)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.