Defining the candidates to the optimum partition for each of segmentation variables (regression model)
# S3 method for part.reg
all(x, y, method, ...)
matrix or data.frame with the data.
matrix or data.frame of the segmentation variables.
string indicating the method: LM or LAD
Further arguments passed on to all.part.reg
.
list containing information of the candidates to the optimum partition for each of segmentation variables
Internal function. all.part.reg
is called by partopt.reg
.