Welcome to the EFI computational Research Deep Dive Repo. In here you can find material and code to analyse the Scottish Statistical Accounts Data and see computational method in practice.
The repository contains both the code and the material you are going to need to play around with the dataset. If you only want to visualise the notebook without running its content you can visualise it at this address.
- Go to https://noteable.edina.ac.uk/login
- Login with your EASE credentials
- Select RStudio as a personal notebook server and press start
- Go to File >New Project>Version Control>Git
- Copy and Paste this repository URL https://github.com/DCS-training/EFIDeepDive as the Repository URL
- The Project directory name will filled in automatically but you can change it if you want your folder in Notable to have a different name
- Decide where to locate the folder. By default, it will locate it in your home directory
- Press Create Project
Congratulations you have now pulled the content of the repository on your Notable server space the last thing you need to do is to install the packages not already installed in Noteable.
- Double-click on the
EFIDeepDiveNoteable.Rmd
- This is an R Markdown Notebook. When you execute code within the notebook, the results appear beneath the code.
- Try executing a chunk by clicking the Run button within the chunk or by placing your cursor inside it and pressing Ctrl+Shift+Enter.
- The first block
Libraries Install and Load
will install and load the package you need. it may take some time to fully run.
- Go to https://posit.cloud/
- Signup either via Gmail or GitHub
- Go on New Project
- New Project from Git Repository
- Copy and Paste this repository URL https://github.com/DCS-training/EFIDeepDive as the Repository URL
- The Project directory name will filled in automatically
Congratulations you have now pulled the content of the repository on your Notable server space the last thing you need to do is to install the packages you will need for this tutorial.
- Double-click on the
EFIDeepDivePosit.Rmd
- This is an R Markdown Notebook. When you execute code within the notebook, the results appear beneath the code.
- Try executing a chunk by clicking the Run button within the chunk or by placing your cursor inside it and pressing Ctrl+Shift+Enter.
- The first block
Libraries Install and Load
will install and load the package you need. it may take some time to fully run.
The data in here have been collected from the Scottish Statistical Accounts Data https://collectionsmanager.is.ed.ac.uk/handle/10683/119269 and the National Records of Scotland https://www.nrscotland.gov.uk/statistics-and-data/geography/our-products/other-national-records-of-scotland-nrs-geographies-datasets/historic-civil-parishes-pre-1891
All the material collected here is covered by a CC-BY-NC 4.0 License