search for: hunttype

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

2005 Apr 12
1
Cumulative Points and Confidence Interval Manipulation in barplot2
...ross the range of the x-axis on the same figure at the top, but I have been unable to figure out how to overlay a set of cumulative points over the barplot across the same range as the x-axis. Below is some example code showing the test data I am working on (xzero): xzero <- table(factor(WWNEW[HUNTTYPE=="DOVEONLY"], levels=0:12)) > xzero 0 1 2 3 4 5 6 7 8 9 10 11 12 179 20 9 2 2 0 1 0 0 0 0 0 0 > n <- sum(xzero) > k <- sum(table(xzero)) > meantheta1 <-((2*xzero + 1)/(2*n + k)) > vartheta1 <-((2*(((2*n)+k)-((2*x...