LC1980 | R Documentation |
Liberal-Conservative 7-point scales from the 1980 National Election Study. Includes (in order) self-placement, and rankings of Carter, Reagan, Kennedy, Anderson, Republican party, Democratic Party. Stored as a matrix of integers. The numbers 0, 8, and 9 are considered to be missing values.
data(LC1980)
An object of class matrix
(inherits from array
) with 888 rows and 7 columns.
American National Election Studies.
This dataset was originally part of the basicspace
package under the same name ("LC1980").
data(LC1980)
LC1980[LC1980 == 0 | LC1980 == 8 | LC1980 == 9] <- NA
head(LC1980)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.