Learn R Programming

cjoint (version 2.1.1)

immigrationdesign: Conjoint Design for the Immigration Experiment in Hainmueller et. al. (2014)

Description

A "conjointDesign" object for the randomization scheme used in the immigration conjoint experiment in "Causal Inference in Conjoint Analysis." See immigrationconjoint for the accompanying dataset.

Usage

data("immigrationdesign")

Arguments

Format

A "conjointDesign" object. See makeDesign for more information about the structure.

Examples

Run this code
if (FALSE) {
# Loads the immigrationconjoint dataset and the immigrationdesign object
data("immigrationconjoint")
data("immigrationdesign")

# immigrationdesign is passed to the amce() function through the "design" argument.
results <- amce(Chosen_Immigrant ~  Gender + Education + `Language Skills` + 
                `Country of Origin` + Job + `Job Experience` + `Job Plans` + 
                `Reason for Application` + `Prior Entry`, data=immigrationconjoint, 
                cluster=TRUE, respondent.id="CaseID", design=immigrationdesign)

}

Run the code above in your browser using DataLab