diff --git a/R/synthetic_dk.R b/R/synthetic_dk.R index bbdfb48..ce2136d 100644 --- a/R/synthetic_dk.R +++ b/R/synthetic_dk.R @@ -6,37 +6,39 @@ #' Cooperation questionnaire, MAC; see Curry et al., 2019) and political #' orientation. #' -# \tabular{lll}{ -# \strong{sex} \tab \code{integer} \tab Sex of the child; 1 = boy, 2 = girl\cr -# \strong{site} \tab \code{integer} \tab Site of the child's origin; 1 = disadvantaged inner city, 2 = -# advantaged suburban , 3 = advantaged rural, -# 4 = disadvantaged rural, 5 = disadvantaged Spanish speaking\cr -# \strong{setting} \tab \code{integer} \tab Setting in which the child watches Sesame Street; 1 = at -# home, 2 = at school\cr -# \strong{age} \tab \code{integer} \tab Age of the child in months\cr -# \strong{viewenc} \tab \code{integer} \tab Whether or not the child is encouraged to watch Sesame -# Street; 0 = no, 1 = yes\cr -# \strong{peabody} \tab \code{integer} \tab Peabody mental age score of the child; the higher the -# score the higher the mental age\cr -# \strong{prenumb} \tab \code{integer} \tab score on a numbers test before watching Sesame Street for -# a year\cr -# \strong{postnumb} \tab \code{integer} \tab score on a numbers test after watching Sesame Street for -# a year\cr -# \strong{funumb} \tab \code{integer} \tab follow up numbers test score measured one year after -# postnumb\cr -# \strong{Bb} \tab \code{integer} \tab Knowledge of body parts before\cr -# \strong{Bl} \tab \code{integer} \tab Knowledge of letters before\cr -# \strong{Bf} \tab \code{integer} \tab Knowledge of forms before\cr -# \strong{Bn} \tab \code{integer} \tab Knowledge of numbers before\cr -# \strong{Br} \tab \code{integer} \tab Knowledge of relations before\cr -# \strong{Bc} \tab \code{integer} \tab Knowledge of classifications before\cr -# \strong{Ab} \tab \code{integer} \tab Knowledge of body parts after\cr -# \strong{Al} \tab \code{integer} \tab Knowledge of letters after\cr -# \strong{Af} \tab \code{integer} \tab Knowledge of forms after\cr -# \strong{An} \tab \code{integer} \tab Knowledge of numbers after\cr -# \strong{Ar} \tab \code{integer} \tab Knowledge of relations after\cr -# \strong{Ac} \tab \code{integer} \tab Knowledge of classifications after -# } +#' \tabular{lll}{ +#' \strong{sepa_soc_1} \tab \code{numeric} \tab Item 1 of the Policy Attitudes social (PA-social) scale.\cr +#' \strong{sepa_soc_2} \tab \code{numeric} \tab Item 2 of the Policy Attitudes social (PA-social) scale.\cr +#' \strong{sepa_soc_3} \tab \code{numeric} \tab Item 3 of the Policy Attitudes social (PA-social) scale.\cr +#' \strong{sepa_soc_4} \tab \code{numeric} \tab Item 4 of the Policy Attitudes social (PA-social) scale.\cr +#' \strong{sepa_soc_5} \tab \code{numeric} \tab Item 5 of the Policy Attitudes social (PA-social) scale.\cr +#' \strong{sepa_eco_1} \tab \code{numeric} \tab Item 1 of the Policy Attitudes economic (PA-economic) scale.\cr +#' \strong{sepa_eco_2} \tab \code{numeric} \tab Item 2 of the Policy Attitudes economic (PA-economic) scale.\cr +#' \strong{sepa_eco_3} \tab \code{numeric} \tab Item 3 of the Policy Attitudes economic (PA-economic) scale.\cr +#' \strong{sepa_eco_4} \tab \code{numeric} \tab Item 4 of the Policy Attitudes economic (PA-economic) scale.\cr +#' \strong{sepa_eco_5} \tab \code{numeric} \tab Item 5 of the Policy Attitudes economic (PA-economic) scale.\cr +#' \strong{fam_1} \tab \code{numeric} \tab Item 1 of the MAC (family subscale) scale.\cr +#' \strong{fam_2} \tab \code{numeric} \tab Item 2 of the MAC (family subscale) scale.\cr +#' \strong{fam_3} \tab \code{numeric} \tab Item 3 of the MAC (family subscale) scale.\cr +#' \strong{grp_1} \tab \code{numeric} \tab Item 1 of the MAC (group subscale) scale.\cr +#' \strong{grp_2} \tab \code{numeric} \tab Item 2 of the MAC (group subscale) scale.\cr +#' \strong{grp_3} \tab \code{numeric} \tab Item 3 of the MAC (group subscale) scale.\cr +#' \strong{rec_1} \tab \code{numeric} \tab Item 1 of the MAC (reciprocity subscale) scale.\cr +#' \strong{rec_2} \tab \code{numeric} \tab Item 2 of the MAC (reciprocity subscale) scale.\cr +#' \strong{rec_3} \tab \code{numeric} \tab Item 3 of the MAC (reciprocity subscale) scale.\cr +#' \strong{her_1} \tab \code{numeric} \tab Item 1 of the MAC (heroism subscale) scale.\cr +#' \strong{her_2} \tab \code{numeric} \tab Item 2 of the MAC (heroism subscale) scale.\cr +#' \strong{her_3} \tab \code{numeric} \tab Item 3 of the MAC (heroism subscale) scale.\cr +#' \strong{def_1} \tab \code{numeric} \tab Item 1 of the MAC (deference subscale) scale.\cr +#' \strong{def_2} \tab \code{numeric} \tab Item 2 of the MAC (deference subscale) scale.\cr +#' \strong{def_3} \tab \code{numeric} \tab Item 3 of the MAC (deference subscale) scale.\cr +#' \strong{fai_1} \tab \code{numeric} \tab Item 1 of the MAC (fairness subscale) scale.\cr +#' \strong{fai_2} \tab \code{numeric} \tab Item 2 of the MAC (fairness subscale) scale.\cr +#' \strong{fai_3} \tab \code{numeric} \tab Item 3 of the MAC (fairness subscale) scale.\cr +#' \strong{pro_1} \tab \code{numeric} \tab Item 1 of the MAC (property subscale) scale.\cr +#' \strong{pro_2} \tab \code{numeric} \tab Item 2 of the MAC (property subscale) scale.\cr +#' \strong{pro_3} \tab \code{numeric} \tab Item 3 of the MAC (property subscale) scale.\cr +#' } #' @docType data #' @keywords datasets #' @name synthetic_dk @@ -48,5 +50,5 @@ #' Curry, O. S., Chesters, M. J., & Van Lissa, C. J. (2019). Mapping morality #' with a compass: Testing the theory of ‘morality-as-cooperation’with a new #' questionnaire. Journal of Research in Personality, 78, 106-124. -#' @format A data frame with 518 rows and 33 variables. +#' @format A data frame with 552 rows and 31 variables. NULL diff --git a/R/synthetic_nl.R b/R/synthetic_nl.R index ff7167f..732b65e 100644 --- a/R/synthetic_nl.R +++ b/R/synthetic_nl.R @@ -6,37 +6,46 @@ #' Cooperation questionnaire, MAC; see Curry et al., 2019) and political #' orientation. #' -# \tabular{lll}{ -# \strong{sex} \tab \code{integer} \tab Sex of the child; 1 = boy, 2 = girl\cr -# \strong{site} \tab \code{integer} \tab Site of the child's origin; 1 = disadvantaged inner city, 2 = -# advantaged suburban , 3 = advantaged rural, -# 4 = disadvantaged rural, 5 = disadvantaged Spanish speaking\cr -# \strong{setting} \tab \code{integer} \tab Setting in which the child watches Sesame Street; 1 = at -# home, 2 = at school\cr -# \strong{age} \tab \code{integer} \tab Age of the child in months\cr -# \strong{viewenc} \tab \code{integer} \tab Whether or not the child is encouraged to watch Sesame -# Street; 0 = no, 1 = yes\cr -# \strong{peabody} \tab \code{integer} \tab Peabody mental age score of the child; the higher the -# score the higher the mental age\cr -# \strong{prenumb} \tab \code{integer} \tab score on a numbers test before watching Sesame Street for -# a year\cr -# \strong{postnumb} \tab \code{integer} \tab score on a numbers test after watching Sesame Street for -# a year\cr -# \strong{funumb} \tab \code{integer} \tab follow up numbers test score measured one year after -# postnumb\cr -# \strong{Bb} \tab \code{integer} \tab Knowledge of body parts before\cr -# \strong{Bl} \tab \code{integer} \tab Knowledge of letters before\cr -# \strong{Bf} \tab \code{integer} \tab Knowledge of forms before\cr -# \strong{Bn} \tab \code{integer} \tab Knowledge of numbers before\cr -# \strong{Br} \tab \code{integer} \tab Knowledge of relations before\cr -# \strong{Bc} \tab \code{integer} \tab Knowledge of classifications before\cr -# \strong{Ab} \tab \code{integer} \tab Knowledge of body parts after\cr -# \strong{Al} \tab \code{integer} \tab Knowledge of letters after\cr -# \strong{Af} \tab \code{integer} \tab Knowledge of forms after\cr -# \strong{An} \tab \code{integer} \tab Knowledge of numbers after\cr -# \strong{Ar} \tab \code{integer} \tab Knowledge of relations after\cr -# \strong{Ac} \tab \code{integer} \tab Knowledge of classifications after -# } +#' \tabular{lll}{ +#' \strong{sepa_soc_1} \tab \code{numeric} \tab Item 1 of the Policy Attitudes social (PA-social) scale.\cr +#' \strong{sepa_soc_2} \tab \code{numeric} \tab Item 2 of the Policy Attitudes social (PA-social) scale.\cr +#' \strong{sepa_soc_3} \tab \code{numeric} \tab Item 3 of the Policy Attitudes social (PA-social) scale.\cr +#' \strong{sepa_soc_4} \tab \code{numeric} \tab Item 4 of the Policy Attitudes social (PA-social) scale.\cr +#' \strong{sepa_soc_5} \tab \code{numeric} \tab Item 5 of the Policy Attitudes social (PA-social) scale.\cr +#' \strong{sepa_eco_1} \tab \code{numeric} \tab Item 1 of the Policy Attitudes economic (PA-economic) scale.\cr +#' \strong{sepa_eco_2} \tab \code{numeric} \tab Item 2 of the Policy Attitudes economic (PA-economic) scale.\cr +#' \strong{sepa_eco_3} \tab \code{numeric} \tab Item 3 of the Policy Attitudes economic (PA-economic) scale.\cr +#' \strong{sepa_eco_4} \tab \code{numeric} \tab Item 4 of the Policy Attitudes economic (PA-economic) scale.\cr +#' \strong{sepa_eco_5} \tab \code{numeric} \tab Item 5 of the Policy Attitudes economic (PA-economic) scale.\cr +#' \strong{secs_soc_1} \tab \code{numeric} \tab Item 1 of the Social and Economic Conservatism Scale (social subscale) scale.\cr +#' \strong{secs_soc_2} \tab \code{numeric} \tab Item 2 of the Social and Economic Conservatism Scale (social subscale) scale.\cr +#' \strong{secs_soc_3} \tab \code{numeric} \tab Item 3 of the Social and Economic Conservatism Scale (social subscale) scale.\cr +#' \strong{secs_soc_4} \tab \code{numeric} \tab Item 4 of the Social and Economic Conservatism Scale (social subscale) scale.\cr +#' \strong{secs_soc_5} \tab \code{numeric} \tab Item 5 of the Social and Economic Conservatism Scale (social subscale) scale.\cr +#' \strong{secs_soc_6} \tab \code{numeric} \tab Item 6 of the Social and Economic Conservatism Scale (social subscale) scale.\cr +#' \strong{secs_soc_7} \tab \code{numeric} \tab Item 7 of the Social and Economic Conservatism Scale (social subscale) scale.\cr +#' \strong{fam_1} \tab \code{numeric} \tab Item 1 of the MAC (family subscale) scale.\cr +#' \strong{fam_2} \tab \code{numeric} \tab Item 2 of the MAC (family subscale) scale.\cr +#' \strong{fam_3} \tab \code{numeric} \tab Item 3 of the MAC (family subscale) scale.\cr +#' \strong{grp_1} \tab \code{numeric} \tab Item 1 of the MAC (group subscale) scale.\cr +#' \strong{grp_2} \tab \code{numeric} \tab Item 2 of the MAC (group subscale) scale.\cr +#' \strong{grp_3} \tab \code{numeric} \tab Item 3 of the MAC (group subscale) scale.\cr +#' \strong{rec_1} \tab \code{numeric} \tab Item 1 of the MAC (reciprocity subscale) scale.\cr +#' \strong{rec_2} \tab \code{numeric} \tab Item 2 of the MAC (reciprocity subscale) scale.\cr +#' \strong{rec_3} \tab \code{numeric} \tab Item 3 of the MAC (reciprocity subscale) scale.\cr +#' \strong{her_1} \tab \code{numeric} \tab Item 1 of the MAC (heroism subscale) scale.\cr +#' \strong{her_2} \tab \code{numeric} \tab Item 2 of the MAC (heroism subscale) scale.\cr +#' \strong{her_3} \tab \code{numeric} \tab Item 3 of the MAC (heroism subscale) scale.\cr +#' \strong{def_1} \tab \code{numeric} \tab Item 1 of the MAC (deference subscale) scale.\cr +#' \strong{def_2} \tab \code{numeric} \tab Item 2 of the MAC (deference subscale) scale.\cr +#' \strong{def_3} \tab \code{numeric} \tab Item 3 of the MAC (deference subscale) scale.\cr +#' \strong{fai_1} \tab \code{numeric} \tab Item 1 of the MAC (fairness subscale) scale.\cr +#' \strong{fai_2} \tab \code{numeric} \tab Item 2 of the MAC (fairness subscale) scale.\cr +#' \strong{fai_3} \tab \code{numeric} \tab Item 3 of the MAC (fairness subscale) scale.\cr +#' \strong{pro_1} \tab \code{numeric} \tab Item 1 of the MAC (property subscale) scale.\cr +#' \strong{pro_2} \tab \code{numeric} \tab Item 2 of the MAC (property subscale) scale.\cr +#' \strong{pro_3} \tab \code{numeric} \tab Item 3 of the MAC (property subscale) scale.\cr +#' } #' @docType data #' @keywords datasets #' @name synthetic_nl @@ -48,5 +57,5 @@ #' Curry, O. S., Chesters, M. J., & Van Lissa, C. J. (2019). Mapping morality #' with a compass: Testing the theory of ‘morality-as-cooperation’with a new #' questionnaire. Journal of Research in Personality, 78, 106-124. -#' @format A data frame with 518 rows and 33 variables. +#' @format A data frame with 401 rows and 38 variables. NULL diff --git a/R/synthetic_us.R b/R/synthetic_us.R index 711eedd..5952ae6 100644 --- a/R/synthetic_us.R +++ b/R/synthetic_us.R @@ -6,37 +6,41 @@ #' Cooperation questionnaire, MAC; see Curry et al., 2019) and political #' orientation. #' -# \tabular{lll}{ -# \strong{sex} \tab \code{integer} \tab Sex of the child; 1 = boy, 2 = girl\cr -# \strong{site} \tab \code{integer} \tab Site of the child's origin; 1 = disadvantaged inner city, 2 = -# advantaged suburban , 3 = advantaged rural, -# 4 = disadvantaged rural, 5 = disadvantaged Spanish speaking\cr -# \strong{setting} \tab \code{integer} \tab Setting in which the child watches Sesame Street; 1 = at -# home, 2 = at school\cr -# \strong{age} \tab \code{integer} \tab Age of the child in months\cr -# \strong{viewenc} \tab \code{integer} \tab Whether or not the child is encouraged to watch Sesame -# Street; 0 = no, 1 = yes\cr -# \strong{peabody} \tab \code{integer} \tab Peabody mental age score of the child; the higher the -# score the higher the mental age\cr -# \strong{prenumb} \tab \code{integer} \tab score on a numbers test before watching Sesame Street for -# a year\cr -# \strong{postnumb} \tab \code{integer} \tab score on a numbers test after watching Sesame Street for -# a year\cr -# \strong{funumb} \tab \code{integer} \tab follow up numbers test score measured one year after -# postnumb\cr -# \strong{Bb} \tab \code{integer} \tab Knowledge of body parts before\cr -# \strong{Bl} \tab \code{integer} \tab Knowledge of letters before\cr -# \strong{Bf} \tab \code{integer} \tab Knowledge of forms before\cr -# \strong{Bn} \tab \code{integer} \tab Knowledge of numbers before\cr -# \strong{Br} \tab \code{integer} \tab Knowledge of relations before\cr -# \strong{Bc} \tab \code{integer} \tab Knowledge of classifications before\cr -# \strong{Ab} \tab \code{integer} \tab Knowledge of body parts after\cr -# \strong{Al} \tab \code{integer} \tab Knowledge of letters after\cr -# \strong{Af} \tab \code{integer} \tab Knowledge of forms after\cr -# \strong{An} \tab \code{integer} \tab Knowledge of numbers after\cr -# \strong{Ar} \tab \code{integer} \tab Knowledge of relations after\cr -# \strong{Ac} \tab \code{integer} \tab Knowledge of classifications after -# } +#' \tabular{lll}{ +#' \strong{secs_soc_1} \tab \code{numeric} \tab Item 1 of the Social and Economic Conservatism Scale (social subscale) scale.\cr +#' \strong{secs_soc_2} \tab \code{numeric} \tab Item 2 of the Social and Economic Conservatism Scale (social subscale) scale.\cr +#' \strong{secs_soc_3} \tab \code{numeric} \tab Item 3 of the Social and Economic Conservatism Scale (social subscale) scale.\cr +#' \strong{secs_soc_4} \tab \code{numeric} \tab Item 4 of the Social and Economic Conservatism Scale (social subscale) scale.\cr +#' \strong{secs_soc_5} \tab \code{numeric} \tab Item 5 of the Social and Economic Conservatism Scale (social subscale) scale.\cr +#' \strong{secs_soc_6} \tab \code{numeric} \tab Item 6 of the Social and Economic Conservatism Scale (social subscale) scale.\cr +#' \strong{secs_soc_7} \tab \code{numeric} \tab Item 7 of the Social and Economic Conservatism Scale (social subscale) scale.\cr +#' \strong{secs_eco_1} \tab \code{numeric} \tab Item 1 of the Social and Economic Conservatism Scale (economic subscale) scale.\cr +#' \strong{secs_eco_2} \tab \code{numeric} \tab Item 2 of the Social and Economic Conservatism Scale (economic subscale) scale.\cr +#' \strong{secs_eco_3} \tab \code{numeric} \tab Item 3 of the Social and Economic Conservatism Scale (economic subscale) scale.\cr +#' \strong{secs_eco_4} \tab \code{numeric} \tab Item 4 of the Social and Economic Conservatism Scale (economic subscale) scale.\cr +#' \strong{secs_eco_5} \tab \code{numeric} \tab Item 5 of the Social and Economic Conservatism Scale (economic subscale) scale.\cr +#' \strong{fam_1} \tab \code{numeric} \tab Item 1 of the MAC (family subscale) scale.\cr +#' \strong{fam_2} \tab \code{numeric} \tab Item 2 of the MAC (family subscale) scale.\cr +#' \strong{fam_3} \tab \code{numeric} \tab Item 3 of the MAC (family subscale) scale.\cr +#' \strong{grp_1} \tab \code{numeric} \tab Item 1 of the MAC (group subscale) scale.\cr +#' \strong{grp_2} \tab \code{numeric} \tab Item 2 of the MAC (group subscale) scale.\cr +#' \strong{grp_3} \tab \code{numeric} \tab Item 3 of the MAC (group subscale) scale.\cr +#' \strong{rec_1} \tab \code{numeric} \tab Item 1 of the MAC (reciprocity subscale) scale.\cr +#' \strong{rec_2} \tab \code{numeric} \tab Item 2 of the MAC (reciprocity subscale) scale.\cr +#' \strong{rec_3} \tab \code{numeric} \tab Item 3 of the MAC (reciprocity subscale) scale.\cr +#' \strong{her_1} \tab \code{numeric} \tab Item 1 of the MAC (heroism subscale) scale.\cr +#' \strong{her_2} \tab \code{numeric} \tab Item 2 of the MAC (heroism subscale) scale.\cr +#' \strong{her_3} \tab \code{numeric} \tab Item 3 of the MAC (heroism subscale) scale.\cr +#' \strong{def_1} \tab \code{numeric} \tab Item 1 of the MAC (deference subscale) scale.\cr +#' \strong{def_2} \tab \code{numeric} \tab Item 2 of the MAC (deference subscale) scale.\cr +#' \strong{def_3} \tab \code{numeric} \tab Item 3 of the MAC (deference subscale) scale.\cr +#' \strong{fai_1} \tab \code{numeric} \tab Item 1 of the MAC (fairness subscale) scale.\cr +#' \strong{fai_2} \tab \code{numeric} \tab Item 2 of the MAC (fairness subscale) scale.\cr +#' \strong{fai_3} \tab \code{numeric} \tab Item 3 of the MAC (fairness subscale) scale.\cr +#' \strong{pro_1} \tab \code{numeric} \tab Item 1 of the MAC (property subscale) scale.\cr +#' \strong{pro_2} \tab \code{numeric} \tab Item 2 of the MAC (property subscale) scale.\cr +#' \strong{pro_3} \tab \code{numeric} \tab Item 3 of the MAC (property subscale) scale. +#' } #' @docType data #' @keywords datasets #' @name synthetic_us diff --git a/man/synthetic_dk.Rd b/man/synthetic_dk.Rd index 5b80aed..da801bd 100644 --- a/man/synthetic_dk.Rd +++ b/man/synthetic_dk.Rd @@ -5,7 +5,7 @@ \alias{synthetic_dk} \title{Simulated data about morality and politics in Denmark} \format{ -A data frame with 518 rows and 33 variables. +A data frame with 552 rows and 31 variables. } \usage{ data(synthetic_dk) @@ -17,6 +17,41 @@ associations between moral dispositions (measured using the Morality As Cooperation questionnaire, MAC; see Curry et al., 2019) and political orientation. } +\details{ +\tabular{lll}{ + \strong{sepa_soc_1} \tab \code{numeric} \tab Item 1 of the Policy Attitudes social (PA-social) scale.\cr + \strong{sepa_soc_2} \tab \code{numeric} \tab Item 2 of the Policy Attitudes social (PA-social) scale.\cr + \strong{sepa_soc_3} \tab \code{numeric} \tab Item 3 of the Policy Attitudes social (PA-social) scale.\cr + \strong{sepa_soc_4} \tab \code{numeric} \tab Item 4 of the Policy Attitudes social (PA-social) scale.\cr + \strong{sepa_soc_5} \tab \code{numeric} \tab Item 5 of the Policy Attitudes social (PA-social) scale.\cr + \strong{sepa_eco_1} \tab \code{numeric} \tab Item 1 of the Policy Attitudes economic (PA-economic) scale.\cr + \strong{sepa_eco_2} \tab \code{numeric} \tab Item 2 of the Policy Attitudes economic (PA-economic) scale.\cr + \strong{sepa_eco_3} \tab \code{numeric} \tab Item 3 of the Policy Attitudes economic (PA-economic) scale.\cr + \strong{sepa_eco_4} \tab \code{numeric} \tab Item 4 of the Policy Attitudes economic (PA-economic) scale.\cr + \strong{sepa_eco_5} \tab \code{numeric} \tab Item 5 of the Policy Attitudes economic (PA-economic) scale.\cr + \strong{fam_1} \tab \code{numeric} \tab Item 1 of the MAC (family subscale) scale.\cr + \strong{fam_2} \tab \code{numeric} \tab Item 2 of the MAC (family subscale) scale.\cr + \strong{fam_3} \tab \code{numeric} \tab Item 3 of the MAC (family subscale) scale.\cr + \strong{grp_1} \tab \code{numeric} \tab Item 1 of the MAC (group subscale) scale.\cr + \strong{grp_2} \tab \code{numeric} \tab Item 2 of the MAC (group subscale) scale.\cr + \strong{grp_3} \tab \code{numeric} \tab Item 3 of the MAC (group subscale) scale.\cr + \strong{rec_1} \tab \code{numeric} \tab Item 1 of the MAC (reciprocity subscale) scale.\cr + \strong{rec_2} \tab \code{numeric} \tab Item 2 of the MAC (reciprocity subscale) scale.\cr + \strong{rec_3} \tab \code{numeric} \tab Item 3 of the MAC (reciprocity subscale) scale.\cr + \strong{her_1} \tab \code{numeric} \tab Item 1 of the MAC (heroism subscale) scale.\cr + \strong{her_2} \tab \code{numeric} \tab Item 2 of the MAC (heroism subscale) scale.\cr + \strong{her_3} \tab \code{numeric} \tab Item 3 of the MAC (heroism subscale) scale.\cr + \strong{def_1} \tab \code{numeric} \tab Item 1 of the MAC (deference subscale) scale.\cr + \strong{def_2} \tab \code{numeric} \tab Item 2 of the MAC (deference subscale) scale.\cr + \strong{def_3} \tab \code{numeric} \tab Item 3 of the MAC (deference subscale) scale.\cr + \strong{fai_1} \tab \code{numeric} \tab Item 1 of the MAC (fairness subscale) scale.\cr + \strong{fai_2} \tab \code{numeric} \tab Item 2 of the MAC (fairness subscale) scale.\cr + \strong{fai_3} \tab \code{numeric} \tab Item 3 of the MAC (fairness subscale) scale.\cr + \strong{pro_1} \tab \code{numeric} \tab Item 1 of the MAC (property subscale) scale.\cr + \strong{pro_2} \tab \code{numeric} \tab Item 2 of the MAC (property subscale) scale.\cr + \strong{pro_3} \tab \code{numeric} \tab Item 3 of the MAC (property subscale) scale.\cr +} +} \references{ Van Leeuwen, F., Van Lissa, C. J., Papakonstantinou, T., Petersen, M., & Curry, O. S. (2022, May 25). Morality as Cooperation, diff --git a/man/synthetic_nl.Rd b/man/synthetic_nl.Rd index 12628df..ff9dfe3 100644 --- a/man/synthetic_nl.Rd +++ b/man/synthetic_nl.Rd @@ -5,7 +5,7 @@ \alias{synthetic_nl} \title{Simulated data about morality and politics in The Netherlands} \format{ -A data frame with 518 rows and 33 variables. +A data frame with 401 rows and 38 variables. } \usage{ data(synthetic_nl) @@ -17,6 +17,48 @@ associations between moral dispositions (measured using the Morality As Cooperation questionnaire, MAC; see Curry et al., 2019) and political orientation. } +\details{ +\tabular{lll}{ + \strong{sepa_soc_1} \tab \code{numeric} \tab Item 1 of the Policy Attitudes social (PA-social) scale.\cr + \strong{sepa_soc_2} \tab \code{numeric} \tab Item 2 of the Policy Attitudes social (PA-social) scale.\cr + \strong{sepa_soc_3} \tab \code{numeric} \tab Item 3 of the Policy Attitudes social (PA-social) scale.\cr + \strong{sepa_soc_4} \tab \code{numeric} \tab Item 4 of the Policy Attitudes social (PA-social) scale.\cr + \strong{sepa_soc_5} \tab \code{numeric} \tab Item 5 of the Policy Attitudes social (PA-social) scale.\cr + \strong{sepa_eco_1} \tab \code{numeric} \tab Item 1 of the Policy Attitudes economic (PA-economic) scale.\cr + \strong{sepa_eco_2} \tab \code{numeric} \tab Item 2 of the Policy Attitudes economic (PA-economic) scale.\cr + \strong{sepa_eco_3} \tab \code{numeric} \tab Item 3 of the Policy Attitudes economic (PA-economic) scale.\cr + \strong{sepa_eco_4} \tab \code{numeric} \tab Item 4 of the Policy Attitudes economic (PA-economic) scale.\cr + \strong{sepa_eco_5} \tab \code{numeric} \tab Item 5 of the Policy Attitudes economic (PA-economic) scale.\cr + \strong{secs_soc_1} \tab \code{numeric} \tab Item 1 of the Social and Economic Conservatism Scale (social subscale) scale.\cr + \strong{secs_soc_2} \tab \code{numeric} \tab Item 2 of the Social and Economic Conservatism Scale (social subscale) scale.\cr + \strong{secs_soc_3} \tab \code{numeric} \tab Item 3 of the Social and Economic Conservatism Scale (social subscale) scale.\cr + \strong{secs_soc_4} \tab \code{numeric} \tab Item 4 of the Social and Economic Conservatism Scale (social subscale) scale.\cr + \strong{secs_soc_5} \tab \code{numeric} \tab Item 5 of the Social and Economic Conservatism Scale (social subscale) scale.\cr + \strong{secs_soc_6} \tab \code{numeric} \tab Item 6 of the Social and Economic Conservatism Scale (social subscale) scale.\cr + \strong{secs_soc_7} \tab \code{numeric} \tab Item 7 of the Social and Economic Conservatism Scale (social subscale) scale.\cr + \strong{fam_1} \tab \code{numeric} \tab Item 1 of the MAC (family subscale) scale.\cr + \strong{fam_2} \tab \code{numeric} \tab Item 2 of the MAC (family subscale) scale.\cr + \strong{fam_3} \tab \code{numeric} \tab Item 3 of the MAC (family subscale) scale.\cr + \strong{grp_1} \tab \code{numeric} \tab Item 1 of the MAC (group subscale) scale.\cr + \strong{grp_2} \tab \code{numeric} \tab Item 2 of the MAC (group subscale) scale.\cr + \strong{grp_3} \tab \code{numeric} \tab Item 3 of the MAC (group subscale) scale.\cr + \strong{rec_1} \tab \code{numeric} \tab Item 1 of the MAC (reciprocity subscale) scale.\cr + \strong{rec_2} \tab \code{numeric} \tab Item 2 of the MAC (reciprocity subscale) scale.\cr + \strong{rec_3} \tab \code{numeric} \tab Item 3 of the MAC (reciprocity subscale) scale.\cr + \strong{her_1} \tab \code{numeric} \tab Item 1 of the MAC (heroism subscale) scale.\cr + \strong{her_2} \tab \code{numeric} \tab Item 2 of the MAC (heroism subscale) scale.\cr + \strong{her_3} \tab \code{numeric} \tab Item 3 of the MAC (heroism subscale) scale.\cr + \strong{def_1} \tab \code{numeric} \tab Item 1 of the MAC (deference subscale) scale.\cr + \strong{def_2} \tab \code{numeric} \tab Item 2 of the MAC (deference subscale) scale.\cr + \strong{def_3} \tab \code{numeric} \tab Item 3 of the MAC (deference subscale) scale.\cr + \strong{fai_1} \tab \code{numeric} \tab Item 1 of the MAC (fairness subscale) scale.\cr + \strong{fai_2} \tab \code{numeric} \tab Item 2 of the MAC (fairness subscale) scale.\cr + \strong{fai_3} \tab \code{numeric} \tab Item 3 of the MAC (fairness subscale) scale.\cr + \strong{pro_1} \tab \code{numeric} \tab Item 1 of the MAC (property subscale) scale.\cr + \strong{pro_2} \tab \code{numeric} \tab Item 2 of the MAC (property subscale) scale.\cr + \strong{pro_3} \tab \code{numeric} \tab Item 3 of the MAC (property subscale) scale.\cr +} +} \references{ Van Leeuwen, F., Van Lissa, C. J., Papakonstantinou, T., Petersen, M., & Curry, O. S. (2022, May 25). Morality as Cooperation, diff --git a/man/synthetic_us.Rd b/man/synthetic_us.Rd index e0a7491..574b2de 100644 --- a/man/synthetic_us.Rd +++ b/man/synthetic_us.Rd @@ -17,6 +17,43 @@ associations between moral dispositions (measured using the Morality As Cooperation questionnaire, MAC; see Curry et al., 2019) and political orientation. } +\details{ +\tabular{lll}{ + \strong{secs_soc_1} \tab \code{numeric} \tab Item 1 of the Social and Economic Conservatism Scale (social subscale) scale.\cr + \strong{secs_soc_2} \tab \code{numeric} \tab Item 2 of the Social and Economic Conservatism Scale (social subscale) scale.\cr + \strong{secs_soc_3} \tab \code{numeric} \tab Item 3 of the Social and Economic Conservatism Scale (social subscale) scale.\cr + \strong{secs_soc_4} \tab \code{numeric} \tab Item 4 of the Social and Economic Conservatism Scale (social subscale) scale.\cr + \strong{secs_soc_5} \tab \code{numeric} \tab Item 5 of the Social and Economic Conservatism Scale (social subscale) scale.\cr + \strong{secs_soc_6} \tab \code{numeric} \tab Item 6 of the Social and Economic Conservatism Scale (social subscale) scale.\cr + \strong{secs_soc_7} \tab \code{numeric} \tab Item 7 of the Social and Economic Conservatism Scale (social subscale) scale.\cr + \strong{secs_eco_1} \tab \code{numeric} \tab Item 1 of the Social and Economic Conservatism Scale (economic subscale) scale.\cr + \strong{secs_eco_2} \tab \code{numeric} \tab Item 2 of the Social and Economic Conservatism Scale (economic subscale) scale.\cr + \strong{secs_eco_3} \tab \code{numeric} \tab Item 3 of the Social and Economic Conservatism Scale (economic subscale) scale.\cr + \strong{secs_eco_4} \tab \code{numeric} \tab Item 4 of the Social and Economic Conservatism Scale (economic subscale) scale.\cr + \strong{secs_eco_5} \tab \code{numeric} \tab Item 5 of the Social and Economic Conservatism Scale (economic subscale) scale.\cr + \strong{fam_1} \tab \code{numeric} \tab Item 1 of the MAC (family subscale) scale.\cr + \strong{fam_2} \tab \code{numeric} \tab Item 2 of the MAC (family subscale) scale.\cr + \strong{fam_3} \tab \code{numeric} \tab Item 3 of the MAC (family subscale) scale.\cr + \strong{grp_1} \tab \code{numeric} \tab Item 1 of the MAC (group subscale) scale.\cr + \strong{grp_2} \tab \code{numeric} \tab Item 2 of the MAC (group subscale) scale.\cr + \strong{grp_3} \tab \code{numeric} \tab Item 3 of the MAC (group subscale) scale.\cr + \strong{rec_1} \tab \code{numeric} \tab Item 1 of the MAC (reciprocity subscale) scale.\cr + \strong{rec_2} \tab \code{numeric} \tab Item 2 of the MAC (reciprocity subscale) scale.\cr + \strong{rec_3} \tab \code{numeric} \tab Item 3 of the MAC (reciprocity subscale) scale.\cr + \strong{her_1} \tab \code{numeric} \tab Item 1 of the MAC (heroism subscale) scale.\cr + \strong{her_2} \tab \code{numeric} \tab Item 2 of the MAC (heroism subscale) scale.\cr + \strong{her_3} \tab \code{numeric} \tab Item 3 of the MAC (heroism subscale) scale.\cr + \strong{def_1} \tab \code{numeric} \tab Item 1 of the MAC (deference subscale) scale.\cr + \strong{def_2} \tab \code{numeric} \tab Item 2 of the MAC (deference subscale) scale.\cr + \strong{def_3} \tab \code{numeric} \tab Item 3 of the MAC (deference subscale) scale.\cr + \strong{fai_1} \tab \code{numeric} \tab Item 1 of the MAC (fairness subscale) scale.\cr + \strong{fai_2} \tab \code{numeric} \tab Item 2 of the MAC (fairness subscale) scale.\cr + \strong{fai_3} \tab \code{numeric} \tab Item 3 of the MAC (fairness subscale) scale.\cr + \strong{pro_1} \tab \code{numeric} \tab Item 1 of the MAC (property subscale) scale.\cr + \strong{pro_2} \tab \code{numeric} \tab Item 2 of the MAC (property subscale) scale.\cr + \strong{pro_3} \tab \code{numeric} \tab Item 3 of the MAC (property subscale) scale. +} +} \references{ Van Leeuwen, F., Van Lissa, C. J., Papakonstantinou, T., Petersen, M., & Curry, O. S. (2022, May 25). Morality as Cooperation,