View source: R/gam_iterate_gbm.R
| gam_iterate | R Documentation | 
Run the p-Wasserstein projections for the GAM example
gam_iterate(
  formula,
  y,
  x,
  extract,
  time,
  nT,
  which.gam = c("gam", "qgam"),
  ...
)
formula | 
 an R formula object suitable for gam or qgam  | 
y | 
 prediction matrix  | 
x | 
 covariates  | 
extract | 
 new data for prediction  | 
time | 
 vector of times  | 
nT | 
 number of timepoints  | 
which.gam | 
 "gam" or "qgam" for the models?  | 
... | 
 not currently used  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.