ltr_reg_clus: left to right linear regression clustering

View source: R/ltr_reg_clus.R

ltr_reg_clusR Documentation

left to right linear regression clustering

Description

A left to right initial linear regression clustering method using the coefficient differences and Hotelling's T-squared test

Usage

ltr_reg_clus(Dat, k, resp.ind = 1)

Arguments

Dat

a data matrix

k

number of clusters

resp.ind

the column indices of the response variables for the linear regression clustering approach. The default is 1, which means that the first column is the univariate response variable

Value

a (left to right) clustering vector

Author(s)

Morteza Amini, morteza.amini@ut.ac.ir


hhsmm documentation built on Sept. 11, 2024, 7:34 p.m.

Related to ltr_reg_clus in hhsmm...