You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A possible solution would be to make which_va output 'logmar' as well and default detected class to logmar, but allow the user to select snellen decimal with "from"
va(0.08, from_logmar = FALSE)
0.08: from snellen
[1] 1.1
va(0.08)
Ambiguous: snellen or logmar - logMAR picked!
Change to other with "from_logmar = FALSE"
0.08 already in desired notation. Updated to class logmar
[1] 0.08
va(0.08)
or evenva(0.08, from = "logmar")
results in NA.0.08 should also be allowed for logmar, because of possible conversion first from ETDRS to logMAR, then back.
The text was updated successfully, but these errors were encountered: