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).