Modelo de odds proporcionais para respostas ordinais, via MASS::polr().
Examples
rnp_regressao_ordinal(Sat ~ Infl + Type, MASS::housing,
pesos = MASS::housing$Freq)$coeficientes
#> # A tibble: 5 × 5
#> termo estimativa erro_padrao p_valor odds_ratio
#> <chr> <dbl> <dbl> <dbl> <dbl>
#> 1 InflMedium 0.548 0.104 0 1.73
#> 2 InflHigh 1.24 0.126 0 3.45
#> 3 TypeApartment -0.522 0.118 0 0.594
#> 4 TypeAtrium -0.289 0.153 0.0592 0.749
#> 5 TypeTerrace -1.01 0.150 0 0.363