-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSTAT688_CLIENT_Report.Rmd
74 lines (45 loc) · 1.34 KB
/
STAT688_CLIENT_Report.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
title: "Advice on Statistical Methods for Desiree Jones"
author:
- Huashi Li ([email protected])
- Alex Salce ([email protected])
- Taryn Laird ([email protected])"
date: "2024-10-09"
subtitle: STAT 688 Statistical Consulting with Dean Billheimer
bibliography: references.bib
output:
pdf_document:
extra_dependencies: ["float"]
html_document:
df_print: paged
theme: cosmo
header-includes:
- \renewcommand*\familydefault{\sfdefault} %% this picks a sans serif font
- \usepackage[T1]{fontenc}
---
```{r setup, echo=FALSE}
knitr::opts_chunk$set(fig.pos = "H", out.extra = "", tidy.opts = list(width.cutoff = 60), tidy = TRUE)
```
## Executive Summary
## **Detailed Summary**
### **1. Background**
### **2. Methods**
```{r, echo=FALSE, warning=FALSE}
library(knitr)
library(formatR)
```
```{r agar-figures-side, fig.margin=TRUE, fig.show='hold', fig.align='center', fig.cap="Agar survival analyses by experiment (pooled replicates)", out.width="30%", echo=FALSE}
# include_graphics("xxx.png")
```
### **Recommendations**
Lorem Ipsum
#### **1.**
Lorem Ipsum
### **4. Recommended further study**
Lorem Ipsum
### **Appendix**
#### **1. **
Lorem Ipsum
#### **X. R code**
----------------------------------------
```{r setup_environment, message=FALSE, tidy=TRUE, tidy.opts=list(width.cutoff=60), warning=FALSE, eval=FALSE}