-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.Rmd
30 lines (20 loc) · 2.01 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
title: "Statistical Computing"
description: |
Course website for Statistical Computing (JHSPH Biostatistics 140.776 Fall 2021)
author:
- name: Stephanie Hicks
url: https://stephaniehicks.com/
affiliation: Department of Biostatistics, Johns Hopkins
affiliation_url: https://www.jhsph.edu
site: distill::distill_website
---
Welcome to Statistical Computing at Johns Hopkins Bloomberg School of Public Health!
## What is this course?
This course covers practical issues in programming and other computer skills required for the research and application of statistical methods. Includes programming in R and the tidyverse, version control, coding best practices, introduction to data visualizations, leveraging Python from R, introduction to basic statistical computing algorithms, creating R packages with documentation, debugging, organizing and commenting code. Topics in statistical data analysis provide working examples.
## Getting started
I suggest you start by looking over the [Syllabus](syllabus.html) and [Schedule](schedule.html) under **General Information**. After that, start with the Lectures content in the given order.
## Acknowledgements
This course was developed and is maintained by [Stephanie Hicks](https://www.stephaniehicks.com).
The following individuals have contributed to improving the course or materials have been adapted from their courses: [Roger D. Peng](https://github.com/rdpeng), [Andreas Handel](https://www.andreashandel.com), [Naim Rashid](https://naimurashid.github.io), [Michael Love](https://github.com/mikelove).
The course materials are licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/). Linked and embedded materials are governed by their own licenses. I assume that all external materials used or embedded here are covered under the educational fair use policy. If this is not the case and any material displayed here violates copyright, please let me know and I will remove it.