So I am trying to perform a robust regression (fastmcd in the robust package) on a dataset and I want to perform individual regressions based on the groups within the data. We have over 300 sites and we want to perform a regression based on the day of week and the hour for every site. I was wondering if anyone knows of a "'by' command similar to the one used in SAS that automatically groups the data for the regressions. If not, does anyone have any tips on how to split the data into smaller sets and then perform the regression on each set. I am new to R, so I don't know all of the common work arounds and such. At the moment the only method I can think of is to split the data using condition statements and manually running the regression on each set. Thanks or your help
-Paul _________________ CONFIDENTIALITY NOTICE\ IMPORTANT: This communication, toget...{{dropped}} ______________________________________________ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.