DiscAnalysis: Discriminant Analysis

Description Usage Arguments Value Author(s) References Examples

Description

Sometimes it is required to assign an individual in one of many groups, to do that there consider the classification rule based on an index called lineal discriminate function Morrison(2005). This program computes the discriminate scores, the classification table and finally the misclassification percentage.

Usage

1

Arguments

X

a data matrix which last column must be the classification column

Value

Score

the value of the discriminate score

ClassificationTable

a table with the classification according with the discriminate score

MisClassificationPerc

Misclassification percentage

Author(s)

Jesus Gonzalez <jmgonzalezf@unal.edu.co>, Andres Palacios <anfpalacioscl@unal.edu.co>, Campo Elias Pardo <cepardot@unal.edu.co>

References

Morrison, D. F. (2005), Multivariate statistical methods, Series in Probabilty and Statistics, 4 edn, McGraw-Hill, New York.

Examples

1
2
3
4
data(iris)
X <- iris[1:100, ]

DiscAnalysis(X)

andresfpc/AMUN documentation built on May 12, 2019, 3:36 a.m.