Learn R Programming

nonprobsvy (version 0.2.0)

print.nonprob_summary: Print method for the nonprob_summary object

Description

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

Usage

# S3 method for 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)