Hello communauty,
I split a dataframe, which gives me a list with 5 matrixes, however I had trouble handling this list, I would like to focus only on one column of each matrix for example...
Or would I be better off using dplyr :: group_by to process my data?
Sorry if this topic already exists, I did a search, without success,
Regard,
To help us help you, could you please prepare a reproducible example (reprex) illustrating your issue? Please have a look at this guide, to see how to create one: