-
Notifications
You must be signed in to change notification settings - Fork 3
/
testing.R
24 lines (20 loc) · 845 Bytes
/
testing.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
bookdown::render_book(c("index.Rmd",
"00-install.Rmd",
"01-prep.Rmd",
"02-plots.Rmd",
"03-summary.Rmd",
"04-normal.Rmd",
"05-assumptions.Rmd",
"06-t_test.Rmd",
"07-indepMeans.Rmd",
"08-power.Rmd",
"09-corr.Rmd",
"10-reg.Rmd",
"11-pairedMeans.Rmd",
"12-1wayANOVA.Rmd",
"13-multCompare.Rmd",
"14-2wayANOVA.Rmd",
"15-rmANOVA.Rmd",
"16-mixedANOVA.Rmd",
"20-chiSq.Rmd",
"99-refs.Rmd"))