Stress14: Scoring of Cohen's 14-Item Perceived Stress Scale (CPSS)

Stress14R Documentation

Scoring of Cohen's 14-Item Perceived Stress Scale (CPSS)

Description

The function returns the stress score given the data.

Scaling: 0 = Never; 1 = Almost Never; 2 = Sometimes; 3 = Fairly often; 4 = Very often

PSS-14 scores are obtained by reversing the scores on the seven positive items, e.g., 0=4, 1=3, 2=2, etc., and then summing across all 14 items.

Items STRESS_1, STRESS_6, STRESS_7, STRESS_8, STRESS_10, STRESS_11, and STRESS_14 are the positively stated items.

Usage

Score_Stress(data)

Format

The data needs to name the survey variables as follows (the ordering does not matter):

STRESS_1

...been upset because of something that happened unexpectedly?

STRESS_2

...felt that you were unable to control the important things in your life?

STRESS_3

...felt nervous and stressed?

STRESS_4

...dealt successfully with irritating life hassles?

STRESS_5

...felt that you were effectively coping with important changes that were occurring in your life?

STRESS_6

...felt confident about your ability to handle your personal problems?

STRESS_7

...felt that things were going your way?

STRESS_8

...found that you could not cope with all the things that you had to do?

STRESS_9

...been able to control irritations in your life?

STRESS_10

...felt that you were on top of things?

STRESS_11

...been angered because of things that happen that were outside of your control?

STRESS_12

...found yourself thinking about things that you have to accomplish?

STRESS_13

...been able to control the way you spend your time?

STRESS_14

...felt difficulties were piling up so high that you could not overcome them?

Note

More Info: http://www.midss.org/content/perceived-stress-scale-pss

Author(s)

Wangcheng Yan, Wenjun Zhou

References

Andreou, E., Alexopoulos, E. C., Lionis, C., Varvogli, L., Gnardellis, C., Chrousos, G. P., & Darviri, C. (2011). Perceived Stress Scale: Reliability and Validity Study in Greece. International Journal of Environmental Research and Public Health, 8(8), 3287-3298. Available at: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3166743/

Examples

library(Fruved)
data("STRESS_IPAQ_BMI")
Score_Stress(STRESS_IPAQ_BMI)

wzhou7/Fruved documentation built on Feb. 4, 2024, 2:32 p.m.