Print an srpmodel
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>"