Displaying 1 result from an estimated 1 matches for "qq02".
Did you mean:
q02
2012 Jan 17
1
pretty(range(data$z),10) Error
...) + geom_point() + facet_wrap(~ segment,ncol=3)
This one fails:
ggplot(sp2, aes(x=Qq04, y=Qq01)) + geom_point() + facet_wrap(~ segment,ncol=3) + geom_density2d()
But it only fails for 2 out of 10 x-variables, although they do not differ in structure.
Data structure looks like this:
segment Qq01 Qq02 Qq02a Qq04 Qq05 Qq07 Qq08 Qq10 Qq11 Qq15 Qq17a
A 7 5 5 5 5 4 5 5 3 7 7
A 5 4 4 3 4 3 4 4 4 5 6
B 3 3 3 3 2 3 4 2 4 3 2
B 6 4 5 3 3 3 4 4 3 6 6
C 3 3 3 3 3 4 2 3 3 4 2
C 2 1 4 3 1 4 1 1 3 4 2
D 5 3 4 3 3 3 4 3 3 6 3
D 5 3 4 2 2 4 4 3 3 4 4
E 3 3 3 2 3 4 4 3 2 3 4
E 7 5 5 5 5 4 4 5 1 7 7
F 6 5 4 3 3 ...