search for: catmapobject1

Displaying 1 result from an estimated 1 matches for "catmapobject1".

2010 Nov 09
0
Catmap package and forest plots
...ulation of the ORs and CIs for each study. But when I try to use the results of that meta analysis to generate a forest plot based on that data I get the error message 'Error in catmapobject$ci : $ operator is invalid for atomic vectors' Am I right in thinking the order should be follows: catmapobject1<-catmap('rs2305764.txt', 0.95, TRUE, TRUE) catmap.forest(catmapobject1, TRUE, TRUE) I think I am failing to assign the results of the meta anlaysis - catmap('rs2305764.txt', 0.95, TRUE, TRUE)--- to an object in R, and then have catmap.forest act on that object. thanks Matth...