Learn R Programming

DFA.CANCOR (version 0.2.3)

data_DFA_Sherry: data_DFA_Sherry

Description

A data frame with scores on 5 variables for 10 cases in each of 3 groups. Used by Sherry (2006) in her article on discriminant function analysis.

Usage

data(data_DFA_Sherry)

Arguments

Examples

Run this code
# \donttest{
head(data_DFA_Sherry)
     
DFA(data = data_DFA_Sherry, 
    groups = 'Group',
    variables = c('Neuroticism','Extroversion','Openness',
                  'Agreeableness','Conscientiousness'),
    predictive = TRUE, priorprob = 'SIZES', 
    verbose=TRUE)
# }

Run the code above in your browser using DataLab