elect: 1980 APA Presidential Candidate ranking data.

Description Format Source Examples

Description

This data is a pre-processed version of the 1980 American Psychological Association Presidential candidate ranking data. It has uninformative rankings removed, and values pre-simplified into partial rankings.

Format

The format is: int [1:1378, 1:3] 1 1 1 1 2 2 1 1 2 2 ... - attr(*, "dimnames")=List of 2 ..$ : chr [1:1378] "1" "2" "3" "6" ... ..$ : chr [1:3] "Carter" "Reagan" "Anderson"

Source

The American Psychological Association, http://www.electionstudies.org/studypages/1980prepost/1980prepost.htm

Examples

1
2

Example output

Loading required package: combinat

Attaching package: 'combinat'

The following object is masked from 'package:utils':

    combn

  Carter Reagan Anderson
1      1      1        1
2      1      2        2
3      1      2        2
6      1      2        3
8      2      1        3
9      2      1        3

RMallow documentation built on Feb. 7, 2020, 9:06 a.m.