Last updated: 2019-11-25

Checks: 2 0

Knit directory: STA_463_563_Fall2019/

This reproducible R Markdown analysis was created with workflowr (version 1.4.0). The Checks tab describes the reproducibility checks that were applied when the results were created. The Past versions tab lists the development history.


Great! Since the R Markdown file has been committed to the Git repository, you know the exact version of the code that produced these results.

Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility. The version displayed above was the version of the Git repository at the time these results were generated.

Note that you need to be careful to ensure that all relevant files for the analysis have been committed to Git prior to generating the results (you can use wflow_publish or wflow_git_commit). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:


Ignored files:
    Ignored:    .DS_Store
    Ignored:    .Rhistory
    Ignored:    .Rproj.user/
    Ignored:    analysis/.DS_Store

Untracked files:
    Untracked:  analysis/diagnostics_mr2.Rmd
    Untracked:  analysis/lec17_code.Rmd
    Untracked:  analysis/test_revealjs.Rmd

Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.


These are the previous versions of the R Markdown and HTML files. If you’ve configured a remote Git repository (see ?wflow_git_remote), click on the hyperlinks in the table below to view them.

File Version Author Date Message
Rmd fa496ed dleelab 2019-11-25 added
html 95e9225 dleelab 2019-11-15 added
Rmd 4bbf53c dleelab 2019-11-15 added
html 9af7414 dleelab 2019-11-15 c
Rmd de60690 dleelab 2019-11-15 name changed
html fc8ea76 dleelab 2019-11-15 added
Rmd a947cc2 dleelab 2019-11-15 added
html 2afa7ff dleelab 2019-11-05 added
Rmd c1e2fdf dleelab 2019-11-05 added
html 53e2358 dleelab 2019-10-31 created
Rmd f85b8d1 dleelab 2019-10-31 added
html f36ce5a dleelab 2019-10-22 created
Rmd 2866be8 dleelab 2019-10-22 added
html 95c9bab dleelab 2019-10-18 added
Rmd 3972b91 dleelab 2019-10-18 added
Rmd 3ba35c4 dleelab 2019-10-18 added
html 7243470 dleelab 2019-10-04 added
Rmd 551c19b dleelab 2019-10-04 added
html 826cdb4 dleelab 2019-10-01 lab hw2 uploaded
Rmd 277a5eb dleelab 2019-10-01 hw added
html ceb5288 dleelab 2019-09-27 added
Rmd d5395fb dleelab 2019-09-27 added
Rmd a9c8ab3 dleelab 2019-09-27 lab4 added
html 15a315a dleelab 2019-09-20 added
Rmd 897fd3c dleelab 2019-09-20 added
html 8fe2e84 dleelab 2019-09-13 add
Rmd 6976494 dleelab 2019-09-13 empty labs deleted
Rmd 5a7bcf9 statslee 2019-09-06 c
Rmd b29a4e0 statslee 2019-09-06 c
html b29a4e0 statslee 2019-09-06 c
Rmd eb929d9 statslee 2019-09-06 c
html eb929d9 statslee 2019-09-06 c
Rmd 15af63d statslee 2019-09-06 c
html 15af63d statslee 2019-09-06 c
html 51b8a16 statslee 2019-09-06 created
Rmd 74438a5 statslee 2019-09-06 added
html a70d7a4 statslee 2019-09-06 updated
Rmd a7814ef statslee 2019-09-06 updated
html 235a40a statslee 2019-09-06 index updated
Rmd 413fc0a statslee 2019-09-06 updated
Rmd 4474ca5 statslee 2019-09-06 Start workflowr project.

Lab 1

Lab 2: data type, EDA, dplyr

Lab 3: R basic plots, ggplot2, simple linear regression

Lab 4: SLR model, CalCOFI data, Confidence Interval

Lab 5: Confidence Interval, Prediction Interval

Lab 6: ANOVA and descriptive measures

Lab 7: Diagnostics

Lab 8: Transformation

Lab 9

Lab 10

Lab 11