search for: xhigh

Displaying 3 results from an estimated 3 matches for "xhigh".

Did you mean: high
2009 Mar 21
1
Forestplot () box size question
Hi All, I have been able to modify the x-axis to start at zero by adding xlow and xhigh parameters; that was pretty simple. I have been unable to find the location of the code that would turn off the information weighting of the box size (I have smaller randomized trials getting less weight than a much larger non-randomized trial). The function is forestplot() from rmeta. Thank...
2013 Sep 25
1
Best and worst values for each date
...] ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? } ???????????????????????????????????????????? else? { ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? x1[x1$Predict<0,][1:5,]? # select first five rows?? ? ? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ?} ??? ??? ??? ??? ??? ??? ??? ??? ??? ? ? ?? xhigh<- if(sum(x1$Predict>0) <5){ #not having 5 postive numbers ??????????????????????????????????????????????? ? x1[x1$Predict>0,]} ????????????????????????????????????????????????? else { ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? tail(x1[x1$Predict>0,],5) ? ? ? ? ? ? ? ? ? ?...
2009 Feb 08
0
Modifying forestplot function in rmeta
...rmeta. I was able to modify the x axis range by commenting out one line and feeding it two new parameters (I wanted to set zero as the axis start point). #xrange <- c(max(min(lower, na.rm = TRUE), clip[1]), min(max(upper, na.rm = TRUE), clip[2])) #new line xrange <- c(xlow,xhigh) Now I am trying to modify the text font size for the elements in labeltext and also trying to remove the variability in OR box size, which is some function of the width of the lower and upper confidence interval boundaries or the OR. I am a reasonable programer (other than with R), but have n...