estimate_survey_roc: Estimate ROC curve for complex survey data

Description Usage Arguments Value

View source: R/survey_roc.R

Description

Function to estimate ROC curve (FPR, TPR) for complex survey data

Usage

1
estimate_survey_roc(data, grid = NULL, var_weight = NULL, ci = FALSE)

Arguments

data

data frame containing continuous marker X and class label D

grid

optional numeric vector of points for roc curve from 0 to 1

var_weight

string variable name for sampling weight. If specified, should be included in data

ci

Logical, if true, will calculate asymptotic confidence interval for the TPF

Value

a dataframe containing


tamytsujimoto/surveyROC documentation built on Sept. 8, 2021, 11:35 p.m.