Description Usage Arguments Value
View source: R/latency_one_threshold.R
This function takes as input a matrix with longitudinal measurements (e.g., volumes) and timepoints and returns a matrix with status (threshold reached vs. censored) and latency.
1 2 | latency_one_threshold(dataset, object, identifier = UID, time = age,
group = group, size_threshold)
|
dataset |
matrix |
object |
(unquoted) variable in 'dataset' to calculate threshold time for |
identifier |
(unquoted) variable in 'dataset' defining samples/replicates; one sample can have several pertaining objects |
time |
(unquoted) variable in 'dataset' indicating time at measurement |
group |
(unquoted) variable in 'dataset' indicating groups samples pertain to |
size_threshold |
numeric; set threshold size |
matrix containing time and status (threshold reached/censored)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.