Skip to content

Sonal10/Internship_Analysis_in_R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Read this first.

What is this repository about? There are several R workbooks as part of this folder. These are some pieces of short analysis that I worked as part of the IIM-L internship which I did back in 2017. As part of the internship, several HBR case studies were analysed. Unfortunaltely, the complete data files are not here, but there are several documents which would explain the cases and then you would find the codes too.

For running the code, you may follow the below steps:

  1. Run VSCode (or any other code editor) from Anaconda Command Prompt
  2. Make sure you are using a dedicated virtual environment and activate it, sample -

'''code conda create -n myenv python=3.7.3 '''

  1. Install or upgrade all packages from requirements.txt

conda install --file requirements.txt or pip install -r requirements.txt

You may need to add the full path of requirements.txt file depending on your pwd

Important links:

  1. Conda environment - https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html
  2. https://wiki.epfl.ch/help-git-en/how-can-i-import-an-existing-folder-into-my-repository

About

IIM Internship - Analysis in R

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages