Skip to contents

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)

Arguments

object

object of class transreg

newx

features: matrix with \(n\) rows (samples) and \(p\) columns (variables)

...

(not applicable)

stack

character "sta" (standard stacking) or "sim" (simultaneous stacking)

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

See also

Use coef, predict and weights.