Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 3.04 KB

README.md

File metadata and controls

51 lines (33 loc) · 3.04 KB

Tutorials for MATH 2411 Applied Statistics

GitHub stars GitHub forks GitHub repo size GitHub issues GitHub closed issues

Course Information

HKUST Canvas

Discord server for online discussions and Q&A

Instructor: Dr. Jing Yao ([email protected])

Teaching Assistant: Zhiwei Wang ([email protected])

Tutorial Files

The source files of the slides are in .Rmd format. You can have a look at them if you are interested in how to create slides through R Markdown.

To get a full view of the slides, I recommend opening the .html files (e.g., Introduction.html) with your browser after downloading the entire tutorial folder. Typically this works best in Chrome.

I also provide the PDF version via John Paul Helveston and Garrick Aden-Buie's R package renderthis:

renderthis::to_pdf(from = "filename.Rmd", complex_slides = TRUE, partial_slides = FALSE)

However, the “complex” slides containing panelsets or other HTML widgets/advanced features might not render well as a PDF.

Resources

  • Textbook: Probability and Statistics for Engineers and Scientists by Ronald E. Walpole, Raymond H. Myers, Sharon L. Myers and Keying Ye.

  • Lecture Notes: Canvas

  • Tutorial Slides: GitHub repository

Acknowledgments

  • Slides created via Yihui Xie's R package xaringan.

  • Theme customized via Garrick Aden-Buie's R package xaringanthemer.

  • Tabbed panels created via Garrick Aden-Buie's R package xaringanExtra.