Class for defining a double-standard sampler
Class for defining a double-standard sampler
Class for defining a double-standard sampler
missSBM::networkSampling
-> missSBM::networkSampler
-> missSBM::dyadSampler
-> doubleStandardSampler
new()
constructor for networkSampling
doubleStandardSampler$new(parameters = NA, adjMatrix = NA, directed = FALSE)
parameters
: the vector of parameters associated to the sampling at play
adjMatrix
: matrix of adjacency
directed
: logical, directed network of not
clone()
The objects of this class are cloneable with this method.
doubleStandardSampler$clone(deep = FALSE)
deep
: Whether to make a deep clone.