lab report(psychology) spss
PSY5RPB Analyses
07/09/2020
Downloaded from RedCap
08/09/2020
Date file started with https://d.docs.live.net/f0bff0d8f1db21e9/La%20Trobe/Teaching/Third%20Year%20Project/Analyses/PSY3RPB%20Telehealth%20200907.sav
Data file renamed as PSY3RBP 200907 https://d.docs.live.net/f0bff0d8f1db21e9/La%20Trobe/Teaching/Third%20Year%20Project/Analyses/PSY3RPB%20Telehealth%20200907.sav
395 cases
233 complete
Removed 8 cases that did not provide consent (case 133, 308, 311, 371, 385, 386, 86, 87)
Removed 40 cases that did not answer any questions after consenting (cases 1, 101, 108, 120, 122, 127, 132, 134, 138, 197, 170, 189, 194, 198, 2, 205, 21, 235, 236, 247, 256, 283, 3, 314, 316, 320, 337, 354, 357, 358, 362, 383, 48, 50, 53, 66, 67, 78, 81, 85)
Adjusted Gender variable to include string response in next column (then removed this column) – added non-binary (#388 Apache attack helicopter changed to “nonsense response”)
Adjusted Gender Diverse variable to include string responses in next column (then removed this column) – added LTBG, Trans Man, Non-Binary (#388 Apache attack helicopter changed to “nonsense response”)
Removed # 223 as didn’t provide any data after gender
Created variable ATSI_status_combined 1= No, 2 = Aboriginal, 3 = TSI, 4 = both. Removed original variables.
Removed Other_Country string variable as all data captured by previous variable.
Removed Arrival_Year_Aus as no one had completed this response
Created variable Drop_Out_Stage
1= did not complete demographic
2 = did not commence attitudes to telehealth
3 = didn’t complete attitudes to telehealth
4 = didn’t start PCTP_Q
5 = didn’t start computer access questionnaire
6 = didn’t finish computer access questionnaire
7 = didn’t commence DASS
8 = didn’t complete WSQ
9 = didn’t commence URICA
10 = complete
Renamed prior treatment variables to PreF2F, PreTH, DurF2F, DurTH and changed responses from ‘checked’ ‘unchecked’ to ‘yes’ ‘no’
Heard of telehealth, changed responses from ‘checked’ ‘unchecked’ to ‘yes’ ‘no’
Renamed ‘had you heard of telehealth’ variables
Inserted ‘I believe telehealth treatment would be appropriate’ into labels for therapy variables.
Inserted ‘are you concerned about any of the following with respect to telehealth psychology’ into labels for concerns variables
Inserted ‘Do you see any of the following as potential benefits of telehealth psychology.....’ into labels for benefit variables
Inserted ‘I was considering telehealth psychology.....’ into labels for benefit variables
Inserted ‘I was intending to try telehealth…’ into labels for intent variables
Inserted ‘I had used telehealth psychology..’ into labels for use variables
For those who did not respond to “have you heard of telehealth psychology” removed responses to following items re where they had heard of it
Final data file https://d.docs.live.net/f0bff0d8f1db21e9/La%20Trobe/Teaching/Third%20Year%20Project/Analyses/PSY3RPB%20Telehealth%20200908.sav
10/09/2020
Data file started with https://d.docs.live.net/f0bff0d8f1db21e9/La%20Trobe/Teaching/Third%20Year%20Project/Analyses/PSY3RPB%20Telehealth%20200908.sav
Data file renamed PSY3RPB 200910
Expanded variable Drop_Out_Stage
1= did not complete demographic
2 = did not commence attitudes to telehealth
3 = didn’t complete attitudes to telehealth
4 = didn’t start PCTP_Q
5 = didn’t start computer access questionnaire
6 = didn’t finish computer access questionnaire
7 = didn’t commence DASS
8 = didn’t complete WSQ
9 = didn’t commence URICA
10 = complete
Final data file PSY3RPB
Created file for students and removed POSTCODE (to protect anonymity)
14/09/2020
Data file started with PSY3RPB 200910
Data file renamed PSY3RPB 200914
Added variables MMM (1 to 7) and State (1 = VIC, 2 = NSW, 3 = ACT, 4 = QLD, 5 = MT, 6 = SA, 7 = WA)
Scored Subscales
COMPUTE PCT_Q_OB=MEAN(observability_1, observability_2, observability_3, observability_4,
observability_5).
EXECUTE.
COMPUTE PCT_Q_RA=MEAN(relative_advantage_1, relative_advantage_2, relative_advantage_3,
relative_advantage_4, relative_advantage_5 ,relative_advantage_6, relative_advantage_7,
relative_advantage_8, relative_avantage_9).
EXECUTE.
COMPUTE PCT_Q_CMPX=MEAN(complexity_1, complexity_2, complexity_3, complexity_4, complexity_5).
EXECUTE.
COMPUTE PCT_Q_CMPT=MEAN(compatibility_1, compatibility_2, compatibility_4, compatibility_5,
compatibility_6).
EXECUTE.
COMPUTE PCT_Q_TR=MEAN(trialiability_1, trialability_2, trialability_3, trialability_4).
EXECUTE.
COMPUTE PCT_Q_FU=MEAN(future_use_1, future_use_2).
EXECUTE.
COMPUTE COMP_ANXTENX=MEAN(avoid, wish_calm, tense, anxious, anxious_2, fear, overwhelm, mistakes).
EXECUTE.
COMPUTE COMP_CONFCONT=MEAN(confident, enjoy, relaxed, ease, confident_2, comfort).
EXECUTE.
RECODE import (1=5) (2=4) (3=3) (5=1) (4=2) INTO import_REV.
VARIABLE LABELS import_REV 'import reversed'.
EXECUTE.
COMPUTE COMP_USE=MEAN(future, import_REV).
EXECUTE.
COMPUTE DASS_S=SUM(stress_1, stress_2, stress_3, stress_4, stress_5, stress_6, stress_7) *2.
EXECUTE.
COMPUTE DASS_A=SUM(anxiety_1, anxiety_2, anxiety_3, anxiety_4, anxiety_5, anxiety_6, anxiety_7) *2.
EXECUTE.
COMPUTE DASS_D=SUM(depression_1, depression_2, depression_3, depression_4, depression_5,
depression_6, depression_7) *2.
EXECUTE.
IF (wsq_1_dx >= 5 & wsq_depression_2 = 1) WSQ_DEP=1.
EXECUTE.
SORT CASES BY wsq_1_dx (D).
IF (wsq_anxiety_1 >= 2) WSQ_GAD=1.
EXECUTE.
IF (wsq_panic_attacks >= 1) WSQ_PANIC=1.
EXECUTE.
IF (wsq_panic_attacks >= 1 & wsq_ago = 1) WSQ_PANIC_AGO=1.
EXECUTE.
IF (wsq_ago = 1) WSQ_AGO=1.
EXECUTE.
IF (wsq_specific_phobia=1 OR wsq_specific_phobia_2=1) WSQ_SPEC_PHOB=1.
EXECUTE.
IF (wsq_social_phobia = 1 & wsq_social_phobia_2=1) WSQ_SOC_PHOB=1.
EXECUTE.
IF (wsq_ptsd_1 = 1 OR wsq_ptsd_2 = 1) WSQ_PTSD=1.
EXECUTE.
IF (wsq_ocd >= 1) WSQ_OCD2=1.
EXECUTE.
IF (wsq_alcohol_1 >= 2 & wsq_alcohol_2 >= 3) WSQ_AAD=1.
EXECUTE.
IF (wsq_suicide = 3) WSQ_SUC=1.
EXECUTE.
COMPUTE URICA_PC=sum(urica_1, urica_5, urica_11, urica_13, urica_23, urica_26, urica_29, urica_31).
EXECUTE.
COMPUTE URICA_C=sum(urica_2, urica_4, urica_8, urica_12, urica_15, urica_19, urica_21, urica_24).
EXECUTE.
COMPUTE URICA_A=sum(urica_3, urica_7, urica_10, urica_14, urica_17, urica_20, urica_25, urica_30).
EXECUTE.
COMPUTE URICA_M=sum(urica_6, urica_9, urica_16, urica_18, urica_22, urica_27, urica_28, urica_32).
EXECUTE.
Final Dataset PSY3RPB 200914
Created file for students and removed POSTCODE (to protect anonymity) PSY3RPB 200914 STUDENT
24/09/2020
Started with PSY3RPB 200914 https://d.docs.live.net/f0bff0d8f1db21e9/La%20Trobe/Teaching/Third%20Year%20Project/Analyses/PSY3RPB%20Telehealth%20200914.sav
Relabelled PSY3RPB 200924
Added missed postcodes and MMM categories for 4 participants.
Added labels 6-10 for Drop_Out_Stage
1= did not complete demographic
2 = did not commence attitudes to telehealth
3 = didn’t complete attitudes to telehealth
4 = didn’t start PCTP_Q
5 = didn’t start computer access questionnaire
6 = didn’t finish computer access questionnaire
7 = didn’t commence DASS
8 = didn’t complete WSQ
9 = didn’t commence URICA
10 = complete
Calculated AGE (2020-year of birth)
Recoded variables to allow for Chi-Square tests for drop outs
MMM_Collapsed
MMM 1-3 = 1 Metro
MMM 4-7 = 2 Rural Remote
Birth_Collapsed – country of birth
1 = Australia
2 = other
Education_Collapsed
1 = 1-2 Up to High School
2 = 3-5 More than High School
Employment_Collapsed
1 = Working (paid or unpaid)
2 = Not currently working
Deleted data for the following questions for those that didn’t completed demographics (1) or didn’t commence attitudes to telehealth (2) [because 0 or 1 response based on whether checked data, so 0 could mean they didn’t check the box they didn’t complete the questionnaire]
· Have you had treatment for mental health concerns from any of the following professionals
· Have you had psychological treatment for any of the following in the past (Tick all that apply):
Variables in ACCESS questionnaire, changed values from
· 0 Unchecked – No
· 1 Checked – Yes
Calculated PCT_Q TOTAL by taking average of PCT_Q subscales
Calculated DASS_TOTAL by taking average of DASS subscales
Calculated URICA_AVE by taking average of URICA_C, URICA_A and URICA_M
27/09/2020
Started with PSY3RPB 200924
Relabelled PSY3RPB 200927
Repeated scoring as above as it hadn’t saved in database.
Corrected WSQ coding
RECODE wsq_1_dx wsq_anxiety_1 wsq_panic_attacks wsq_ocd wsq_alcohol_1 wsq_alcohol_2 wsq_suicide
(1=0) (2=1) (3=2) (4=3) (5=4) (6=5) (7=6) (8=7) (9=8).
EXECUTE.
Corrected WSQ Scoring
IF (wsq_1_dx >= 5 & wsq_depression_2 = 1) WSQ_DEP=1.
EXECUTE.
IF (wsq_anxiety_1 >= 2) WSQ_GAD=1.
EXECUTE.
IF (wsq_panic_attacks >= 1) WSQ_PANIC=1.
EXECUTE.
IF (wsq_panic_attacks >= 1 & wsq_ago = 1) WSQ_PANIC_AGO=1.
EXECUTE.
IF (wsq_ago = 1) WSQ_AGOR=1.
EXECUTE.
IF (wsq_specific_phobia=1 OR wsq_specific_phobia_2=1) WSQ_SPEC_PHOB=1.
EXECUTE.
IF (wsq_social_phobia = 1 & wsq_social_phobia_2=1) WSQ_SOC_PHOB=1.
EXECUTE.
IF (wsq_ptsd_1 = 1 OR wsq_ptsd_2 = 1) WSQ_PTSD=1.
EXECUTE.
IF (wsq_ocd >= 1) WSQ_OCD2=1.
EXECUTE.
IF (wsq_alcohol_1 >= 2 & wsq_alcohol_2 >= 3) WSQ_AAD=1.
EXECUTE.
IF (wsq_suicide = 3) WSQ_SUC=1.
EXECUTE.
Added 0 not “diagnosis” to all the variables above for all cases not coded a 1.
Created Student Version of File
Removed postcodes and string variables.
https://d.docs.live.net/f0bff0d8f1db21e9/La%20Trobe/Teaching/Third%20Year%20Project/Analyses/PSY3RPB%20Telehealth%20200927%20STUDENT.sav
Created a new dataset Relabelled PSY3RPB 200927 DO Removed
Removed the 113 cases that did not provide complete data
This file use for subsequent analyses.