Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 819 Bytes

ivhandbook.md

File metadata and controls

43 lines (33 loc) · 819 Bytes
title author date output
Your Webpage Title
Your Name
August 19, 2024
html_document
css theme toc toc_float
styles.css
united
true
collapsed smooth_scroll
false
true

Introduction

This is an introductory paragraph. Here you can explain the purpose of the document or give background information.

Subsection

You can include different subsections like this.

Data Analysis

Here you can include data analysis sections.

Data Summary

# You can include R code like this:
summary(cars)
##      speed           dist       
##  Min.   : 4.0   Min.   :  2.00  
##  1st Qu.:12.0   1st Qu.: 26.00  
##  Median :15.0   Median : 36.00  
##  Mean   :15.4   Mean   : 42.98  
##  3rd Qu.:19.0   3rd Qu.: 56.00  
##  Max.   :25.0   Max.   :120.00