Learn R Programming

FARS (version 0.8.0)

get_mldfm_model.mldfm_subsample: 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 mldfm_subsample
get_mldfm_model(x, index, ...)

Value

A single mldfm object.

Arguments

x

An object of class mldfm_subsample.

index

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

...

Additional arguments (ignored).