powered by
This function creates diagnostic convergence plots for RDS estimators.
convergence.plot( rds.data, outcome.variable, est.func = RDS.II.estimates, as.factor = FALSE, n.eval.points = 25, ... )
An rds.data.frame.
A character vector of outcome variables.
A function taking rds.data and outcome.variable as parameters and returning an rds.weighted.estimate object.
Convert all outcome variables to factors
number of evaluation points to calculate the estimates at
additional parameters for est.func.
Krista J. Gile, Lisa G. Johnston, Matthew J. Salganik Diagnostics for Respondent-driven Sampling eprint arXiv:1209.6254, 2012
data(faux) convergence.plot(faux,c("X","Y"))
Run the code above in your browser using DataLab