I am just start learning R for data analysis. Here is my problem.
I want to analyse the body weight(BW) difference between male and female in different species. (For example, in Sorex gracilliums, male and female body weight is significantly different just an example,I don't know the answer. :))At first I thought maybe I can first divide them by Species into several groups.(This indeed can be done in Excel, but I have tooo many files, I think maybe R is better ) And then I can just using some simple code to test sex difference. But I don't know how to divide them, how to make new data frame.. I tried to use group_split. It indeed split the data, but just many tribble. like image showed
What should I do? Or maybe there is a better way for testing the difference?
I am a foreigner,so maybe there are many grammar mistakes.. But I will be very appreciated if you help!