percentage: Calculation of the ratio of correctly classified cases by...

Description Usage Arguments Value See Also

Description

Extracts the ratio of correctly classified cases from the output of lda.

Usage

1
percentage(dataset, starting_vector, prior)

Arguments

dataset

Contains only the dataset as a matrix (without labels).

starting_vector

A vector specifying the class for each observation.

prior

A specified method that can be either "proportions" (in the case of different group sizes) or "equal" (in the case of equal group sizes).

Value

perctg

The ratio of correctly classified cases by lda for the input grouping.

See Also

ccda.main


ccda documentation built on Oct. 2, 2019, 5:04 p.m.

Related to percentage in ccda...