search for: 1076523l

Displaying 1 result from an estimated 1 matches for "1076523l".

Did you mean: 1076323
2011 Aug 04
0
Plotting multiple age distributions with histogram()
...below). I would like to use historam() in the lattice package, but I can't figure out how to set up the data. Could someone give me a hint how to do it? for the example below? ? Thanks a lot, ? Juliane? ? data <- structure(list(Age = c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3L, 3L), No = c(1084609L, 1076523L, 1066171L, 887874L, 881239L, 872763L, 726800L, 720632L, 712984L), Group = c(1L, 2L, 3L, 1L, 2L, 3L, 1L, 2L, 3L)), .Names = c("Age", "No", "Group"), class = "data.frame", row.names = c(NA, -9L))