
Combine Measurements from Two Eyes
combine_two_eye.RdCombines two numeric vectors representing measurements from two eyes into a single vector using a specified method (mean, max, or min). Handles NA values appropriately.
Usage
combine_two_eye(vector1, vector2, method = c("mean", "max", "min"))