japan2014conjoint | R Documentation |
A dataset containing the results of a conjoint survey of a representative sample of Japanese adults who were asked to choose which of two parties (with specified policy manifestos) they would support in the 2014 House of Representatives general election. Each row corresponds to a single profile presented to the respondent. See the original replication archive (Horiuchi et. al. 2014) for more detailed descriptions.
data("japan2014conjoint")
A data frame with 20,360 observations on the following 11 variables.
a character vector uniquely identifying the respondent
a numeric vector uniquely indexing the respondent
a numeric vector indexing the task presented to the respondent
a numeric vector indexing the profile presented to the respondent
a numeric vector indicating whether the profile was selected
a factor indicating the profile position on 'Consumption Tax'
a numeric vector indicating which row the attribute 'Consumption Tax' appeared in the given profile
a factor indicating the profile position on 'Employment'
a numeric vector indicating which row the attribute 'Employment' appeared in the given profile
a factor indicating the profile position on 'Monetary and Fiscal Policy'
a numeric vector indicating which row the attribute 'Monetary and Fiscal Policy' appeared in the given profile
a factor indicating the profile position on 'Economic Growth Strategy'
a factor indicating which row the attribute 'Economic Growth Strategy' appeared in the given profile
a factor indicating the profile position on 'Nuclear Power'
a factor indicating which row the attribute 'Nuclear Power' appeared in the given profile
a factor indicating the profile position on 'Trans-Pacific Partnership (TPP)'
a factor indicating which row the attribute 'Trans-Pacific Partnership (TPP)' appeared in the given profile
a factor indicating which row the attribute 'Collective Self-Defense' appeared in the given profile
a factor indicating which row the attribute 'Collective Self-Defense' appeared in the given profile
a factor indicating the profile position on 'Constitutional Revision'
a factor indicating which row the attribute 'Constitutional Revision' appeared in the given profile
a factor indicating the profile position on 'National Assembly Seat Reduction'
a factor indicating which row the attribute 'National Assembly Seat Reduction' appeared in the given profile
post-stratification weights to map the survey sample to the census population
The origional survey was conducted in Japanese. To comply with CRAN's policy, we translate the variable names into English.
Horiuchi, Yusaku; Smith, Daniel M.; Yamamoto, Teppei, 2017, "Replication Data for: Measuring Voters' Multidimensional Policy Preferences with Conjoint Analysis: Application to Japan's 2014 Election", https://doi.org/10.7910/DVN/KUMMUJ, Harvard Dataverse, V1
data("japan2014conjoint")
# Run AMCE estimator using all attributes and uniform design
results <- amce(selected ~ `Consumption tax` + `Employment` + `Monetary and fiscal policy` +
`Economic growth strategy` + `Nuclear power` + `TPP` +
`Collective self-defense` + `Constitutional revision` +
`National assembly seat reduction`, data=japan2014conjoint, cluster=TRUE,
respondent.id="respondentIndex", weights="wgt", design="uniform")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.