This repository contains the worksheets and assignments for the STAT545B class.
- Assignment 1: Due November 2, 2021
- Assignment 2: Due November 20, 2021
- Assignment 3: Due November 27, 2021
- Assignment 4: Due December 8, 2021
- This assignment covers making a function in R, documenting it, and testing it.
- This assignment covers how to make an R package using devtools package. I used the function from Assignment 1 to create a package called columnTopN.
I have one folder for each Assignment:
File name | Description |
---|---|
Assignment-B1_files |
Contains Markdown and R Markdown files for Assignment-B1 |
ColumnTopN |
ColumnTopN package files such as NAMESPACE, DESCRIPTION, README.Rmd, R, tests and man |
Assignment-B3_files |
- |
Assignment-B4_files |
- |
File name | Description |
---|---|
Assignment-B1.md |
Markdown file containing results for Assignment-B1 |
Assignment-B3.md |
- |
Assignment-B4.md |
- |
File name | Description |
---|---|
Assignment-B1.Rmd |
R Markdown of Assignment-B1.md |
Assignment-B3.Rmd |
- |
Assignment-B4.Rmd |
- |
File name | Description |
---|---|
README.md |
README file to describe the assignments and files in the repository. |
.gitignore |
Git instructions about the files to ignore |