stratified {BayesDA} | R Documentation |
Results of CBS News survey of 1447 adults in the United States, divided into 16 strata. The sampling is assumed to be proportional, so that the population proportions N_j/N, are approximately equal to the sampling proportions, n_j/n.
data(stratified)
A data frame with 16 observations on the following 5 variables.
region
a character vector
bush
proportio declaring to vote for Bush
dukakis
proportion declaring to vote for Dukakis
other
proportion declaring to vote for other
proportion
sample proportion
data(stratified) str(stratified)