We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
va(c(25, 23, 0.1), to = "snellen", from = "etdrs") [1] NA NA "20/25" Warning message: NA introduced (c(25, 23, 0.1)) - implausible values
Does not recognize mixed ETDRS/logMAR notation. Argument from not recognized.
The text was updated successfully, but these errors were encountered:
Issue #11 added "mixed" argument.
8063f1f
Fix convertVA.etdrs and fix which_va
va(c(1,3, 0.4), mixed = TRUE, from_logmar = FALSE) Mixed object (c(1, 3, 0.4)) - converting one by one [1] 1.68 1.64 0.40 va(c(25, 23, 0.4), mixed = TRUE) Mixed object (c(25, 23, 0.4)) - converting one by one [1] 1.20 1.24 0.40 va(c(25, 23, 0.4)) Notation ambiguous - logMAR picked. Change to etdrs with "from_logmar = FALSE" [1] NA NA 0.4 va(c(25, 23, 0.4), from_logmar = FALSE) c(25, 23, 0.4): from etdrs [1] 1.20 1.24 NA
Sorry, something went wrong.
No branches or pull requests
Does not recognize mixed ETDRS/logMAR notation. Argument from not recognized.
The text was updated successfully, but these errors were encountered: