R/AutoScript.R
AS.rowmin.Rd
Computes the minimum value of each row in a matrix or data frame, ignoring NAs. Returns NA if an entire row is missing.
NA
AS.rowmin(input)
A numeric matrix or data frame.
A numeric vector of row-wise minima.
An example use case in survival analysis is determining the event date for progression-free survival based on the dates of progression and death.