search for: cmeta

Displaying 2 results from an estimated 2 matches for "cmeta".

Did you mean: meta
2006 Jun 10
1
issues with cifs mount
...ile .evolution/mail/local/InboxizR3Ga read=Yes write=No (numopen=11) [2006/06/10 08:25:33, 2] smbd/close.c:close_normal_file(272) user1 closed file .evolution/mail/local/InboxizR3Ga (numopen=10) [2006/06/10 08:25:33, 2] smbd/open.c:open_file(245) user1 opened file .evolution/mail/local/.#Inbox.cmeta read=Yes write=Yes (numopen=11) [2006/06/10 08:25:33, 2] smbd/close.c:close_normal_file(272) user1 closed file .evolution/mail/local/.#Inbox.cmeta (numopen=10) [2006/06/10 08:25:33, 2] smbd/open.c:open_file(245) user1 opened file .evolution/mail/local/.#Inbox.cmeta read=Yes write=No (numopen=...
2009 Mar 10
2
perform subgroup meta-analysis and create forest plot displaying subgroups
...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,B,C) on the same forest plot using any of the functions I see in rmeta. Any ideas? Thanks,...