Definition of R6 Class 'networkSampling'
Definition of R6 Class 'networkSampling'
this virtual class is the mother of all subtypes of networkSampling (either sampler or fit) It is used to define a sampling model for a network. It has a rSampling method which takes an adjacency matrix as an input and send back an object with class partlyObservedNetwork.
typea character for the type of sampling
parametersthe vector of parameters associated with the sampling at play
dfthe number of entries in the vector of parameters
show()show method
networkSampling$show(
type = paste0(private$name, "-model for network sampling\n")
)