Learn R Programming

DFA.CANCOR (version 0.2.2)

data_DFA_Field: data_DFA_Field

Description

A data frame with scores on 2 variables for 10 cases in each of 3 groups. Used by Field et al. (2012) in their chapter on MANOVA and discriminant function analysis.

Usage

data(data_DFA_Field)

Arguments

Examples

Run this code
# NOT RUN {
head(data_DFA_Field)
	 
DFA(data = data_DFA_Field, 
    groups = 'Group', 
    variables = c('Actions','Thoughts'),
    predictive = TRUE, priorprob = 'SIZES', 
    verbose = TRUE)
# }

Run the code above in your browser using DataLab