What should be written in materials and methods in thesis ?
If I am performing analysis of samples on R, what should I write in materials and methods? for example, should I write what R packages I used ? or no ? should I only mention R software without mentioning what packages and libraries I used or I should mention the packages names?
Thanks
you should put everything that is needed to reproduce the analysis: R, packages, versions, etc... A minimum would be to put your code on gihtub/gitlab/zenodo.
Excuse me, I don't understand well, you mean for example if I use filter command from dplyr package, should I mention filter(bla bla bla ) or to mention that I used dplyr package only?
Second question : I should not mention any results or outcomes in materials and methods part, right?
Thanks
... data where filtered with R( version) using the dplyr (version) package. All scripts are available on github (url / release).
Thanks a lot
For a thesis, talk to your advisor about including your code as an appendix. But Pierre is absolutely correct and what I'd minimally expect to see in a methods section of a paper.