| blockNodeSampling_fit {missSBM} | R Documentation |
Class for fitting a block-node sampling
Description
Class for fitting a block-node sampling
Class for fitting a block-node sampling
Super classes
missSBM::networkSampling -> missSBM::networkSamplingNodes_fit -> blockNodeSampling_fit
Active bindings
vExpecvariational expectation of the sampling
log_lambdadouble, term for adjusting the imputation step which depends on the type of sampling
Methods
Public methods
Inherited methods
Method new()
constructor
Usage
blockNodeSampling_fit$new(partlyObservedNetwork, blockInit)
Arguments
partlyObservedNetworka object with class partlyObservedNetwork representing the observed data with possibly missing entries
blockInitn x Q matrix of initial block indicators
Method update_parameters()
a method to update the estimation of the parameters. By default, nothing to do (corresponds to MAR sampling)
Usage
blockNodeSampling_fit$update_parameters(imputedNet, Z)
Arguments
imputedNetan adjacency matrix where missing values have been imputed
Zindicator of blocks
Method clone()
The objects of this class are cloneable with this method.
Usage
blockNodeSampling_fit$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
[Package missSBM version 1.0.4 Index]