D15Foutch: Quantitatively analyzes of D15 color panel tests

Description Usage Arguments Value Author(s) References Examples

Description

D15Foutch Calculates angle, magnitude and scatter for VK-S 88 and VK-S 93 (Vingrys, A.J. and King-Smith, P.E. (1988, 1993)), LSA 05 (Foutch/Bassi '05), and JMO 11 (Foutch/Stringham/Vengu '11).

Usage

1
D15Foutch(userD15values=NULL, testType = 'D-15', dataVKS = NA)

Arguments

userD15values

position values chosen by tester

testType

the CVD test to be scored: "D-15", "D-15DS", "Roth28-Hue" or "FM1OO-Hue"

dataVKS

by default, the original 1976 CIE Luv data from Vingrys and King-Smith

Value

outmat

data.frame with columns "angle", "magnitude" and "scatter" and rows "LSA05","JMO11","VKS88","VKS93"

Author(s)

Brian K. Foutch

References

A new quantitative technique for grading Farnsworth D-15 color panel tests Foutch, Brian K.; Stringham, James M.; Lakshminarayanan, Vasuvedan Journal of Modern Optics, vol. 58, issue 19-20, pp. 1755-1763

Evaluation of the new web-based" Colour Assessment and Diagnosis" test J Seshadri, J Christensen, V Lakshminarayanan, CJ BASSI Optometry & Vision Science 82 (10), 882-885

Vingrys, A.J. and King-Smith, P.E. (1988). A quantitative scoring technique for panel tests of color vision. Investigative Ophthalmology and Visual Science, 29, 50-63.

Examples

1
2
3
4
5
# 2 examples from VK-S
## Not run: 
D15Foutch(userD15values=c(1:7,9,8,10:15))
D15Foutch(userD15values=c(1:7,9,8,10:13,15,14))
## End(Not run)

Example output

       ANGLE MAGNITUDE SCATTER
LSA05  56.63      0.61     NaN
JMO11 -18.10      0.61    1.44
VKS88 -12.03      1.06    1.07
VKS93 -20.97      0.94    0.87
      ANGLE MAGNITUDE SCATTER
LSA05 12.94      0.87    2.06
JMO11 -4.18      0.87    1.17
VKS88 27.14      1.17    1.14
VKS93 -6.93      0.99    0.77

CVD documentation built on May 2, 2019, 6:30 p.m.

Related to D15Foutch in CVD...