snowballSampler function

Class for defining a snowball sampler

Class for defining a snowball sampler

Class for defining a snowball sampler

Class for defining a snowball sampler

Super classes

missSBM::networkSampling -> missSBM::networkSampler -> missSBM::nodeSampler -> snowballSampler

Methods

Public methods

Method new()

constructor for networkSampling

Usage

snowballSampler$new(parameters = NA, adjacencyMatrix = NA, directed = FALSE)

Arguments

  • parameters: the vector of parameters associated to the sampling at play

  • adjacencyMatrix: the adjacency matrix of the network

  • directed: logical, directed network of not

Method clone()

The objects of this class are cloneable with this method.

Usage

snowballSampler$clone(deep = FALSE)

Arguments

  • deep: Whether to make a deep clone.

  • Maintainer: Julien Chiquet
  • License: GPL-3
  • Last published: 2025-03-13