| networkSamplingNodes_fit | R Documentation | 
Virtual class used to define a family of networkSamplingNodes_fit
Virtual class used to define a family of networkSamplingNodes_fit
missSBM::networkSampling -> networkSamplingNodes_fit
penaltydouble, value of the penalty term in ICL
log_lambdadouble, term for adjusting the imputation step which depends on the type of sampling
new()constructor
networkSamplingNodes_fit$new(partlyObservedNetwork, name)
partlyObservedNetworka object with class partlyObservedNetwork representing the observed data with possibly missing entries
namea 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)
nuthe matrix of (uncorrected) imputation for missing entries
clone()The objects of this class are cloneable with this method.
networkSamplingNodes_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.