R/zzz_VI_MODEL.R
CUBIC_MODEL-cash-alt_formula.Rd
Quoted formula for fitting the alternative model.
CUBIC_MODEL$alt_formula #> y ~ x + I(x^2) + I(x^3) + z + I(z^2) + I(z^3)