Displaying 1 result from an estimated 1 matches for "catmapobject".
Did you mean:
catmapobject1
2010 Nov 09
0
Catmap package and forest plots
...catmap; e.g.catmap('rs2305764.txt', 0.95, TRUE, TRUE) works fine, giving me all the expected outputs and a tabulation 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('rs230...