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 individualvars_group
: a string with the column name identifying grouping variablevars_id
: a string with column name uniquely identifying individualsnested 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()
Useful links