View source: R/rasch_df_nest.R
| rasch_df_nest | R Documentation |
Nest data by age group
rasch_df_nest(df, vars_group, vars_id)
df |
a data frame of individual survey data, where each row is an individual |
vars_group |
a string with the column name identifying grouping variable |
vars_id |
a string with column name uniquely identifying individuals |
nested tibble with two columns: the age group given by vars_group and df_split with the split data
Other rasch functions:
rasch_DIF(),
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(),
rasch_testlet()
Other children analysis functions:
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(),
rasch_testlet()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.