Skip to contents

Print method for the nonprob_summary object which allows for specification what should be printed or not.

Usage

# S3 method for class 'nonprob_summary'
print(x, resid = TRUE, pred = TRUE, digits = 4, ...)

Arguments

x

a nonprob object

resid

whether distribution of residuals should be printed (default is TRUE)

pred

whether distribution of predictions should be printed (default is TRUE)

digits

number of digits to be printed (default 4)

...

further parameters passed to the print method (currently not supported)