bigunit.fwdmv {Rfwdmv}R Documentation

Generate the Big Unit Matrix

Description

Returns a logical matrix with one column for each step in the Forward Search and one row for each unit in the data. The (i,j) element is TRUE if unit i is in the subset during step j and FALSE otherwise.

Usage

bigunit.fwdmv(x)

Arguments

x an fwdmv object.

Value

a logical matrix. See the description.

Author(s)

Kjell Konis

References

Atkinson, A. C., Riani, M. and Cerioli, A. (2004) Exploring Multivariate Data with the Forward Search. Springer-Verlag New York.

See Also

fwdmv.object, fwdmv

Examples

data(fondi.dat)
fondi.1 <- fwdmv(fondi.dat)
fondi.bigUnit <- bigunit.fwdmv(fondi.1)

[Package Rfwdmv version 0.71 Index]