calcular.indicadores.2.timings: Calculates specificity and sensitivity

View source: R/calcular.indicadores.2.timings.R

calcular.indicadores.2.timingsR Documentation

Calculates specificity and sensitivity

Description

Calculates specificity and sensitivity

Usage

calcular.indicadores.2.timings(
  i.current,
  i.timing.1,
  i.timing.2,
  i.timing.absolute = FALSE,
  i.timing.labels,
  i.output = ".",
  i.graph.title = "",
  i.graph.file = FALSE,
  i.graph.file.name = "",
  i.mem.info = TRUE,
  i.labels.axis = c("Week", "Weekly rate"),
  i.labels.periods = c("Pre", "Epidemic", "Post"),
  i.labels.details = c("Sensitivity", "Specificity",
    "First row represents real and second row observed pos/neg values")
)

mem documentation built on Aug. 8, 2025, 6:11 p.m.