I am a relative newcomer to R so I'm probably asking one of the easiest things here. I have 10 columns of the same type of data that I would like to accumulate under one name. The column headings are:
egg_diameter1, egg_diameter2...egg_diameter10
How can I accumulate this under one common name? Say egg.diameter There are also a load of zero values that I would like to eliminate from the study as well. Can anybody include the code for this as well? Thanks!