Hi,
I am using the PARAMED package for my mediation analysis for a count DV.
The code is working, but I think a0(), a1(), and m() parts were not correct because my treatment was a continuous variable, ranging from 0-7, and my mediator was a continuous variable, ranging from 1-6.
Below is my code and I appreciated suggestions on how to set a0(0) a1(7) m(1) this part.
paramed CV, avar(pr) mvar(mh) cvars(trigger2 trigger3 trigger4 trigger5 trigger6 trigger7 trigger8) a0(0) a1(7) m(1)yreg(negbin) mreg(linear) nointer boot seed(1234)
Thanks.
Related Posts with PARAMED code for a continuous treatment and a continuous mediator, how to set a0() a1() and m()
marginal effects after STINTREGHi, I am using STINTREG to analyze interval data and as expected, the output is hazard ratios. I wa…
Error using "mixlogit" on StataSE 15: "__00000P not found"Hello, I am attempting to analyze data from a discrete choice experiment using the "mixlogit" packag…
Correcting standard errors for a fixed effects Poisson modelHi all, I'm looking at the effect of fire occurrence on the number of visits to National Forests an…
Tabplot: how to change the position of the showval for a particular barHi List, I used tabplot to draw nine subplots. My codes are as below: Code: tabplot Wp [iw=iimpa…
Transformation of variablesDear Stata list community, I am having trouble deciding whether to log my variables or not. If propo…
Subscribe to:
Post Comments (Atom)
0 Response to PARAMED code for a continuous treatment and a continuous mediator, how to set a0() a1() and m()
Post a Comment