plot_a: Plot function a

Description Usage Arguments Value Author(s) Examples

View source: R/plot.R

Description

Plot function a to assess the identifiability of the MLE

Usage

1
plot_a(pi0, alpha, alpha0, beta, beta0, ...)

Arguments

pi0

A numeric that provides the proportion of people (in the whole population) who are positive, as measured through a non-random, but systematic sampling (e.g. based on medical selection).

alpha0

A numeric that provides the False Negative (FN) rate for the sample R0. Default value is 0.

beta

A numeric that provides the False Positive (FP) rate for the sample R. Default value is 0.

...

Additional arguments.

Value

A plot of the function a

Author(s)

Stephane Guerrier

Examples

1
plot_a(pi0 = 1/100, alpha0 = 0.005, alpha = 0.005, beta0 = 0.05, beta = 0.05)

stephaneguerrier/CPreval documentation built on June 6, 2020, 2:28 a.m.