Rdocumentation
powered by
Learn R Programming
genpathmox (version 0.2)
partition: Defining binary partitions given a segmentation variable (factor).
Description
Defining binary partitions given a segmentation variable (factor).
Usage
partition(x, ...)
Arguments
x
single factor or a data.frame of segmenation variables.
...
Further arguments passed on to
partition
.
Value
list of matrices containing the all possibiles binary partions given a segmenation variable.
Details
Internal function.
partition
is called by
all.part.pls
.