powered by
Plots a Multinomial Reduced Rank Model
# S3 method for mrrr plot( x, dims = c(1, 2), ycol = "darkgreen", xcol = "darkblue", ocol = "grey", markersize = 2.5, labelsize = 3, ... )
Plot of the results obtained from mrrr
an object of type mrrr
which dimensions to visualize
colour for representation of response variables
colour for representation of predictor variables
colour for representation of row objects
determines the size of the markera
determines the size of the labels
additional arguments to be passed.
if (FALSE) { data(dataExample_mru) y = as.matrix(dataExample_mru[ , 1]) X = as.matrix(dataExample_mru[ , 2:6]) output = mru(y = y, X = X, S = 2) plot(output) }
Run the code above in your browser using DataLab