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 Nov. 5, 2025, 7:20 p.m.