Learn R Programming

repolr (version 3.4)

summary.repolr: Summary of Fitted repolr Model

Description

Function to summarise the fit of a repolr model.

Usage

"summary"(object, digits, robust.var, ...)

Arguments

object
fitted model.
digits
integer for number formatting.
robust.var
logical; if TRUE, standard errors are based on robust variance estimates
...
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.