print.srpmodel: Print an srpmodel

View source: R/print.R

print.srpmodelR 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()))

oncomsm documentation built on April 17, 2023, 9:09 a.m.