{"id":42165888,"url":"https://github.com/openintrostat/oilabs-stata","last_synced_at":"2026-01-26T21:01:52.087Z","repository":{"id":66280993,"uuid":"135284678","full_name":"OpenIntroStat/oilabs-stata","owner":"OpenIntroStat","description":"👩🏿‍💻 OpenIntro Labs in Stata","archived":false,"fork":false,"pushed_at":"2023-11-19T03:32:24.000Z","size":45832,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-03-25T21:19:58.744Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://openintrostat.github.io/oilabs-stata/","language":"HTML","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/OpenIntroStat.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}},"created_at":"2018-05-29T11:15:18.000Z","updated_at":"2024-03-25T21:19:58.745Z","dependencies_parsed_at":"2023-05-07T05:47:16.106Z","dependency_job_id":null,"html_url":"https://github.com/OpenIntroStat/oilabs-stata","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OpenIntroStat/oilabs-stata","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenIntroStat%2Foilabs-stata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenIntroStat%2Foilabs-stata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenIntroStat%2Foilabs-stata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenIntroStat%2Foilabs-stata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenIntroStat","download_url":"https://codeload.github.com/OpenIntroStat/oilabs-stata/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenIntroStat%2Foilabs-stata/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28788074,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T13:55:28.044Z","status":"ssl_error","status_checked_at":"2026-01-26T13:55:26.068Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-26T21:01:51.374Z","updated_at":"2026-01-26T21:01:52.079Z","avatar_url":"https://github.com/OpenIntroStat.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"OpenIntro Labs - Stata\n==============\n\nOpenIntro Labs promote the understanding and application of statistics through \napplied data analysis. Labs are titled based on topic area, which correpond to \nparticular chapters in all three versions of OpenIntro Statistics, a free and \nopen-source textbook. The textbook as well as the html version of the labs can\nbe found at [http://www.openintro.org/stat/labs.php](http://www.openintro.org/stat/labs.php).\n\nThis repository is a fork of the tidyverse OpenIntro labs, converted to Stata by\n[Jenna Krall](https://github.com/kralljr). Information about the datasets can be \nfound in the [\n\n-tidy](https://github.com/OpenIntroStat/oilabs-tidy) repository.\n\nWe currently support our source files in the .Rmd format, which can be output into\nhtml format (though output to pdf is also possible). The source files are processed\nusing the [knitr](http://yihui.name/knitr/) package in R.  \nStata must be installed to edit and recompile the labs.\n\nTo update the Stata labs, you need to first install the `statamd` package in R \nfrom [https://github.com/muschellij2/statamd](https://github.com/muschellij2/statamd):\n\n```\nlibrary(devtools)\ninstall_github(\"muschellij2/statamd\")\n```\n\nIt is our hope that these materials are useful for instructors and students of \nstatistics.  If you end up developing some interesting variants of these labs or \ncreating new ones, please let us know!\n\n## Labs\n\n1. [Introduction to Stata](https://openintrostat.github.io/oilabs-stata/01_intro_to_stata/intro_to_stata.html)\n1. [Introduction to data](https://openintrostat.github.io/oilabs-stata/02_intro_to_data/intro_to_data_stata.html)\n1. [The normal distribution](https://openintrostat.github.io/oilabs-stata/03_normal_distribution/normal_distribution_stata.html)\n1. [Probability](https://openintrostat.github.io/oilabs-stata/04_probability/probability_stata.html)\n1. [Foundations for statistical inference - Sampling distributions](https://openintro.shinyapps.io/sampling_distributions_stata/)\n1. [Foundations for statistical inference - Confidence intervals](https://openintrostat.github.io/oilabs-stata/06_confidence_intervals/confidence_intervals_stata.html)\n1. [Inference for numerical data](https://openintrostat.github.io/oilabs-stata/07_inf_for_numerical_data/inf_for_numerical_data_stata.html)\n1. [Inference for categorical data](https://openintro.shinyapps.io/inf_for_categorical_data_stata/)\n1. [Introduction to linear regression](https://openintrostat.github.io/oilabs-stata/09_simple_regression/simple_regression_stata.html)\n1. [Multiple linear regression](https://openintrostat.github.io/oilabs-stata/10_multiple_regression/multiple_regression_stata.html)\n\n## Feedback / collaboration\n\nYour feedback is most welcomed! If you have suggestions for minor updates (fixing\ntypos, etc.) please do not hesitate to issue a pull request. If you have ideas for\nmajor revamp of a lab (replacing outdated code with modern version, overhaul in \npedagogy, etc.) please create an issue so to start the conversation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenintrostat%2Foilabs-stata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenintrostat%2Foilabs-stata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenintrostat%2Foilabs-stata/lists"}