我有一个时间和时间二次方(time2)的混合模型(使用 nlme)。我怎样才能让 sjp.int (of sjplot) 要求绘制曲线?
model = lme(MR ~ Age* time + sex*time + ed* time+ time* HMD+time2*HMD, random=~1|subject, na.action="na.omit",data=mydata);summary(model)
我将 sjplot 称为:
sjp.int(model, type="eff", swap.pred=T, mdrt.values="quart", show.ci=T)