print.nonprob_summary {nonprobsvy} | R Documentation |
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 class 'nonprob_summary'
print(x, resid = TRUE, pred = TRUE, digits = 4, ...)
Arguments
x |
a |
resid |
whether distribution of residuals should be printed (default is |
pred |
whether distribution of predictions should be printed (default is |
digits |
number of digits to be printed (default 4) |
... |
further parameters passed to the print method (currently not supported) |
[Package nonprobsvy version 0.2.2 Index]