Aliases: glance.svyolr
Keywords:
### ** Examples if (requireNamespace("MASS", quietly = TRUE)) { library(MASS) fit <- polr(Sat ~ Infl + Type + Cont, weights = Freq, data = housing) tidy(fit, exponentiate = TRUE, conf.int = TRUE) glance(fit) }
# A tibble: 1 × 7 edf logLik AIC BIC deviance df.residual nobs <int> <dbl> <dbl> <dbl> <dbl> <int> <int> 1 8 -1740. 3495. 3539. 3479. 1673 1681