nprobw | R Documentation |
Summarizing the sample size estimation.
nprobw(x, n)
x |
an object class of "RDSsamplesize", results of estimated sample size distribution of a call to 'calSize'. |
n |
integer; target sample size. |
a table presenting the probability of the accumulated sample size (including seeds) reaching at least n by each wave, w=1,..., maxWave
x <- calSize(s=10,c=3,maxWave=9,rr=0.3,bruteMC=FALSE,tol=0.025)
nprobw(x,n=100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.