# NOT RUN {
## Analysis of the validity of conscientiousness as a predictor of job performance in East Asia
ma_r_order2(r = r_bar_i, rho = rho_bar_i, var_r = var_r,
var_r_c = NULL, k = k, ma_type = "ad",
sample_id = NULL, moderators = NULL,
construct_x = NULL, construct_y = NULL,
conf_level = .95, cred_level = .8,
cred_method = "t", var_unbiased = TRUE,
data = dplyr::filter(data_r_oh_2009, Predictor == "Conscientiousness"))
## Analysis of the validity of the Big Five traits as predictors of job performance in East Asia
ma_r_order2(r = r_bar_i, rho = rho_bar_i, var_r = var_r,
var_r_c = NULL, k = k, ma_type = "ad",
sample_id = NULL, moderators = NULL, construct_x = Predictor,
conf_level = .95, cred_level = .8,
cred_method = "t", var_unbiased = TRUE,
data = data_r_oh_2009)
## Analysis of the average validity of the Big Five traits as predictors of
## job performance by Eastern Asian country
ma_r_order2(r = r_bar_i, rho = rho_bar_i, var_r = var_r,
var_r_c = NULL, k = k, ma_type = "ad",
sample_id = NULL, moderators = "Country",
conf_level = .95, cred_level = .8, cred_method = "t",
var_unbiased = TRUE, data = data_r_oh_2009)
# }
Run the code above in your browser using DataLab