get_mldfm_model.mldfm_subsample: Extract a Specific 'mldfm' Object from a 'mldfm_subsample'...

View source: R/mldfm_subsample_methods.R

get_mldfm_model.mldfm_subsampleR Documentation

Extract a Specific mldfm Object from a mldfm_subsample Object

Description

Returns the mldfm object at the specified position in a mldfm_subsample object.

Usage

## S3 method for class 'mldfm_subsample'
get_mldfm_model(x, index, ...)

Arguments

x

An object of class mldfm_subsample.

index

Integer. The position of the desired model (between 1 and n_samples).

...

Additional arguments (ignored).

Value

A single mldfm object.


FARS documentation built on Feb. 17, 2026, 5:06 p.m.