R/coef.mcemGLMM.R

Defines functions coef.mcemGLMM

Documented in coef.mcemGLMM

coef.mcemGLMM <- function(object,...) {
  coef0 <- tail(object$mcemEST, n = 1)[1:ncol(object$x)]
  names(coef0) <- colnames(object$mcemEST)[1:ncol(object$x)]
  return(coef0)
}

Try the mcemGLM package in your browser

Any scripts or data that you put into this service are public.

mcemGLM documentation built on April 3, 2023, 5:43 p.m.