Internal functions called by [coef.transreg()], [predict.transreg()] and [weights.transreg()], depending on choice between standard stacking and simultaneous stacking.
Usage
.predict.sta(object, newx, ...)
.predict.sim(object, newx, ...)
.coef.sta(object, ...)
.coef.sim(object, ...)
.weights.sta(object, ...)
.weights.sim(object, ...)
.which.stack(object, stack)
Functions
.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`