-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfyp_outline.Rmd
37 lines (25 loc) · 1.31 KB
/
fyp_outline.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
31
32
33
34
35
36
37
---
title: "Final Year Project Outline"
output:
html_document:
toc: true
toc_float: true
toc_depth: 4
---
### Final Year Poject
This page provides some useful links, students can download and play around with it. This website is still under constructions, I wish I can come with more topics and notes (friendly to undergraduate students) together with my final year projects candidates.
#### Softwares
+ R [download](https://cran.r-project.org/)
+ Rstudio [download](https://www.rstudio.com/products/rstudio/download/)
+ Latex (You can use [Overleaf](https://www.overleaf.com))
#### Template
+ Students are required to use Latex to format the thesis, a template will be provided
#### Other Resources
Students are encouraged to learn some other topics and notes, some useful/interesting link can be found below:
* Rmarkdown
+ [Link for introduction](https://rmarkdown.rstudio.com/)
+ [Cheat Sheet](https://www.rstudio.com/wp-content/uploads/2015/02/rmarkdown-cheatsheet.pdf)
* How to etablish a website like this using Rmarkdown
+ [Link 1 provided by github](https://resources.github.com/whitepapers/github-and-rstudio/) This is kind of non-trivial and involve some unnecessary steps
* [Link 2 by Dr. Emily zabor](https://www.emilyzabor.com/tutorials/index.html)
* [Kaggle](https://www.kaggle.com)