Page 1 of 1

Moderation Medmod

Posted: Tue Apr 19, 2022 10:43 am
by Anne
Hi!

I was doing a moderation with the medmod module. I used a dichotomous predictor with the values 1/2. The x-axis in the associated plot shows the endpoint -0.5 / 0.5. Is this due to standardization processes?

Thanks for your help!

Re: Moderation Medmod

Posted: Tue Apr 19, 2022 11:42 am
by Ravi
Hi Anne,
Yes this is indeed because all variables are centered before the analysis is run, see https://github.com/raviselker/medmod/blob/6f81b0fa009a97cf11c808f7ee561097e7c1310a/R/mod.b.R#L198-L201.

Cheers,
Ravi

Re: Moderation Medmod

Posted: Tue Apr 19, 2022 11:46 am
by Anne
Thank you!