{"id":19446485,"url":"https://github.com/dcs-training/intro-to-statistics","last_synced_at":"2026-06-20T09:31:40.425Z","repository":{"id":134064979,"uuid":"591326211","full_name":"DCS-training/Intro-to-Statistics","owner":"DCS-training","description":" Intro to Statistics workshop. In this repo, you are going to find the code and files we are going to use for the practical part of the workshop, together with the ppt associated with this training. Go to the readme file","archived":false,"fork":false,"pushed_at":"2024-07-26T14:42:46.000Z","size":1890,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-25T08:41:19.584Z","etag":null,"topics":["data-analysis","data-visualisation","data-wrangling","r","statistics"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DCS-training.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-20T13:40:58.000Z","updated_at":"2024-07-26T14:42:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"2a818318-1d24-4952-bb1c-7731943721a0","html_url":"https://github.com/DCS-training/Intro-to-Statistics","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DCS-training/Intro-to-Statistics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCS-training%2FIntro-to-Statistics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCS-training%2FIntro-to-Statistics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCS-training%2FIntro-to-Statistics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCS-training%2FIntro-to-Statistics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DCS-training","download_url":"https://codeload.github.com/DCS-training/Intro-to-Statistics/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DCS-training%2FIntro-to-Statistics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34565240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-analysis","data-visualisation","data-wrangling","r","statistics"],"created_at":"2024-11-10T16:14:05.551Z","updated_at":"2026-06-20T09:31:40.419Z","avatar_url":"https://github.com/DCS-training.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Intro to Statistics\n\nWelcome to the read-me file for the Intro to Statistics workshop. \nIn this repo, you are going to find the code and files we are going to use for the practical part of the workshop, together with the ppt associated with this training.\nBelow are the steps to do so and get set. \n\n## Author\nBonan Zhao\n\n\n## On Noteable\n\n1. Go to https://noteable.edina.ac.uk/login\n2. Login with your EASE credentials\n3. Select RStudio as a personal notebook server and press start\n4. Go to File \u003eNew Project\u003eVersion Control\u003eGit\n5. Copy and Paste this repository URL [https://github.com/DCS-training/Intro-to-Statistics](https://github.com/DCS-training/Intro-to-Statistics) as the Repository URL\n6. 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\n7. Decide where to locate the folder. By default, it will locate it in your home directory \n8. Press Create Project\n\nCongratulations 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. You are going to find them listed at the top of the .R file\n\n\n## On your own machine\n\n### R and RStudio\n\n* R and RStudio are separate downloads and installations. R is the\nunderlying statistical computing environment, but using R alone is no\nfun. RStudio is a graphical integrated development environment (IDE) that makes\nusing R much easier and more interactive. You need to install R before you\ninstall RStudio. After installing both programs, you will need to install \nsome specific R packages within RStudio. Follow the instructions below for\nyour operating system, and then follow the instructions to install\n**`tidyverse`** and **`RSQLite`**.\n\n#### Windows\n\n\u003e ## If you already have R and RStudio installed\n\u003e\n\u003e * Open RStudio, and click on \"Help\" \u003e \"Check for updates\". If a new version is\n\u003e available, quit RStudio, and download the latest version for RStudio.\n\u003e * To check which version of R you are using, start RStudio and the first thing\n\u003e  that appears in the console indicates the version of R you are\n\u003e  running. Alternatively, you can type `sessionInfo()`, which will also display\n\u003e  which version of R you are running. Go on\n\u003e  the [CRAN website](https://cran.r-project.org/bin/windows/base/) and check\n\u003e whether a more recent version is available. If so, please download and install\n\u003e it. You can [check here](https://cran.r-project.org/bin/windows/base/rw-FAQ.html#How-do-I-UNinstall-R_003f) for\n\u003e more information on how to remove old versions from your system if you wish to do so.\n{: .solution}\n\n\u003e ## If you don't have R and RStudio installed\n\u003e\n\u003e * Download R from\n\u003e  the [CRAN website](https://cran.r-project.org/bin/windows/base/release.htm).\n\u003e * Run the `.exe` file that was just downloaded\n\u003e * Go to the [RStudio download page](https://www.rstudio.com/products/rstudio/download/#download)\n\u003e * Under *Installers* select **RStudio x.yy.zzz - Windows Vista/7/8/10** (where x, y, and z represent version numbers)\n\u003e * Double click the file to install it\n\u003e * Once it's installed, open RStudio to make sure it works and you don't get any\n\u003e error messages.\n{: .solution}\n\n\n#### macOS\n\n\u003e ## If you already have R and RStudio installed\n\u003e\n\u003e * Open RStudio, and click on \"Help\" \u003e \"Check for updates\". If a new version is\n\u003e\tavailable, quit RStudio, and download the latest version for RStudio.\n\u003e\t* To check the version of R you are using, start RStudio and the first thing\n\u003e\t  that appears on the terminal indicates the version of R you are running. Alternatively, you can type `sessionInfo()`, which will \n\u003e\talso display which version of R you are running. Go on\n\u003e\t  the [CRAN website](https://cran.r-project.org/bin/macosx/) and check\n\u003e\t  whether a more recent version is available. If so, please download and install\n\u003e\t  it.\n{: .solution}\n\n\u003e ## If you don't have R and RStudio installed\n\u003e\n\u003e * Download R from\n\u003e   the [CRAN website](https://cran.r-project.org/bin/macosx/).\n\u003e * Select the `.pkg` file for the latest R version\n\u003e * Double click on the downloaded file to install R\n\u003e * It is also a good idea to install [XQuartz](https://www.xquartz.org/) (needed\n\u003e   by some packages)\n\u003e * Go to the [RStudio download page](https://www.rstudio.com/products/rstudio/download/#download)\n\u003e * Under *Installers* select **RStudio x.yy.zzz - Mac OS X 10.6+ (64-bit)**\n\u003e   (where x, y, and z represent version numbers)\n\u003e * Double click the file to install RStudio\n\u003e * Once it's installed, open RStudio to make sure it works and you don't get any\n\u003e   error messages.\n{: .solution}\n\n#### Linux\n\n* Follow the instructions for your distribution\n from [CRAN](https://cloud.r-project.org/bin/linux), they provide information\n to get the most recent version of R for common distributions. For most\n distributions, you could use your package manager (e.g., for Debian/Ubuntu run\n `sudo apt-get install r-base`, and for Fedora `sudo yum install R`), but we\n don't recommend this approach as the versions provided by this are\n usually out of date. In any case, make sure you have at least R 3.5.1.\n* Go to the [RStudio download\n  page](https://www.rstudio.com/products/rstudio/download/#download)\n* Under *Installers* select the version that matches your distribution, and\n   install it with your preferred method (e.g., with Debian/Ubuntu `sudo dpkg -i\n   rstudio-x.yy.zzz-amd64.deb` at the terminal).\n* Once it's installed, open RStudio to make sure it works and you don't get any\n   error messages.\n\n### Organizing your working directory\n\nUsing a consistent folder structure across your projects will help keep things\norganized, and will help you to find/file things in the future. This\ncan be especially helpful when you have multiple projects. In general, you may\ncreate directories (folders) for **scripts**, **data**, and **documents**. \nIf you want to learn more about how to get set have a look (https://datacarpentry.org/R-ecology-lesson/00-before-we-start.html)[https://datacarpentry.org/R-ecology-lesson/00-before-we-start.html]\n\n## License\nThis repository has a [![License: CC BY-NC 4.0](https://licensebuttons.net/l/by-nc/4.0/80x15.png)](https://creativecommons.org/licenses/by-nc/4.0/) license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcs-training%2Fintro-to-statistics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcs-training%2Fintro-to-statistics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcs-training%2Fintro-to-statistics/lists"}