Skip to content
Prev 1109 / 5632 Next

[R-meta] Inflated confidence intervals

Sorry, you just lost me.

To repeat:

For the model you showed (which apparently was fitted with 'mods = ~ measurement', since it includes an intercept term), if you want to know the difference between HDL and LDL, then you should use:

predict(resMV, newmods = c(1,0))

which is identical to:

predict(resMV, newmods = c(1,0), intercept=TRUE)

As I showed, this gives the same point estimate for the difference between HDL and LDL as obtained from the model with only the two outcomes.

Best,
Wolfgang

-----Original Message-----
From: Wasim Iqbal (UG) [mailto:W.Iqbal at newcastle.ac.uk] 
Sent: Sunday, 16 September, 2018 13:04
To: Viechtbauer, Wolfgang (SP); r-sig-meta-analysis at r-project.org
Cc: Gavin Stewart; Chris Seal
Subject: Re: Inflated confidence intervals

Dear Wolfgang,?

Thank you, however?I believe I?have done this in the final predict function in the email. I was trying to show how this was different from the full model and a model that included only?LDL and HDL.

I did not include the intercept in the initial code:
Then, when I call the command: >predict (x, newmods=c(1,1), intercept=T), surely I must include intercept as true? Otherwise this does not include it unless I had include it in the initial code.

Kind regards
Wasim
Message-ID: <121b12a62fbd4da498d3df3cb89a0569@UM-MAIL3214.unimaas.nl>
In-Reply-To: <WM!ef91261772dd279b32fa9b4f7f22bdc61a8d3709fd24872098f0c2eccf1f04f0bd4e660a7e56296f2672fe175d625585!@mailhub-mx3.ncl.ac.uk>