Virtual class used to define a family of networkSamplingDyads_fit
Virtual class used to define a family of networkSamplingDyads_fit
Virtual class used to define a family of networkSamplingDyads_fit
missSBM::networkSampling
-> networkSamplingDyads_fit
penalty
: double, value of the penalty term in ICL
log_lambda
: double, term for adjusting the imputation step which depends on the type of sampling
new()
constructor for networkSampling_fit
networkSamplingDyads_fit$new(partlyObservedNetwork, name)
partlyObservedNetwork
: a object with class partlyObservedNetwork representing the observed data with possibly missing entries
name
: a character for the name of sampling to fit on the partlyObservedNetwork
show()
show method
networkSamplingDyads_fit$show()
update_parameters()
a method to update the estimation of the parameters. By default, nothing to do (corresponds to MAR sampling)
networkSamplingDyads_fit$update_parameters(...)
...
: use for compatibility
update_imputation()
a method to update the imputation of the missing entries.
networkSamplingDyads_fit$update_imputation(nu)
nu
: the matrix of (uncorrected) imputation for missing entries
clone()
The objects of this class are cloneable with this method.
networkSamplingDyads_fit$clone(deep = FALSE)
deep
: Whether to make a deep clone.