View source: R/rasch_quality_children_print.R
| rasch_quality_children_print | R Documentation |
Print results of analysis of Rasch Model quality
rasch_quality_children_print(
df_nest,
vars_metric,
vars_group,
TAM_model,
LIDcutoff = 0.2,
path_output
)
df_nest |
a nested tibble that contains the column |
vars_metric |
a character vector of items to use in the Rasch Analysis |
vars_group |
a string with the column name identifying grouping variable |
TAM_model |
a string with the type of IRT model to use, passed to |
LIDcutoff |
a numeric value between 0 and 1 for the cut-off for significant correlation |
path_output |
a string with the path to the output folder |
does not return anything to the environment, but prints files to the folder specified in path_output
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(),
rasch_rawscore(),
rasch_recode(),
rasch_rescale_children(),
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(),
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.