Internal functions called by [coef.transreg()], [predict.transreg()] and [weights.transreg()], depending on choice between standard stacking and simultaneous stacking.
.predict.sta(object, newx, ...).predict.sim(object, newx, ...)
.coef.sta(object, ...)
.coef.sim(object, ...)
.weights.sta(object, ...)
.weights.sim(object, ...)
.which.stack(object, stack)
object of class `transreg`
features: matrix with \(n\) rows (samples) and \(p\) columns (variables)
(not applicable)
character "sta" (standard stacking) or "sim" (simultaneous stacking)
.predict.sta(): called by `predict.transreg` if `stack="sta"`
.predict.sim(): called by `predict.transreg` if `stack="sim"`
.coef.sta(): called by `coef.transreg` if `stack="sta"`
.coef.sim(): called by `coef.transreg` if `stack="sim"`
.weights.sta(): called by `weights.transreg` if `stack="sta"`
.weights.sim(): called by `weights.transreg` if `stack="sim"`
.which.stack(): called by `coef.transreg`, `predict.transreg` and `weights.transreg`
Use coef,
predict
and weights.