Learn R Programming

fungible (version 2.4.4)

Jackson67: Multi-Trait Multi-Method correlation matrix reported by Jackson and Singer (1967)

Description

The original study assessed four personality traits (i.e., femininity, anxiety, somatic complaints, and socially-deviant attitudes) from five judgemental perspectives (i.e., ratings about (a) desirability in self, (b) desirability in others, (c) what others find desirable, (d) frequency, and (e) harmfulness). The harmfulness variable was reverse coded.

The sample size is n = 480.

The following four variables were assessed (abbreviations in parentheses): Variables:

  1. Femininity (Fem)

  2. Anxiety (Anx)

  3. Somatic Complaints (SomatComplaint)

  4. Socially-Deviant Attitudes (SDAttitude)

Usage

data(Jackson67)

Arguments

Format

A 20 by 20 correlation matrix with dimension names

Details

The above variables were assessed from the following methodological judgement perspectives (abbreviations in parentheses): Test Structure:

  • Desirability in the Self (DiS)

  • Desirability in Others (DiO)

  • What Others Find Desirable (WOFD)

  • Frequency (Freq)

  • Harmfulness (Harm)

Examples

Run this code
## Load Jackson and Singer's dataset
data(Jackson67)



Example2Output <-  faMB(R             = Jackson67, 
                        n             = 480,
                        NB            = 5, 
                        NVB           = rep(4,5), 
                        numFactors    = 4,
                        rotate        = "varimax",
                        rotateControl = list(standardize = "Kaiser"),
                        PrintLevel    = 1)
                        
summary(Example2Output)                         

Run the code above in your browser using DataLab