min_through: give the min value up to that point

Description Usage Arguments Details Examples

View source: R/RcppExports.R

Description

give the min value up to that point

Usage

1

Arguments

x

A numeric vector of values

Details

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 minimum value up to that point

Examples

1
2
min_through(c(4, 3, 3, 2, 4, 1))
min_through(c(NA, 2))

PKPDmisc documentation built on April 14, 2020, 5:49 p.m.