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

View source: R/tramnet_mbo.R

mbo_recommendedR Documentation

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 Oct. 8, 2025, 3 a.m.