Hello, I have a data with following format: Predictors n11 n12 n21 n22 Odds.Ratio log.ratio se.log.odds. 1 ProcOR respirato 2 ProcVaric vein 3 DiagCardiac anom 4 DiagAllergy 5 DiagOth skin dx 6 DiagGastritis I want to plot odds ratio by command: forestplot in rmeta library, but I get the following error constantly. Error in apply(is.na(labeltext), 1, any) : dim(X) must have a positive length I understood, I need to compute for CI for odds ratio which I have, but I don't know how to apply odds.ratio in this form. When I put odds.ratio=as.matrix(odds.ratio), my plot shows the numbers. I really appreciate your help. Thanks.
Best,Farnoosh Sheikhi [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.