Learn R Programming

latrend (version 1.1.0)

print.lcModels: Print lcModels list concisely

Description

Print lcModels list concisely

Usage

# S3 method for 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.

See Also

Other lcModel list functions: as.lcModels(), lcModels, subset.lcModels()