Learn R Programming

metaSEM (version 0.9.10)

wvs94b: Forty-four Covariance Matrices on Life Satisfaction, Job Satisfaction, and Job Autonomy

Description

Between 1990 and 1993, 57,561 adults aged 18 and above from 42 nations were interviewed by local academic institutes in Eastern European nations and by professional survey organizations in other nations. The covariance matrices among Life Satisfaction, Job Satisfaction, and Job Autonomy were calculated.

Usage

data(wvs94b)

Arguments

Source

World Values Study Group. (1994). World Values Survey, 1981-1984 and 1990-1993 [Computer file]. Ann Arbor, MI: Inter-university Consortium for Political and Social Research.

Details

The variables are:

References

Au, K., & Cheung, M. W.-L. (2004). Intra-cultural variation and job autonomy in 42 countries. Organization Studies, 25, 1339-1362.

Cheung, M.W.-L., & Cheung, S.-F. (2016). Random-effects models for meta-analytic structural equation modeling: Review, issues, and illustrations. Research Synthesis Methods, 7, 140-155.

Examples

Run this code
## Not run: 
# data(wvs94b)
# 
# ## Get the indirect and the direct effects and
# ## their sampling covariance matrices for each study
# indirect1 <- indirectEffect(wvs94b$data, wvs94b$n)
# indirect1
# 
# ## Multivariate meta-analysis on the indirect and direct effects
# indirect2 <- meta(indirect1[, c("ind_eff", "dir_eff")],
#                   indirect1[, c("ind_var", "ind_dir_cov", "dir_var")])
# 
# summary(indirect2)  
# ## End(Not run)

Run the code above in your browser using DataLab