View source: R/rasch_testlet.R
| rasch_testlet | R Documentation |
Create testlets of survey items for a Rasch Model
rasch_testlet(df, vars_metric, testlet_strategy, max_values, resp_opts)
df |
a data frame of individual survey data, where each row is an individual |
vars_metric |
a character vector of items to use in the Rasch Analysis |
testlet_strategy |
a list giving the strategy to take for creating testlets, passed to |
max_values |
a tibble with two columns, |
resp_opts |
a numeric vector of possible response options for |
If high local item dependence is observed (i.e., residual correlation) is observed between items, it may be desirable to combine them into a testlet. This code creates the testlets as desired.
a named list with:
df |
new |
vars_metric |
new |
testlet_strategy |
new |
max_values |
new |
Other rasch functions:
rasch_DIF(),
rasch_df_nest(),
rasch_drop(),
rasch_factor(),
rasch_mds_children(),
rasch_mds(),
rasch_model_children(),
rasch_model(),
rasch_quality_children_print(),
rasch_quality_children(),
rasch_rawscore(),
rasch_recode(),
rasch_rescale_children(),
rasch_rescale(),
rasch_split_age(),
rasch_split()
Other children analysis functions:
rasch_df_nest(),
rasch_drop(),
rasch_mds_children(),
rasch_model_children(),
rasch_quality_children_print(),
rasch_quality_children(),
rasch_recode(),
rasch_rescale_children(),
rasch_split_age(),
rasch_split()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.