R/gim.R

Defines functions gim

Documented in gim

gim <- function(formula, family, data, model, 
                nsample = NULL, ncase = NULL, nctrl = NULL,
                ref = NULL, ...){
  
  UseMethod('gim')
  
}

Try the gim package in your browser

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

gim documentation built on July 1, 2020, 6:29 p.m.