| snowballSampler {missSBM} | R Documentation |
Class for defining a snowball sampler
Description
Class for defining a snowball sampler
Class for defining a snowball sampler
Super classes
missSBM::networkSampling -> missSBM::networkSampler -> missSBM::nodeSampler -> snowballSampler
Methods
Public methods
Inherited methods
Method new()
constructor for networkSampling
Usage
snowballSampler$new(parameters = NA, adjacencyMatrix = NA, directed = FALSE)
Arguments
parametersthe vector of parameters associated to the sampling at play
adjacencyMatrixthe adjacency matrix of the network
directedlogical, directed network of not
Method clone()
The objects of this class are cloneable with this method.
Usage
snowballSampler$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
[Package missSBM version 1.0.4 Index]