Skip to content
Prev 303538 / 398503 Next

sensitivity and specificity in svyglm??

On Thu, Aug 16, 2012 at 9:01 AM, Diana Marcela Martinez Ruiz
<dianammr06 at hotmail.com> wrote:
predict() will give you fitted values from svyglm on either the
training data or new test data.  You need to choose a threshold to
turn the predicted probabilities into predicted 1s and 0s.  At this
point you could use ConfusionMatrix to compute sensitivity and
specificity, but its uncertainty estimates won't be appropriate for
the survey design.

    -thomas