inst/templates/param.R

#' Extract Samples from a Distribution in Order to Pass Them to the \code{qi} Function
#' (this is primarily a helper function for the \\model\\ model)
#' @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
#' @export
param.\\model\\ <- function(obj, num=1000, ...) {
  list(
       coef = NULL,
       linkinv = NULL
       )
}
IQSS/Zelig4 documentation built on May 9, 2019, 9:13 a.m.