Virtual class used to define a family of networkSamplingNodes_fit
Virtual class used to define a family of networkSamplingNodes_fit
Virtual class used to define a family of networkSamplingNodes_fit
missSBM::networkSampling
-> networkSamplingNodes_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
networkSamplingNodes_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
networkSamplingNodes_fit$show()
update_parameters()
a method to update the estimation of the parameters. By default, nothing to do (corresponds to MAR sampling)
networkSamplingNodes_fit$update_parameters(...)
...
: use for compatibility
update_imputation()
a method to update the imputation of the missing entries.
networkSamplingNodes_fit$update_imputation(nu)
nu
: the matrix of (uncorrected) imputation for missing entries
clone()
The objects of this class are cloneable with this method.
networkSamplingNodes_fit$clone(deep = FALSE)
deep
: Whether to make a deep clone.