sdESJT | R Documentation |
This will index the standard deviation of the person's ratings across all of the ESJT scenarios they rated.
sdESJT(PSIdata, rmvLast = T)
rmvLast |
remove the final variable (e.g., if it is Likelihood ratings provided at different portion of survey) |
ESJT |
ESJT matrix (should have 'p','s','i' as their first three features) |
It is recommended within Wood, Lowman, & Harms (202x) that respondents showing values of sd.p below 25% of the scale maximum be removed from all analyses
sdE.p - the percentage of situation-action pairs in which the respondent showed zero response variability whatsoever.
#combine this function and recommended screen into a single statement:
analysiscases <- subset(sdESJT(ESJT), sdE.p > .25)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.