search for: c2007

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

Did you mean: 2007
2010 Oct 13
1
bwplot change whiskers position to percentile 5 and P95
...z = rep(c("a", "b", "c", "d", "e", "f"), e = 3)) ex3 <- merge(ex, ex2, by=c("v2","z")) D2007 <- ex3[ex3$z=="d" & ex3$v2==2007, ] D2006 <- ex3[ex3$z=="d" & ex3$v2==2006, ] C2007 <- ex3[ex3$z=="c" & ex3$v2==2007, ] quantile(D2007$v1, probs = c(0.05, 0.95)) quantile(D2006$v1, probs = c(0.05, 0.95)) quantile(C2007$v1, probs = c(0.05, 0.95)) bwplot(v2 ~ v1 | z, data = ex3, layout=c(3,2), X = ex3$v1b, pch = "|", par.settings = list( plot.symbol = lis...
2007 Nov 26
1
limits on the length of the name of a script file in R 2.6.0.?
Hello! I posted earlier - about my problems with R 2.6 crashing (i.e., telling me it needs to shut down) every time I tried to open an R script. First, it looked like it was unhappy with my working outside of R folder (under Program Files). But not it looks like it was not really the problem. Now, it opens and works when I open scripts whose names are not very long (e.g., "Selecting cases I
2010 Oct 15
0
nomianl response model
...z = rep(c("a", "b", "c", "d", "e", "f"), e = 3)) ex3 <- merge(ex, ex2, by=c("v2","z")) D2007 <- ex3[ex3$z=="d" & ex3$v2==2007, ] D2006 <- ex3[ex3$z=="d" & ex3$v2==2006, ] C2007 <- ex3[ex3$z=="c" & ex3$v2==2007, ] quantile(D2007$v1, probs = c(0.05, 0.95)) quantile(D2006$v1, probs = c(0.05, 0.95)) quantile(C2007$v1, probs = c(0.05, 0.95)) bwplot(v2 ~ v1 | z, data = ex3, layout=c(3,2), X = ex3$v1b, pch = "|", par.settings = list( plot.symbol = lis...