| simpleDyadSampler | R Documentation |
Class for defining a simple dyad sampler
Class for defining a simple dyad sampler
missSBM::networkSampling -> missSBM::networkSampler -> missSBM::dyadSampler -> simpleDyadSampler
new()constructor for networkSampling
simpleDyadSampler$new( parameters = NA, nbNodes = NA, directed = FALSE, covarArray = NULL, intercept = 0 )
parametersthe vector of parameters associated to the sampling at play
nbNodesnumber of nodes in the network
directedlogical, directed network of not
covarArrayan array of covariates used
interceptdouble, intercept term used to compute the probability of sampling in the presence of covariates. Default 0.
clone()The objects of this class are cloneable with this method.
simpleDyadSampler$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.