View source: R/s3_methods_model_space.R
| print.badp_model_space | R Documentation |
Print method for objects of class badp_model_space.
## S3 method for class 'badp_model_space'
print(x, ...)
x |
An object of class |
... |
Additional arguments forwarded to |
This method is a thin wrapper that delegates to
summary.badp_model_space and then prints the resulting
summary, so print(x) and print(summary(x)) produce
identical output.
Invisibly returns the input object x.
summary.badp_model_space,
optim_model_space, bma
data(full_model_space)
print(full_model_space)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.