R/coef.biprobit.R

Defines functions coef.biprobit

##' @export
coef.biprobit <- function(object,matrix=FALSE,...) {
  if (matrix) return(object$coef)
  return(object$coef[,1])
}
kkholst/mets documentation built on April 19, 2024, 7:19 a.m.