initialPointsBySplit {noisySBM} | R Documentation |
Construct initial values with Q groups by splitting groups of a solution obtained with Q-1 groups
Description
Construct initial values with Q groups by splitting groups of a solution obtained with Q-1 groups
Usage
initialPointsBySplit(
tau_Qm1,
nbOfTau,
nbOfPointsPerTau,
data,
modelFamily,
model,
directed
)
Arguments
tau_Qm1 |
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 |
Value
list of inital points of tau and rho of length nbOfTau*nbOfPointsPerTau