jrt_gains: jrt_gains()

Description Usage Arguments Value Examples

Description

This function computes soft skills gains as measured by the JRT prepost test. It returns the number of participants who showed positive, negative or no change. The data comes from the following ETO Results report: "[Admin] raw_touchpoint_report_detailed".

Usage

1
2
3
4
jrt_gains(tp_data, var = c("subject_id", "date", "answer_id", "question_id",
  "question_short", "answer_weight"), weight_var = "answer_weight",
  weight_id = "^q", group_var = c("subject_id", "answer_id"),
  eto_tp = c("jrt pre-/post test"))

Arguments

tp_data

dataframe: a dataframe containing touchpoint data."[Admin] raw_touchpoint_report_detailed"

Value

list

Examples

1
2
3
4
tp <- laycUtils::load_txt('./my_data_folder/touchpoints.txt')
tp <- laycUtils::format_data(tp)

jrt_gains(tp_data = tp)

thelayc/laycOutcomes documentation built on May 31, 2019, 9:16 a.m.