File: ei.reg.bayes.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 (7 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
data(redistrict)

out <- ei.reg.bayes(cbind(dem, rep, novote) ~ cbind(black, white, hispanic), 
                    data = redistrict)
summary(out)