A Minimal Book Example
1
Introduction
2
Code chunk 1 for HW1
3
head() is a function in base-R that display only the first 6 observations
4
Code chunk 2 for HW1
5
tidying the raw data into the tidy data using
pivot_longer()
and
separate()
functions in the tidyr package
6
Literature
7
Methods
8
Applications
8.1
Example one
8.2
Example two
9
Final Words
References
Published with bookdown
HW2_1921063필태연
Chapter 4
Code chunk 2 for HW1