Skip to contents

The [IRRsim::summary.IRRsimm()] will return a list with model and summary objects. The former are the results of the modeling function, the latter is a data.frame that summarizes the predicted results of the model. This function will only print the data.frame.

Usage

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

Arguments

x

the results from [IRRsim::summary.IRRsim()]

...

currently unused.

Value

nothing returned.