ncomplete1.for {ncomplete}R Documentation

Function called by ncomplete.for

Description

Function called by ncomplete.for

Usage

ncomplete1.for(Z,NDIR=10000)

Arguments

Z The data set Z has to be a matrix with ncol(Z)-1 <= nrow(Z) <= 10000. The first ncol(Z)-1 columns of Z are the design matrix X. The last column of Z is the binary response vector y (0/1).
NDIR Maximal number of directions (integer)

Value

A list with components

Z data matrix
NDIR 10000 directions

Author(s)

Andreas Christmann, Peter J. Rousseeuw Christmann@statistik.uni-dortmund.de

See Also

ncomplete.for


[Package ncomplete version 1.0-1 Index]