| dyadSampler {missSBM} | R Documentation |
Virtual class for all dyad-centered samplers
Description
Virtual class for all dyad-centered samplers
Virtual class for all dyad-centered samplers
Super classes
missSBM::networkSampling -> missSBM::networkSampler -> dyadSampler
Methods
Public methods
Inherited methods
Method new()
constructor for networkSampling
Usage
dyadSampler$new(type = NA, parameters = NA, nbNodes = NA, directed = FALSE)
Arguments
typecharacter for the type of sampling. must be in ("dyad", "covar-dyad", "node", "covar-node", "block-node", "block-dyad", "double-standard", "degree")
parametersthe vector of parameters associated to the sampling at play
nbNodesnumber of nodes in the network
directedlogical, directed network of not
Method clone()
The objects of this class are cloneable with this method.
Usage
dyadSampler$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
[Package missSBM version 1.0.4 Index]