get_theta() retrieves the theta score generated with techr::fit_grm2 or techr::fit_pcm
Source:R/get_theta.r
get_theta.Rdget_theta() retrieves the theta score generated with techr::fit_grm2 or techr::fit_pcm
Examples
theta_01 <- fit_grm2(
scale_info = scales_data,
scale_num = 1,
data = data_model) %>%
get_theta(., 'score')
#> Error in fit_grm2(scale_info = scales_data, scale_num = 1, data = data_model) %>% get_theta(., "score"): could not find function "%>%"