Displaying 1 result from an estimated 1 matches for "item15".
Did you mean:
item1
2009 Jan 23
0
high values of my response variable get chopped off of lattice dotplots
I am trying the following lattice graphics code:
> library(lattice)
> attach(junk)
> summary(junk)
mean.barr variable value
Min. : 3.50 item15 :15 Min. :0.0000
1st Qu.: 9.50 item14 :14 1st Qu.:0.0000
Median :11.00 item16 :14 Median :0.0000
Mean :11.64 item1 : 0 Mean :0.6744
3rd Qu.:16.00 item2 : 0 3rd Qu.:1.0000
Max. :20.00 item3 : 0 Max. :3.0000
NA's :18.00 (Other): 0
Here are a few cases...