extract {transreg}R Documentation

Internal functions

Description

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

See Also

Use coef, predict and weights.


[Package transreg version 1.0.2 Index]