| networkSamplingNodes_fit {missSBM} | R Documentation |
Virtual class used to define a family of networkSamplingNodes_fit
Description
Virtual class used to define a family of networkSamplingNodes_fit
Virtual class used to define a family of networkSamplingNodes_fit
Super class
missSBM::networkSampling -> networkSamplingNodes_fit
Active bindings
penaltydouble, value of the penalty term in ICL
log_lambdadouble, term for adjusting the imputation step which depends on the type of sampling
Methods
Public methods
Inherited methods
Method new()
constructor
Usage
networkSamplingNodes_fit$new(partlyObservedNetwork, name)
Arguments
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
Method show()
show method
Usage
networkSamplingNodes_fit$show()
Method update_parameters()
a method to update the estimation of the parameters. By default, nothing to do (corresponds to MAR sampling)
Usage
networkSamplingNodes_fit$update_parameters(...)
Arguments
...use for compatibility
Method update_imputation()
a method to update the imputation of the missing entries.
Usage
networkSamplingNodes_fit$update_imputation(nu)
Arguments
nuthe matrix of (uncorrected) imputation for missing entries
Method clone()
The objects of this class are cloneable with this method.
Usage
networkSamplingNodes_fit$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.