Hi there,
I have conducted a vignette study in which 83 surgeons responded to 32 clinical vignettes (fictitious patient cases). Patient characteristics were manipulated systematically across the vignettes. Per vignette, surgeons indicated the likelihood that they would perform surgery A vs. surgery B (on an 11-point visual analogue scale). I am using a linear mixed effects regression model to measure the influence of the manipulated patient characteristics on surgeons’ judgments (code below).
A reviewer has asked me to provide Cohen’s f squared for each predictor. I’m not sure how to do this, or whether it can even be done (as it relies on R squared, which is not straightforward in a mixed effects linear regression model).
I am seeking guidance on either of the following:
Martine
My STATA code
mixed Judgment i.PATIENT_AP_CRUCIATE_recoded i.PATIENT_AGE_recoded i.PATIENT_ASA_recoded i.PATIENT_BMI_recoded i.PATIENT_SITE_PAIN_recoded || ID:, reml
…where:
Judgment = surgeon’s response (11-point scale)
i.PATIENT_AP_CRUCIATE_recoded = manipulated patient variable
i.PATIENT_AGE_recoded = manipulated patient variable
i.PATIENT_ASA_recoded = manipulated patient variable
i.PATIENT_BMI_recoded = manipulated patient variable
i.PATIENT_SITE_PAIN_recoded = manipulated patient variable
ID = surgeon identifier
Stata version: Stata/MP 17.0
I have conducted a vignette study in which 83 surgeons responded to 32 clinical vignettes (fictitious patient cases). Patient characteristics were manipulated systematically across the vignettes. Per vignette, surgeons indicated the likelihood that they would perform surgery A vs. surgery B (on an 11-point visual analogue scale). I am using a linear mixed effects regression model to measure the influence of the manipulated patient characteristics on surgeons’ judgments (code below).
A reviewer has asked me to provide Cohen’s f squared for each predictor. I’m not sure how to do this, or whether it can even be done (as it relies on R squared, which is not straightforward in a mixed effects linear regression model).
I am seeking guidance on either of the following:
- How to compute f squared per predictor in a linear mixed effects regression model (if possible); OR
- An alternative measure of effect size per predictor.
Martine
My STATA code
mixed Judgment i.PATIENT_AP_CRUCIATE_recoded i.PATIENT_AGE_recoded i.PATIENT_ASA_recoded i.PATIENT_BMI_recoded i.PATIENT_SITE_PAIN_recoded || ID:, reml
…where:
Judgment = surgeon’s response (11-point scale)
i.PATIENT_AP_CRUCIATE_recoded = manipulated patient variable
i.PATIENT_AGE_recoded = manipulated patient variable
i.PATIENT_ASA_recoded = manipulated patient variable
i.PATIENT_BMI_recoded = manipulated patient variable
i.PATIENT_SITE_PAIN_recoded = manipulated patient variable
ID = surgeon identifier
Stata version: Stata/MP 17.0
Comment