search for: cwidth

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

Did you mean: width
2005 Jun 23
1
the dimname of a table
i have a data frame(dat) which has many variables.and i use the following script to get the crosstable. >danx2<-c("x1.1","x1.2","x1.3","x1.4","x1.5","x2","x4","x5","x6","x7","x8.1","x8.2","x8.3","x8.4","x11",
2002 Jul 27
1
R Code for X-Tab with Row/Col Proportions, Expected Vals and Tests
Recently, I noted a post and replies on R-Help from Professor Marc Feldesman regarding a cross tabulation function that generates row and column proportions, marginal values, expected cell values and tests for independence presumably similar in a fashion to the output of the S-Plus crosstabs() function or the SAS Proc Freq. Martin Maechler had posted some code in reply for folks to update and
2009 Mar 21
1
Forestplot () box size question
..., "grobwidth", labels[[i]][widthcolumn])), colgap) } colwidths <- unit.c(colwidths, graphwidth) pushViewport(viewport(layout = grid.layout(nr + 1, nc * 2 + 1, widths = colwidths, heights = unit(c(rep(1, nr), 0.5), "lines")))) cwidth <- (upper - lower) #xrange <- c(max(min(lower, na.rm = TRUE), clip[1]), min(max(upper, na.rm = TRUE), clip[2])) xrange <- c(xlow,xhigh) info <- 1/cwidth info <- info/max(info[!is.summary], na.rm = TRUE) info[is.summary] <- 1 for (j in 1:nc) {...