given an estimated subpopn size or prevalence and the correct value, produce some measurements of how close the esimate is

estimate.error(estimate, truth)

Arguments

estimate

the estimate

truth

the correct answer

Value

a vector whose entries have various summaries of fit

Examples

if (FALSE) { ## TODO add example }