all.part.reg: Defining the candidates to the optimum partition for each of segmentation variables
(regression model)
Description
Defining the candidates to the optimum partition for each of segmentation variables
(regression model)Usage
## S3 method for class 'part.reg':
all(x, y, method, ...)
Arguments
x
matrix or data.frame with the data.
y
matrix or data.frame of the segmentation variables.
method
string indicating the method: LM or LAD
Value
- list containing information of the candidates to the optimum partition for each of segmentation variables
Details
Internal function. all.part.reg
is called by partopt.reg
.