mbo_recommended: Fit recommended regularized tram based on model based...

View source: R/tramnet_mbo.R

mbo_recommendedR Documentation

Fit recommended regularized tram based on model based optimization output

Description

Extracts the "optimal" tuning parameters from the output of mbo_tramnet and fits the corresponding tramnet model.

Usage

mbo_recommended(mbo_obj, m0, x, ...)

Arguments

mbo_obj

Object returned by mbo_tramnet.

m0

Null model of class "tram", see tramnet.tram.

x

Design matrix, see tramnet.tram.

...

Additional arguments to tramnet.

Value

Object of class "tramnet".


tramnet documentation built on Nov. 4, 2023, 3 p.m.