File: bounds.R

package info (click to toggle)
r-cran-eipack 0.2-2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 476 kB
  • sloc: ansic: 1,155; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9

data(senc)
out <- bounds(cbind(dem, rep, non) ~ cbind(black, white, natam), data
              = senc, rows = c("black", "white"), column = "dem",
              excluded = "non", threshold = 0.9)
par(ask = TRUE)
plot(out, row = "black", column = "dem")
plot(out, row = "white", column = "dem")
par(ask = FALSE)