nprobw {RDSsamplesize} | R Documentation |
Summarizing the sample size estimation.
Description
Summarizing the sample size estimation.
Usage
nprobw(x, n)
Arguments
x |
an object class of "RDSsamplesize", results of estimated sample size distribution of a call to 'calSize'. |
n |
integer; target sample size. |
Value
a table presenting the probability of the accumulated sample size (including seeds) reaching at least n by each wave, w=1,..., maxWave
Examples
x <- calSize(s=10,c=3,maxWave=9,rr=0.3,bruteMC=FALSE,tol=0.025)
nprobw(x,n=100)
[Package RDSsamplesize version 0.5.0 Index]