# Including data.frame: dataCI in workspace.
data("dataCI")
# Column names of data.frame: dataCI
names(dataCI)
# Data set type of columns of data.frame: dataCI.
str(dataCI)
# Calculation of CI for the sample A1
#The following code should calculate the CI for the sample A1 included in dataCI, which
# is not acceptable as drinking water and is possibly contaminable.
CI("A1",dataCI)
#The following code should calculate the CI for the sample A2 included in dataCI, which
#is acceptable as drinking water and is hardly contaminable.
CI("A3",dataCI)
Run the code above in your browser using DataLab