R/param.bprobit.R

#' @S3method param bprobit
param.bprobit <- function(obj, num=1000, ...) {
  cov <- vcov(obj)
  res <- coef(obj)
  
  list(
       simulations = mvrnorm(n=num, mu=res, Sigma=cov),
       alpha = NULL,
       linkinv = binom2.rho()@linkinv
       )
}
IQSS/Zelig4Choice documentation built on May 7, 2019, 6:03 a.m.