ccFun function

Convergence Criteria Checks for REML.

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)

Arguments

  • obj: Optional gremlin model object. If NULL then the necessary variables are taken from the parent environment, if present

Returns

A logical value whether the current REML iteration has passed the convergence criteria

Examples

grS2 <- gremlinR(WWG11 ~ sex, random = ~ sire, data = Mrode11, maxit = 2) ccFun1(grS2) ccFun2(grS2) grS <- gremlinR(WWG11 ~ sex, random = ~ sire, data = Mrode11) ccFun(grS)

References

Meyer, K. 2019. WOMBAT A program for mixed model analyses by restricted maximum likelihood. User Notes. 27 September 2019.

Author(s)

matthewwolak@gmail.com

  • Maintainer: Matthew Wolak
  • License: GPL-3 | file LICENSE
  • Last published: 2024-11-04