tandem | R Documentation |
Initializes an instance of the tandem model required by the tandem methods.
tandem( seed = NULL, verbose = TRUE, init = "svd", n_max_iter = 10, n_loops = 10, tol = 1e-05, U_i_g = NULL, B_j_q = NULL, C_k_r = NULL )
seed |
Seed for random sequence generation. |
verbose |
Flag to display iteration outputs for each loop. |
init |
Parameter initialization method, 'svd' or 'random'. |
n_max_iter |
Maximum number of iteration to optimize the objective function. |
n_loops |
Maximum number of loops/runs for global results. |
tol |
Allowable tolerance to check convergence. |
U_i_g |
Initial membership function matrix for the objects. |
B_j_q |
Initial component scores matrix for the variables. |
C_k_r |
Initial component sores matrix for the occasions. |
An object of class "tandem".
tandemModelssimuclustfactor \insertReftucker1966simuclustfactor
fit.twcfta
fit.twfcta
simultaneous
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.