Skip to contents

Print an srpmodel

Usage

# S3 method for srpmodel
print(x, ...)

# S3 method for srpmodel
format(x, ...)

Arguments

x

model to print

...

further arguments passed to method implementations

Value

format() returns a character string representation of the object, print() prints to the console and returns the object itself invisibly.

Examples

print(create_srpmodel(A = define_srp_prior()))
#> srpmodel<A> 
format(create_srpmodel(A = define_srp_prior()))
#> [1] "srpmodel<A>"