G.start {cds} | R Documentation |
Constrained Dual Scaling for a Single Random G Start
Description
Run algorithm for a single G matrix.
Usage
G.start(X, nr.starts.a, astarts, maxit, n, m, q, Fr.cent, maxit.ALS, Mmat,
eps.G, info.level, times.a.multistart, eps.ALS, const, K, random.G, tol,
update.G)
Arguments
X |
List of two elements, namely |
nr.starts.a |
The number or random starts for |
astarts |
Explicit starts for a, if applicable. |
maxit |
The maximum number of iterations with respect to G. |
n |
The number of respondents. |
m |
The number of items. |
q |
The maximum rating category such that the rating scale is |
Fr.cent |
The centred Fr matrix. |
maxit.ALS |
The maximum number of ALS iterations. |
Mmat |
The basis matrix for the quadratic monotone splines. |
eps.G |
The absolute error tolerance for the G updates. |
info.level |
Integer controlling the amount of information printed. |
times.a.multistart |
The number of times random starts for |
eps.ALS |
The absolute error tolerance for the ALS. |
const |
The constant part of the loss function. |
K |
The number of groups. |
random.G |
The |
tol |
tolerance |
update.G |
Logical indicating whether or not to update the starting configuration
|