-
Notifications
You must be signed in to change notification settings - Fork 51
/
_quarto.yml
53 lines (48 loc) · 1.36 KB
/
_quarto.yml
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
project:
type: book
output-dir: docs
book:
title: "Answering questions with data"
cover-image: imgs/TextbookCover.png
author:
- "Matthew J. C. Crump"
- "Danielle J. Navarro"
- "Jeffrey Suzuki"
date: "2018-09-01"
abstract: "A free textbook teaching introductory statistics for undergraduates in psychology, including a lab manual, and course website. Licensed on CC BY SA 4.0"
chapters:
- index.qmd
- 01-Science_Data.qmd
- 02-Describing_Data.qmd
- 03-Correlation.qmd
- 04-SamplesPopulations.qmd
- 05-Foundation_Inference.qmd
- 06-ttests.qmd
- 07-ANOVA.qmd
- 08-RMANOVA.qmd
- 09-FactorialANOVA.qmd
- 10-MixedANOVA.qmd
- 11-Simulation.qmd
- 12-Thinking.qmd
- 13-Gifs.qmd
- references.qmd
site-url: https://crumplab.com/statistics/
repo-url: https://github.com/CrumpLab/statistics/
repo-branch: master
repo-actions: [edit]
google-analytics: "G-1116FZ99DZ"
open-graph: true
twitter-card:
site: "@MattCrumpLab"
description: "A free textbook teaching introductory statistics for undergraduates in psychology, including a lab manual, and course website. Licensed on CC BY SA 4.0"
card-style: "summary"
image: imgs/TextbookCover.png
bibliography: [StatisticsTextbook.bib]
format:
html:
theme: cosmo
pdf:
documentclass: scrreprt
editor: visual
execute:
cache: true