compute_result_summary: Computes a summary of the results of a single assay for an...

Description Usage Arguments Value

View source: R/data_processing.R

Description

Given an ihist and an assay of interest, compute the observed LN and FP dates for that assay. Optionally, slower (faster) assays are inspected to see if earlier (later) LN (FP) dates can be deduced (only useful in the case where some tests are not performed at some visits).

Usage

1
compute_result_summary(ihist, assay_name, faster_assays = NULL)

Arguments

ihist

The individual diagnostic history from which an assay's results must be summarized.

assay_name

The name of the assay to summarize.

faster_assays

The assays with shorter window periods than this assay that should be checked if a later LN result can be deduced.

Value

A single row of a data.frame with the columns:


philliplab/tsic documentation built on June 26, 2020, 7:55 p.m.