search for: drawnormalci

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

2009 Jun 08
1
forestplot function in rmeta package
Hi, It is known that the area of square plotted by forestplot is proportional to the studies' weights. But since there is not weight parameter in forestplot function, how does this function proportion the area of each square based on the related study's weight? Look forward to your reply, Carol [[alternative HTML version deleted]]
2009 Mar 21
1
Forestplot () box size question
...= unit(3,"inches"), col = meta.colors(), xlog = FALSE, xticks = NULL, xlow=0, xhigh, digitsize, ...) { require("grid") || stop("`grid' package not found") require("rmeta") || stop("`rmeta' package not found") drawNormalCI <- function(LL, OR, UL, size) { size = 0.75 * size clipupper <- convertX(unit(UL, "native"), "npc", valueOnly = TRUE) > 1 cliplower <- convertX(unit(LL, "native"), "npc", valueOnly = TRUE) < 0 box <-...