print.srpmodel {oncomsm} | R Documentation |
Print an srpmodel
Description
Print an srpmodel
Usage
## S3 method for class 'srpmodel'
print(x, ...)
## S3 method for class '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()))
format(create_srpmodel(A = define_srp_prior()))
[Package oncomsm version 0.1.4 Index]