scoring_sri: Scoring the SRI questionnaire

Description Usage Arguments Value Examples

View source: R/scoring.R

Description

Scoring the SRI questionnaire

Usage

1
scoring_sri(X, id = "id")

Arguments

X

a data.frame of 49 columns, containing the questionnaire items. In order from left to right: sri.01 – sri.49.

id

an id variable.

Value

Returns an object of class data.frame containing the score values of all SRI sub scales and one total summary scale.

Examples

1
2
library(srir)
score_sri(df.full, id = "id")

nrkoehler/srir documentation built on May 23, 2019, 9:03 p.m.