Extract rater info from a UD model in a tidy format.

raterinfo(model)

Arguments

model

A mirt SingleGroupClass-class model of the democracy scores.

Value

A data frame with rater information for each democracy index over the range of the latent variable theta.

Examples

replication_2011_model <- democracy_model(dplyr::matches("pmm"), verbose = FALSE) raterinfo(replication_2011_model)
#> # A tibble: 732 x 3 #> rater theta info #> <chr> <dbl> <dbl> #> 1 pmm_arat -6.00 0.00000122 #> 2 pmm_arat -5.80 0.00000247 #> 3 pmm_arat -5.60 0.00000500 #> 4 pmm_arat -5.40 0.0000101 #> 5 pmm_arat -5.20 0.0000206 #> 6 pmm_arat -5.00 0.0000417 #> 7 pmm_arat -4.80 0.0000846 #> 8 pmm_arat -4.60 0.000172 #> 9 pmm_arat -4.40 0.000348 #> 10 pmm_arat -4.20 0.000706 #> # ... with 722 more rows