Skip to content
Prev 90 / 5632 Next

[R-meta] network meta-analysis - include block (within-study) level

| ?Okay, so let me see if I understand. What you are showing below are
actually the raw data from trial 3. And you have more trials of
| that type (either with 4 or 5 blocks and treatments may differ slightly
across trials, but all trials have 'Check'). So now you want to
| meta-analyze those yield values, including 'treatment' as the predictor
of interest (and accounting for the nested structure of the
| data).

Exactly Wolfgang, this is a sample of the treatments sets
Trials------->          1  2  3  4 11 13 14 38 39 41 42 60 62 63 65 66

AA_CHECK           1  1  1  1   1   1   1   1   1   1   1   1   1   1   1
1
AZ_BF                 0  0  0  0   0   0   0   1   1   1   1   1   1   1
1   1
CZM                    1  1  1  1   1   1   1   1   1   1   1   0   0   0
0   0
EPO_FLUX_PYRA   1  1  1  1   1   1   1   1   1   1   1   1   1   1   1   1
FLUX_PYRA          0  0  0  0   1   1   1   1   1   1   1   1   1   1   1
1
MZB                    0  0  0  0   0   0   0   1   1   1   1   1   1   1
1   1
PROT_TRIF           1  1  1  1   1   1   1   1   1   1   1   1   1   1   1
  1


Te diferent sets of treatments was  the reason to led me to think about a
network meta-analysis.

?vi2 = MSE/n # multivariate approach for Sampling variance of yield (n=4 or
5)

dat$fungic <- relevel(factor(yield_dat$fungic), ref="AA_CHECK")


?In order to do so, you need a variance of the yield values. Obviously, you
yes, I used the treatment means within the trials and that MSE as trial
variance?.

But what is 'n' in V_yield/n (i.e., MSE/n)? Seems to me that MSE *is* the
?Yes I did that ?for each treatment so final data set was:

    trial  year   bk           trt                yield        MSE    vi2
1       1 2012   4    AA_CHECK          2640   88931.9   22233
2       1 2012   4    CZM_CM_TEBU    2337   88931.9   22233
3       1 2012   4    CZM                   2733   88931.9   22233
4       1 2012   4    CZM+LS             2238   88931.9   22233
5       1 2012   4    EPO_FLUX_PYRA  2858   88931.9   22233
6       1 2012   4    EPO_FLUX_PYRA  3103   88931.9   22233

?Can I analyze it as mixed model even with the different sets of
treatments??

Many thanks?!

Juan