R/describe.R

#' Method to describe a model to Zelig
#' @param ... parameters which are typically ignored
#' @return a list to be processed by `as.description'
#' @export describe
#' @author Matt Owen \email{mowen@@iq.harvard.edu}
describe <- function(...)
  UseMethod("describe")
IQSS/Zelig4 documentation built on May 9, 2019, 9:13 a.m.