dataExample_lmdu |
Dummy data for lmdu example |
dataExample_lpca |
Dummy data for lpca example |
dataExample_mru |
Dummy data for mru example |
fastmbu |
Fast version of mbu. It runs mbu without input checks. |
fastmru |
Fast version of mru. It runs mru without input checks. |
lmdu |
The function lmdu performs logistic mdu with or without predictors to obtain a unsupervised or supervised mapping of binary response variables. |
lpca |
The function lpca performs logistic pca with or without predictors to obtain a unsupervised or supervised mapping of binary response variables. |
mru |
The function mru performs multinomial restricted unfolding for a nominal response variable and a set of predictor variables. |
plot.lmdu |
plots the results of a logistic multidimensional unfolding (X = NULL) logistic restricted multidimensional unfolding (X != NULL) |
plot.lpca |
plots the results of a logistic principal component analysis (X = NULL) logistic reduced rank regression (X != NULL) |
plot.mru |
plots the results of a multinomial restricted unfolding |
slowmru |
Slow version of mru. It runs mru with input checks. |