extract | R Documentation |
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 |
object of class 'transreg' |
newx |
features:
matrix with |
... |
(not applicable) |
stack |
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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.