Fast version of mbu. It runs mbu without input checks.
fastmbu(
Y = NULL,
W = NULL,
XU = NULL,
BU = NULL,
XV = NULL,
BV = NULL,
mains = TRUE,
MAXINNER = 32,
FCRIT = 0.001,
MAXITER = 65536,
DCRIT = 1e-06
)
U estimated coordinate matrix for row objects
BU for supervised analysis the estimated matrix with regression weights for the rows
V estimated coordinate matrix for column objects
BV for supervised analysis the estimated matrix with regression weights for the columns
Mu estimated offsets
Lastinner number of iterations in the last call to STRESS
Lastfdif last difference in STRESS values in the inner loop
lastouter number of iterations in the outer loop
lastddif last difference in deviances in outer loop
deviance obtained deviance
matrix with dichotomous responses
matrix with weights for each entrance of Y or vector with weights for each row of Y
in unsupervised analysis starting values for row coordinates; in supervised analysis matrix with predictor variables for rows
for supervised analysis matrix with regression weights for the row coordinates
in unsupervised analysis starting values for column coordinates; in supervised analysis matrix with predictor variables for columns
for supervised analysis matrix with regression weights for the column coordinates
whether offsets for the items should be estimated
maximum number of iterations in the inner loop
convergence criterion for STRESS in the inner loop
maximum number of iterations in the outer loop
convergence criterion for the deviance