forked from jazznbass/scan-Book
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
71 lines (64 loc) · 1.54 KB
/
_quarto.yml
File metadata and controls
71 lines (64 loc) · 1.54 KB
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
project:
type: book
output-dir: docs
pre-render: _prerender.R
title: "Analyzing single-case data with R and scan"
book:
title: "Analyzing Single-Case Data with R and Scan"
author: "Jürgen Wilbert"
doi: "10.5281/zenodo.13950860"
sidebar:
logo: cover.png
repo-url: https://github.com/jazznbass/scan-Book
repo-branch: master
repo-actions: [issue]
sharing: [twitter, facebook]
chapters:
- index.qmd
- ch_introduction.qmd
- ch_scan_package.qmd
- part: The single-case data frame
chapters:
- ch_create_display_and_store_scdfs.qmd
- ch_working_with_scdfs.qmd
- ch_scplot.qmd
- ch_helper_functions.qmd
- ch_missing_values_outliers.qmd
- part: Data analysis
chapters:
- ch_describe.qmd
- ch_overlapping_indices.qmd
- ch_piecewise_regression.qmd
- ch_multilevel_plm.qmd
- ch_multivariate_plm.qmd
- ch_bayesian_plm.qmd
- ch_randomization_test.qmd
- ch_powertest.qmd
- part: More
chapters:
- ch_export.qmd
- ch_shinyscan.qmd
- references.qmd
appendices:
- app_some_things.qmd
- app_changes.qmd
- app_default_settings.qmd
- app_supseded_functions.qmd
- app_author.qmd
bibliography: [full.bib, packages.bib]
csl: apa.csl
execute:
echo: true
comment: ''
format:
html:
theme: cosmo
page-layout: full
css: styles.css
grid:
body-width: 900px
epub:
epub-cover-image: cover.png
pdf:
documentclass: scrreprt
prefer-html: true