max_through | R Documentation |
give the max value up to that point
max_through(x)
x |
A numeric vector of values |
useful for safety analyses where an event may be defined as a certain change in a biomarker, so need to see how the current measurement compares to the maximum value up to that point
max_through(c(4, 3, 3, 2, 5, 1)) max_through(c(NA, 2, 1, 4, 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.