Learn R Programming

CVD (version 1.0.2)

showDuplicated: Show missing and duplicated cap numbers

Description

showDuplicated shows missing and duplicated cap numbers from D-15, D15d, FM-100 and similar tests.

Usage

showDuplicated(cnum)

Arguments

cnum
cap numbers

Value

none

Examples

Run this code
# find duplicate values
## Not run: showDuplicated(1:15)
# showDuplicated(c(1:4,8,5:14))
# # this is an example of a typo in data from a publication
# #Procedures for Testing Color Vision: Report of Working Group 41, 1981, 
# Committee on Vision, National Research Council, pp. 107
# #the "monochromat" data has "16" instead of "6"
# data(exampleNRC1981)
# showDuplicated(exampleNRC1981[,3])
# ## End(Not run)

Run the code above in your browser using DataLab