Displaying 2 results from an estimated 2 matches for "bmeta".
Did you mean:
beta
2009 Mar 10
2
perform subgroup meta-analysis and create forest plot displaying subgroups
... site1 -0.28 0.06
subgroupB site2 -0.29 0.07
subgroupC site1 0.34 0.03
subgroupC site2 0.36 0.04
#meta-analysis
A<-meta[c(1,2),]
B<-meta[c(3,4),]
C<-meta[c(5,6),]
Ameta<-meta.summaries(A$beta,A$se,method="fixed",logscale=TRUE,names=A$study)
Bmeta<-meta.summaries(B$beta,A$se,method="fixed",logscale=TRUE,names=B$study)
Cmeta<-meta.summaries(C$beta,A$se,method="fixed",logscale=TRUE,names=C$study)
list(summary(Ameta),summary(Bmeta),summary(Cmeta))
I get my output, but I'm not able to plot the three subgroups (A...
2011 Jul 19
6
[PATCH 0/6] Move the infor for the help/man page in the source
The following series implement a way to generate the help messages and
the btrfs man page from the sources comments for the "btrfs" commanda
.
The syntax and the detailed help of every subcommand are stored in
the comments before the function which implements the subcommand.
The fact that the help messages and the man page are generated from the
same source should help to avoid