
Math Correlations Data
math_correlations.RdSeven study-level correlation matrices for achievement and mathematics teaching-efficacy variables. The object is stored as a list containing the correlation matrices and their corresponding sample sizes, and is useful for examples involving correlation-matrix synthesis and path modeling.
Format
A nested list with two elements:
- math_correlations
A named list of seven 3-by-3 correlation matrices. Matrix variables are
ACH(achievement),PTE(personal teaching efficacy), andGTE(general teaching efficacy).- sample_size
Numeric vector of study sample sizes aligned with
math_correlations.
Source
Packaged example data derived from the math-correlation examples in
the source repository; see data-raw/math-corr.r.
Examples
math_correlations
#> $math_correlations
#> $math_correlations$Tracz.r
#> ACH PTE GTE
#> ACH 1.00 0.14 0.62
#> PTE 0.14 1.00 0.22
#> GTE 0.62 0.22 1.00
#>
#> $math_correlations$Sheft.r
#> ACH PTE GTE
#> ACH 1.00 -0.01 0.19
#> PTE -0.01 1.00 0.27
#> GTE 0.19 0.27 1.00
#>
#> $math_correlations$Wats1.r
#> ACH PTE GTE
#> ACH 1.0000 0.2437 0.1394
#> PTE 0.2437 1.0000 0.1768
#> GTE 0.1394 0.1768 1.0000
#>
#> $math_correlations$Wats2.r
#> ACH PTE GTE
#> ACH 1.0000 -0.1127 0.2122
#> PTE -0.1127 1.0000 0.5096
#> GTE 0.2122 0.5096 1.0000
#>
#> $math_correlations$Gresh.r
#> ACH PTE GTE
#> ACH 1.00 0.1400 -0.3000
#> PTE 0.14 1.0000 0.2941
#> GTE -0.30 0.2941 1.0000
#>
#> $math_correlations$Ande1.r
#> ACH PTE GTE
#> ACH 1.00 0.3200 0.1600
#> PTE 0.32 1.0000 0.2941
#> GTE 0.16 0.2941 1.0000
#>
#> $math_correlations$Ande2.r
#> ACH PTE GTE
#> ACH 1.00 0.0800 0.2400
#> PTE 0.08 1.0000 0.2941
#> GTE 0.24 0.2941 1.0000
#>
#>
#> $sample_size
#> [1] 448 1057 929 608 1250 288 416
#>