R/gjam.r

Defines functions gjam

Documented in gjam

gjam <- function(formula, xdata, ydata, modelList){
  
  .gjam(formula, xdata, ydata, modelList)
}

  

Try the gjam package in your browser

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

gjam documentation built on May 24, 2022, 1:06 a.m.