R/coef.biprobit.R

Defines functions coef.biprobit

##' @export
coef.biprobit <- function(object,matrix=FALSE,...) {
  if (matrix) return(object$coef)
  return(object$coef[,1])
}

Try the mets package in your browser

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

mets documentation built on Jan. 17, 2023, 5:12 p.m.