/phd-notebooks

R Notebooks for my PhD research

Primary LanguageHTMLCreative Commons Attribution Share Alike 4.0 InternationalCC-BY-SA-4.0

My PhD notebooks

Achintya's PhD repos language: R status: WIP

A collection of my PhD-related Jupyter notebooks, containing mostly WIP material, which serves as a scratchpad for my work.

Setup information

I work mostly with R, and that's what I've used in these notebooks.

Please note that efforts to run the code in the .ipynb files involving the dat data frame will fail, since I cannot make the underlying research data public yet. In particular, when the following line is called in the code, the file it refers to (final_dataset.csv) can only be found in my private storage space on CERN's internal servers:

dat <- read.csv(file = "../quant_analysis/final_dataset.csv", header = TRUE)

However, if you want to download the notebooks and poke around, you will need to install:

Licence

Creative Commons License
My PhD notebooks by Achintya Rao is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.