# inspect the strucutre of the dataframe
head(data_low_vision, 10)
# run the correction
data_low_vision_new <- logMARcorrect(data_low_vision, ps, vd)
# inspect the structure of the newly created dataframe
head(data_low_vision_new, 10)
Run the code above in your browser using DataLab