plot_valse {valse}R Documentation

Plot

Description

A function which plots relevant parameters.

Usage

plot_valse(X, Y, model, comp = FALSE, k1 = NA, k2 = NA)

Arguments

X

matrix of covariates (of size n*p)

Y

matrix of responses (of size n*m)

model

the model constructed by valse procedure

comp

TRUE to enable pairwise clusters comparison

k1

index of the first cluster to be compared

k2

index of the second cluster to be compared

Value

No return value (only plotting).


[Package valse version 0.1-0 Index]