mbo_recommended: Fit recommended regularized tram based on model based optimization output
Description
Extracts the "optimal" tuning parameters from an object of class
"MBOSingleObjResult"
and fits the corresponding tramnet
model
Usage
mbo_recommended(mbo_obj, m0, x, ...)
Value
Object of class "tramnet"
Arguments
- mbo_obj
object return by mbo_tramnet
- m0
null model of class "tram"
- x
matrix of covariables
- ...
additional arguments to tramnet()