aontkos
New member
I'm working on manipulating some data so I can analyze it for my Master's thesis. I am extremely R illiterate (I'm definitely a field biologist, not a numbers guy), so a seemingly simple task has had me held up for a few days now. In a nutshell- I'm trying to use the rcast function on a data frame that has "duplicate" rows, which does not work since rcast uses an aggregation function. If I attempt to assign a unique identifier column then the dcast function introduces a bunch of unnecessary "0" values that I can't figure out how to remove.
Is anyone on here good with R programming? If I get some hits I'll post my specific problem and examples of my data frame, otherwise I'll just let this sink into the abyss.
Is anyone on here good with R programming? If I get some hits I'll post my specific problem and examples of my data frame, otherwise I'll just let this sink into the abyss.