Skip to content
Prev 1371 / 5632 Next

[R-meta] metafor: non-normal meta-regression and random effects within meta-regression?

To clarify the home range models I am investigating, below is the glm
model, ignoring the variances in subject-specific home range estimates.
"AKDE" is the home range estimate, which is bounded by (0, inf), hence the
use of "family = Gamma." I was hoping to include this relationship in the
moderator formula when I add the v_i for AKDE.

glm(AKDE ~ Sex, family = Gamma(link = "log"), data = TotHR)

Here's a corresponding model that looks at annual home ranges, which are
repeated among individuals (ID).

glmmTMB(AKDE ~ Sex*Drought + (1 | ID), family = Gamma(link = "log"), data =
AnnHR)

I'll begin by seeing how the first model looks in metafor under the
assumption that the AKDE ~ Sex relationship is Normal.

Thanks,
Roy
Message: 1

  
  
Message-ID: <CA+y+9g+H3t3L+9nt=8k6v1NqabZgNdA2cBQFcY7KL0xwvD=mDg@mail.gmail.com>
In-Reply-To: <mailman.1371.15.1547722802.64210.r-sig-meta-analysis@r-project.org>