CSMR_one: Perform the CSMR algorithm one times.

View source: R/CSMR.R

CSMR_oneR Documentation

Perform the CSMR algorithm one times.

Description

Perform the CSMR algorithm one times.

Usage

CSMR_one(x, y, nc, max_iter)

Arguments

x

The matrix

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.


zcslab/CSMR documentation built on Jan. 12, 2023, 7:39 a.m.