Making a list of dataframes which are a subset of one dataframe using R
问题 I have one dataframe, and I would like to make a list of dataframes, each of which is a subset of this original data, based on the value of one variable. I have found this answer on CrossValidated https://stats.stackexchange.com/questions/161414/creating-subsets-of-dataframes-from-a-single-dataframe-based-on-the-distinct-val It looks like he's applying a different function to create his new dataframes than I would like to, and I'm not sure how to make this work for what I would like to do.