print.summary.badp_model_space: Print Summary of a Model Space Object

View source: R/s3_methods_model_space.R

print.summary.badp_model_spaceR Documentation

Print Summary of a Model Space Object

Description

Print method for summary.badp_model_space objects.

Usage

## S3 method for class 'summary.badp_model_space'
print(x, ...)

Arguments

x

An object of class summary.badp_model_space.

...

Additional arguments (currently unused).

Value

Invisibly returns the input object x.

See Also

summary.badp_model_space

Examples

data(small_model_space)

print(summary(small_model_space))


badp documentation built on Sept. 15, 2026, 1:08 a.m.