bigunit.fwdmv {Rfwdmv} | R Documentation |
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.
bigunit.fwdmv(x)
x |
an fwdmv object. |
a logical matrix. See the description.
Kjell Konis
Atkinson, A. C., Riani, M. and Cerioli, A. (2004) Exploring Multivariate Data with the Forward Search. Springer-Verlag New York.
data(fondi.dat) fondi.1 <- fwdmv(fondi.dat) fondi.bigUnit <- bigunit.fwdmv(fondi.1)