report.rlm {repmod} | R Documentation |
Report from robust linear model (rlm)
Description
Creates a report table from a robust linear model.
Usage
## S3 method for class 'rlm'
report(
x,
file = NULL,
type = "word",
digits = 3,
digitspvals = 3,
info = TRUE,
print = TRUE,
...
)
Arguments
x |
A rlm object |
file |
Name of the file to export the table |
type |
Format of the file |
digits |
Number of decimals |
digitspvals |
Number of decimals for p-values |
info |
If TRUE, include call in the exported table |
print |
Should the report table be printed on screen? |
... |
Further arguments passed to make_table |
Value
A data frame with the report table
[Package repmod version 0.1.7 Index]