All Projects → earowang → thesis

earowang / thesis

Licence: other
PhD thesis

Programming Languages

HTML
75241 projects
r
7636 projects
CSS
56736 projects
TeX
3793 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to thesis

Econometricswithr
📖An interactive companion to the well-received textbook 'Introduction to Econometrics' by Stock & Watson (2015)
Stars: ✭ 260 (+940%)
Mutual labels:  bookdown
Mlr3book
mlr3 manual
Stars: ✭ 89 (+256%)
Mutual labels:  bookdown
Bookdownplus
The easiest way to use R package bookdown for writing varied types of books and documents
Stars: ✭ 198 (+692%)
Mutual labels:  bookdown
Data Science At The Command Line
Data Science at the Command Line
Stars: ✭ 3,174 (+12596%)
Mutual labels:  bookdown
Bookdown.org
Source documents to generate the bookdown.org website
Stars: ✭ 49 (+96%)
Mutual labels:  bookdown
Doing Meta Analysis In R
All R codes for the guide "Doing Meta-Analysis in R"
Stars: ✭ 115 (+360%)
Mutual labels:  bookdown
rmd4sci
Rmarkdown for Scientists
Stars: ✭ 113 (+352%)
Mutual labels:  bookdown
rcompendium
📦 Create a package or compendium structure
Stars: ✭ 26 (+4%)
Mutual labels:  research-compendium
Bookdown Crc
A minimal example of using bookdown to write a book for Chapman & Hall/CRC
Stars: ✭ 50 (+100%)
Mutual labels:  bookdown
Data Science In Education
Repository for 'Data Science in Education Using R' by Emily A. Bovee, Ryan A. Estrellado, Jesse Mostipak, Joshua M. Rosenberg, and Isabella C. Velásquez to be published by Routledge in 2020
Stars: ✭ 196 (+684%)
Mutual labels:  bookdown
Jupyter Edu Book
Teaching and Learning with Jupyter
Stars: ✭ 325 (+1200%)
Mutual labels:  bookdown
Tidy Text Mining
Manuscript of the book "Tidy Text Mining with R" by Julia Silge and David Robinson
Stars: ✭ 961 (+3744%)
Mutual labels:  bookdown
Smltar
Manuscript of the book "Supervised Machine Learning for Text Analysis in R" by Emil Hvitfeldt and Julia Silge
Stars: ✭ 125 (+400%)
Mutual labels:  bookdown
R4ds
R for data science: a book
Stars: ✭ 3,231 (+12824%)
Mutual labels:  bookdown
Bookdown
Authoring Books and Technical Documents with R Markdown
Stars: ✭ 2,768 (+10972%)
Mutual labels:  bookdown
ntuthesis
台大碩博士論文模板 (R Package)
Stars: ✭ 14 (-44%)
Mutual labels:  bookdown
Dev guide
rOpenSci Packages: Development, Maintenance, and Peer Review
Stars: ✭ 106 (+324%)
Mutual labels:  bookdown
pinyin
an R package for converting Chineses characters into pinyin
Stars: ✭ 45 (+80%)
Mutual labels:  bookdown
R4ds Exercise Solutions
Exercise solutions to "R for Data Science"
Stars: ✭ 226 (+804%)
Mutual labels:  bookdown
Adv R
Advanced R: a book
Stars: ✭ 2,000 (+7900%)
Mutual labels:  bookdown

PhD thesis

This repo contains source files for my PhD thesis titled, "Tidy tools for supporting fluent workflow in temporal data analysis", at Monash University.

Clone with git-lfs

Since this repo contains two large data files (>= 50MB), you need to first download and install a git plugin called git-lfs for versioning large files, and set up Git LFS using command git lfs install in console, in order to fully clone this repo.

Reproducible research using renv

This research project uses the renv package to create reproducible environments. A project-specific library will be created when you open this project with R/RStudio. Run renv::restore() to install a long list of packages with the same versions that are used to produce this manuscript.

Directories

  • Rmd/: R Markdown source documents for thesis document.
  • scripts/: R code to reproduce tables, figures and analysis.
  • data/: Cleaned data used for thesis document.
  • data-raw/: R code to generate data in data/.
  • img/: Images made with other tools to illustrate ideas.
  • bib/: Bibliography files.
  • template/: Monash thesis template from robjhydman/MonashThesis.

License

This work is licensed under a CC BY NC SA 4.0. The code contained in this work is available under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].