| blockNodeSampling_fit | R Documentation |
Class for fitting a block-node sampling
Class for fitting a block-node sampling
missSBM::networkSampling -> missSBM::networkSamplingNodes_fit -> blockNodeSampling_fit
vExpecvariational expectation of the sampling
log_lambdadouble, term for adjusting the imputation step which depends on the type of sampling
new()constructor
blockNodeSampling_fit$new(partlyObservedNetwork, blockInit)
partlyObservedNetworka object with class partlyObservedNetwork representing the observed data with possibly missing entries
blockInitn x Q matrix of initial block indicators
update_parameters()a method to update the estimation of the parameters. By default, nothing to do (corresponds to MAR sampling)
blockNodeSampling_fit$update_parameters(imputedNet, Z)
imputedNetan adjacency matrix where missing values have been imputed
Zindicator of blocks
clone()The objects of this class are cloneable with this method.
blockNodeSampling_fit$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.