Learn R Programming

psychometric (version 2.2)

ABHt32: Table 3.2 from Arthur et al

Description

These data are used as an example in ch. 3 of Conducting Meta-Analysis using SAS. The data appear in table 3.1 and 3.2 on pages 66 and 68. The example data are useful in illustrating simple meta-analysis concepts.

Usage

data(ABHt32)

Arguments

Format

A data frame with 10 observations on the following 7 variables.
  • study Study code
  • Rxy Published Correlation
  • n Sample Size
  • Rxx Reliability of Predictor
  • Ryy Reliability of Criterion
  • u Range Restriction Ratio
  • moderator Gender

References

Arthur, Jr., W., Bennett, Jr., W., and Huffcutt, A. I. (2001) Conducting Meta-analysis using SAS. Mahwah, NJ: Erlbaum.

Examples

Run this code
data(ABHt32)
str(ABHt32) 
rbar(ABHt32)
FunnelPlot(ABHt32) 

Run the code above in your browser using DataLab