Last data update: 2014.03.03

R: Synthetic dataset of voting behaviour due to Altham
votingR Documentation

Synthetic dataset of voting behaviour due to Altham

Description

Synthetic dataset of voting behaviour due to Altham

Usage

data(voting)

Format

voting is a three-column matrix with each row being a configuration of voting in a household with four members, and three choices. Vector voting_tally is a list of how many households voted, and Nvoting_tally is a more extreme dataset of the same type, used to uncover bugs in Lindsey().

Source

Supplied by P. M. E. Altham

Examples

data(voting)
Lindsey(voting,voting_tally)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(MM)
Loading required package: magic
Loading required package: abind
Loading required package: partitions
Loading required package: emulator
Loading required package: mvtnorm
Loading required package: Oarray
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/MM/voting.Rd_%03d_medium.png", width=480, height=480)
> ### Name: voting
> ### Title: Synthetic dataset of voting behaviour due to Altham
> ### Aliases: voting voting_tally Nvoting_tally
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(voting)
> Lindsey(voting,voting_tally)
$p
      Lib       Con       Lab 
0.3669479 0.3151486 0.3179035 

$theta
    Lib       Con       Lab
Lib  NA 0.6735134 0.4825882
Con  NA        NA 0.6515272
Lab  NA        NA        NA

> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>