R/param.probit.gam.R

#' Simulate Parameters for the ``probit.gam'' Model
#' This method is used internally by Zelig to simulate parameters.
#' @note This method is used as part of the Zelig 4 API. This should not be
#' called explicitly.
#' @usage \method{param}{probit.gam}(obj, num=1000, ...)
#' @S3method param probit.gam
#' @param obj a zelig object
#' @param num an integer specifying the number of simulations to compute
#' @param ... additional parameters
#' @return a list specifying link, link-inverse, random samples, and ancillary
#' parameters
param.probit.gam <- param.logit.gam
IQSS/ZeligGAM4 documentation built on May 8, 2019, 1:40 p.m.