To test if each sampling given a network with a proportion of NA corresponding to what's expected, I need the theoretical sampling rate for each sampling design.
For instance, for the dyad samplign rate, it is simply the value of the parameters (0.1).
I need the theoretical expectation for the other ones as a function of the vector of parameters.
Consider the following piece of code for sampling in a 300-node SBM with various sampling schemes.
To test if each sampling given a network with a proportion of NA corresponding to what's expected, I need the theoretical sampling rate for each sampling design.
For instance, for the dyad samplign rate, it is simply the value of the parameters (0.1).
I need the theoretical expectation for the other ones as a function of the vector of parameters.