Page 1 of 1

Medmod

Posted: Thu Jun 17, 2021 5:58 pm
by aluxon
Hello!

Does medmod use the same assumptions and methods as the PROCESS macro? Also, is there a way to handle missing data in medmod or GLM?

Thank you,

Alex

Re: Medmod

Posted: Tue Jul 20, 2021 4:10 am
by aldafugate
I have exactly the same question !

Re: Medmod

Posted: Tue Jul 27, 2021 10:02 am
by Ravi
Hi!
I'm not sure about the assumptions and methods of the PROCESS macro. Medmod uses the lavaan R package in the background to do it's calculations, see https://github.com/raviselker/medmod/blob/master/R/med.b.R for the code.

About the missing data, medmod just removes cases with missing data.

Cheers,
Ravi