Learn R Programming

fungible (version 2.2.2)

Boruch70: Multi-Trait Multi-Method correlation matrix reported by Boruch, Larkin, Wolins, and MacKinney (1970)

Description

The original study assessed supervisors on seven dimensions (i.e., 7 variables) from two sources (i.e., their least effective and most effective subordinate).

Usage

data(Boruch70)

Arguments

Format

A 14 by 14 correlation matrix with dimension names

Details

The sample size is n = 111.

The following variables were assessed: Variables:

  1. Consideration

  2. Structure

  3. Satisfaction with the supervisor

  4. Job satisfaction

  5. General effectiveness

  6. Human relations skill

  7. Leadership

The test structure is as follows: Test Structure:

  • Test One: variables 1 through 7

  • Test Two: variables 8 through 14

Examples

Run this code
## Load Boruch et al.'s dataset
data(Boruch70)

Example4Output <- faMB(R             = Boruch70,
                       n             = 111,
                       NB            = 2,
                       NVB           = c(7,7),
                       numFactors    = 2,
                       rotate        = "oblimin",
                       rotateControl = list(standardize  = "Kaiser",
                                            numberStarts = 100))
                                            
summary(Example4Output, digits = 3)                                             

Run the code above in your browser using DataLab