Learn R Programming

lame (version 1.3.4)

sampler_describe: Describe the estimator behind a fitted object

Description

Reports which estimation routine produced a fitted object and what uncertainty information, if any, is available. Methods exist for ame_als fits (the fast block coordinate descent estimator) and boot_ame bootstrap objects.

Usage

sampler_describe(object, verbose = TRUE)

# S3 method for ame_als sampler_describe(object, verbose = TRUE)

# S3 method for boot_ame sampler_describe(object, verbose = TRUE)

# S3 method for ame sampler_describe(object, verbose = TRUE)

# S3 method for lame sampler_describe(object, verbose = TRUE)

Value

The input object, invisibly.

Arguments

object

a fitted object (ame_als or boot_ame).

verbose

logical; if TRUE (default) print the description.