Skip to contents

cutpt_doc() opens the reference document describing the cut-point choice. This is useful for quickly checking the documentation source for cut-points.

Usage

cutpt_doc(cutpt_id)

Arguments

cutpt_id

A character string representing the assay identifier (e.g. "ab42-csf-elecsys-adni-upenn2013"). Check cutpoints() for options.

Value

Called for its side effect. Opens the PDF document in the system viewer.

Examples

if (FALSE) { # \dontrun{
assay_doc("ab42-csf-elecsys-adni-upenn2013")
} # }