data_DFA {DFA.CANCOR} | R Documentation |
data_DFA
Description
A list with example data that were used in various presentations of discrimination function analysis
Usage
data(data_DFA)
Details
A list with the example data that were used in the following presentations of discrimination function analysis: Field (2012), Green and Salkind (2008), Ho (2014), Huberty and Olejnik (2006), Noursis (2012), Rencher (2002), Sherry (2006), and Tabachnick and Fidell (2019).
References
Field, A., Miles, J., & Field, Z. (2012). Chapter 18 Categorical data.
Discovering statistics using R. Los Angeles, CA: Sage.
Green, S. B., & Salkind, N. J. (2008). Lesson 35: Discriminant analysis
(pp. 300-311). In, Using SPSS for Windows and Macintosh: Analyzing and
understanding data. New York, NY: Pearson.
Ho, R. (2014). Handbook of univariate and multivariate data analysis with
IBM SPSS. Boca Raton, FL: CRC Press.
Huberty, C. J., & Olejnik, S. (2019). Applied MANOVA and discriminant
analysis (2nd. ed.). New York, NY: John Wiley & Sons.
Noursis, M. J. (2012). IBM SPSS Statistics 19 advanced statistical
procedures companion. Upper Saddle River, NJ: Prentice Hall.
Rencher, A. (2002). Methods of multivariate analysis (2nd ed.).
New York, NY: John Wiley & Sons.
Sherry, A. (2006). Discriminant analysis in counseling research.
Counseling Psychologist, 34, 661-683.
Tabachnick, B. G., & Fidell, L. S. (2019). Chapter 16: Multiway
frequency analysis. Using multivariate statistics. New York, NY: Pearson.
Examples
names(data_DFA)
head(data_DFA$Field_2012)
head(data_DFA$Green_2008)
head(data_DFA$Ho_2014)
head(data_DFA$Huberty_2019_p45)
head(data_DFA$Huberty_2019_p285)
head(data_DFA$Norusis_2012)
head(data_DFA$Rencher_2002_football)
head(data_DFA$Rencher_2002_root)
head(data_DFA$Sherry_2006)
head(data_DFA$TabFid_2019_complete)
head(data_DFA$TabFid_2019_small)