Hello everyone,
I have a Excel spreadsheet which contains 17 columns, 54,675 rows and I need to calculate each of 54,675 row's mean and variance in R Studio. After that, I have to add each rows' mean and variance as a new column in Excel spreadsheet. So, how I can deal with this issues? I suppose apply() function works but somehow I could not do it. Any suggestions?
Thanks,
Hasan