| covarDyadSampling_fit {missSBM} | R Documentation |
Class for fitting a dyad sampling with covariates
Description
Class for fitting a dyad sampling with covariates
Class for fitting a dyad sampling with covariates
Super classes
missSBM::networkSampling -> missSBM::networkSamplingDyads_fit -> covarDyadSampling_fit
Active bindings
vExpecvariational expectation of the sampling
Methods
Public methods
Inherited methods
Method new()
constructor
Usage
covarDyadSampling_fit$new(partialNet, ...)
Arguments
partialNeta object with class partlyObservedNetwork representing the observed data with possibly missing entries
...used for compatibility
Method clone()
The objects of this class are cloneable with this method.
Usage
covarDyadSampling_fit$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
[Package missSBM version 1.0.4 Index]