rasch_rescale_children {whomds} | R Documentation |
Rescale score from Rasch Analysis for children to range from 0 to 100
Description
Rescale score from Rasch Analysis for children to range from 0 to 100
Usage
rasch_rescale_children(df, df_nest, vars_group, vars_id)
Arguments
df |
a data frame of individual survey data, where each row is an individual |
df_nest |
a nested tibble that contains the column |
vars_group |
a string with the column name identifying grouping variable |
vars_id |
a string with column name uniquely identifying individuals |
Value
a tibble with the data df
or unnested df_nest
and new columns "person_pars" and "rescaled" with the original and rescaled person abilities, ranging from 0 to 100, and filter out any rows with an artificial minimum or maximum
See Also
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()
,
rasch_split_age()
,
rasch_split()
,
rasch_testlet()
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_split_age()
,
rasch_split()
,
rasch_testlet()