print.lcModels: Print lcModels list concisely

print.lcModelsR Documentation

Print lcModels list concisely

Description

Print lcModels list concisely

Usage

## S3 method for class 'lcModels'
print(
  x,
  ...,
  summary = FALSE,
  excludeShared = !getOption("latrend.printSharedModelArgs")
)

Arguments

x

The lcModels object.

...

Not used.

summary

Whether to print the complete summary per model. This may be slow for long lists!

excludeShared

Whether to exclude model arguments which are identical across all models.

Functionality

  • Print an argument summary for each of the models.

  • Convert to a data.frame of method arguments.

  • Subset the list.

  • Compute an internal metric or external metric.

  • Obtain the best model according to minimizing or maximizing a metric.

  • Obtain the summed estimation time.

  • Plot a metric across a variable.

  • Plot the cluster trajectories.

See Also

Other lcModels functions: as.lcModels(), lcModels-class, lcModels, max.lcModels(), min.lcModels(), plotMetric(), subset.lcModels()


latrend documentation built on March 31, 2023, 5:45 p.m.