print.nonprob_summary | R Documentation |
Print method for the nonprob_summary
object which allows for specification
what should be printed or not.
## S3 method for class 'nonprob_summary'
print(x, resid = TRUE, pred = TRUE, digits = 4, ...)
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) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.