CSMR_one: Perform the RBSL algorithm one times.
Description
Perform the RBSL algorithm one times.
Usage
CSMR_one(x, y, nit = 1, nc, max_iter)
Arguments
y
The external supervised variable.
nc
The component number in the mixture model.
max_iter
The maximum iteration number.
Value
A list object consist of coefficient, clustering membership, data x, external variable y, predicted y based on regression model.