PP3 (version 1.2)

getPP3index: Extract projection index values from a PP3 object.

Description

Extract project index value vector from a PP3 object.

Usage

getPP3index(x, number)

Arguments

x

PP3 object to get indices from.

number

Identification number of solution. Optional

Value

Either a vector of indices, or a single index, depending on whether number is not specified or it is, respectively.

Details

If number is missing then the whole projection index vector is returned. If number is specified then the projection index associated with that identification number is returned.

References

Friedman, J.H. and Tukey, J.W. (1974) A projection pursuit algorithm for exploratory data analysis. IEEE Trans. Comput., 23, 881-890.

Jones, M.C. and Sibson, R. (1987) What is projection pursuit? (with discussion) J. R. Statist. Soc. A, 150, 1-36.

Nason, G. P. (1995) Three-dimensional projection pursuit. J. R. Statist. Soc. C, 44, 411-430.

Nason, G. P. (2001) Robust projection indices. J. R. Statist. Soc. B, 63, 551-567.

See Also

getPP3loadings, getPP3projdata, PP3many

Examples

Run this code
# NOT RUN {
#
# See help for PP3many, this contains an example of using getPP3index.
#
# }

Run the code above in your browser using DataLab