Displaying 1 result from an estimated 1 matches for "numberss".
Did you mean:
numbers
2010 Sep 15
2
labeling outliers with subject numberss
How can I get the outlier in this boxplot of "Score" to be represented by
the corresponding value in "SubNo"?
score=c(6,6,7,14,5,7,6,8)
SubNo=1:8
mydata=data.frame(SubNo, score)
boxplot(mydata$score)
Thanks!
Kevin
[[alternative HTML version deleted]]