mvls.print: mvlsprint

Description Usage Arguments Value Author(s)

Description

Takes a longitudinal dataset and give you graphic plot to choose number of cluster

Usage

1
mvls.print(data, d, method = "h", varmatrix = F, kmax = 10)

Arguments

data

A dataset (more than two longitudinal mesurements)

d

percentage of change between two-sided mesurements to consider it bigger, smaller or the same, It useful to built the var.matrix

method

it represent the type of machine learning algorithm. 'k' for k-mean and 'h' for hierical

varmatrix

TRUE/FALSE value (default it's F). It permit to see cluster for var.matrix

kmax

It's the maximum number of cluster for k-mean. Default setting it's 10. It's the elbow k-mean method.

Value

Plot

Author(s)

Lorenzo Querci <lorenzo.querci@studio.unibo.it>


helpstatanalysis/mvls documentation built on May 13, 2019, 3 a.m.