check_item_range: Check range of item scores

Description Usage Arguments

View source: R/check-range.R

Description

Function to check if all item scores are within the possible range. If values are out of range, show the scores for that case together with id.

Usage

1
check_item_range(data, id_str, var_str, session_str, range_min, range_max)

Arguments

data

Wide dataframe.

id_str

String of identifier (id) variable.

var_str

String of variable to check.

session_str

String of session number.

range_min

Number of minimum possible value of scale.

range_max

Number of maximum possible value of scale.


milanwiedemann/psychdata documentation built on June 8, 2020, 6:57 p.m.