<div dir="ltr"><div>Hello!</div><div>I am trying to use multimed but keep getting the following error: <br></div><div><br></div><div>Error: variable 'cong_incong' was fitted with type "factor" but type "numeric" was supplied</div><div><br></div><div>Here is the command I am using:</div><div>lab_force.multi_med<-multimed(outcome="force", med.main="norm", med.alt="value", treat="cong_incong", data=labdata).</div><div><br></div><div>force, norm, and value are all continuous numeric variables. <br></div><div><br></div><div>cong_incong hasĀ  been made into a factor with two levels using the factor function and every other function in my script seems to be treating it as a factor, however, when I check its type using typeof(cong_incong) it tells me it is an integer. <br></div><div><br></div><div>For what it's worth, I am able to run standard mediations for norm and value separately with no issues. <br></div><div><br></div><div>I saw that this question came up here once before. The suggestion was to make sure the treatment was a numeric variable with values 0 and 1. I tried that and got this error:</div><div>In mean.default(data.b[, treat]) : argument is not numeric or logical : returning NA</div><div><br></div><div>Again I used typeof to and the data is of type double. <br></div><div><br></div><div>I'm stumped and would love some suggestions!</div><div>Thanks!</div><div>Regan<br></div><div><br></div><div><span style="color:rgb(197,6,11);font-family:Monaco,monospace;font-size:12px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(229,229,229);text-decoration-style:initial;text-decoration-color:initial;display:inline;float:none"></span></div><div><span style="color:rgb(197,6,11);font-family:Monaco,monospace;font-size:12px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(229,229,229);text-decoration-style:initial;text-decoration-color:initial;display:inline;float:none"><br></span></div><div><span style="color:rgb(197,6,11);font-family:Monaco,monospace;font-size:12px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(229,229,229);text-decoration-style:initial;text-decoration-color:initial;display:inline;float:none"><br></span></div></div>