Description Usage Arguments Value
View source: R/VEMinitialization.R
Construct initial values with Q groups by meging groups of a solution obtained with Q+1 groups
1 2 3 4 5 6 7 8 9 | initialPointsByMerge(
tau_Qp1,
nbOfTau,
nbOfPointsPerTau,
data,
modelFamily,
model,
directed
)
|
tau_Qp1 |
tau for a model with Q+1 latent blocks |
nbOfTau |
number of initializations for the latent block memberships |
nbOfPointsPerTau |
number of initializations of the latent binary graph associated with each initial latent block memberships |
data |
data vector in the undirected model, data matrix in the directed model |
modelFamily |
probability distribution for the edges. Possible values:
|
model |
Implemented models:
|
directed |
booelan to indicate whether the model is directed or undirected |
list of inital points of tau and rho of length nbOfTau*nbOfPointsPerTau
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.