summary.repolr {repolr} | R Documentation |
Summary of Fitted repolr Model
Description
Function to summarise the fit of a repolr model.
Usage
## S3 method for class 'repolr'
summary(object, digits, robust.var, ...)
Arguments
object |
fitted model. |
digits |
integer for number formatting. |
robust.var |
logical; if |
... |
further arguments passed to or from other methods. |
Details
Default is to use robust variance estimates. However, if robust.var
is set to FALSE
, naive variance estimates are used.
[Package repolr version 3.4 Index]