rasch_quality_children_print: Print results of analysis of Rasch Model quality

View source: R/rasch_quality_children_print.R

rasch_quality_children_printR Documentation

Print results of analysis of Rasch Model quality

Description

Print results of analysis of Rasch Model quality

Usage

rasch_quality_children_print(
  df_nest,
  vars_metric,
  vars_group,
  TAM_model,
  LIDcutoff = 0.2,
  path_output
)

Arguments

df_nest

a nested tibble that contains the column df_split with the data split by the categories in the column vars_group

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 irtmodel argument of TAM::tam(). Default is "PCM2"

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

Value

does not return anything to the environment, but prints files to the folder specified in path_output

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(), 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()


lindsayevanslee/whomds documentation built on Sept. 9, 2023, 10:54 p.m.