strLine: Percentage Straight-Lining Behavior Within Actions

View source: R/strLine.R

strLineR Documentation

Percentage Straight-Lining Behavior Within Actions

Description

This will return the percentage of situation-action pairs for which the respondent showed zero response variability.

Usage

strLine(ESJT, locX = c(4:(ncol(ESJT) - 1)))

Arguments

ESJT

ESJT matrix (should have 'p','s','i' as their first three features)

locX

location of expected outcome ratings (note: default generously assumes the prescribed 'c(p,s,i,...,Likelihood)' data structure) ratings provided at different portion of survey)

Details

It is recommended within that respondents showing 10% straightlining by this index be removed from all analyses, however less stringent cutoffs (e.g., 25%) might be employed when respondents rate very few features (e.g., 5 or less) or if all features are desirable, both of which can make straight-lining behavior less suspect

Value

per0.p - the percentage of situation-action pairs in which the respondent showed zero response variability whatsoever.

Examples

#combine this function and recommended screen into a single statement:
analysiscases <- subset(strLine(ESJT), per0.p > .10)

Dustin-Wood/funfield documentation built on July 20, 2023, 7:10 a.m.