-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
99 lines (92 loc) · 2.24 KB
/
_pkgdown.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
destination: docs
template:
params:
bootswatch: cosmo
docsearch:
api_key: 8b78ac1213f63fc369db7bf6b17c4bdd
index_name: scdhlm
url: https://jepusto.github.io/scdhlm/
navbar:
right:
- icon: fa-github
href: https://github.com/jepusto/scdhlm/
repo:
url:
home: https://github.com/jepusto/scdhlm/
source:
authors:
James Pustejovsky:
href: https://www.jepusto.com/
reference:
- title: "Estimating Effect Sizes"
desc: "Functions for estimating effect sizes based on data from single-case designs"
contents:
- preprocess_SCD
- calc_BCSMD
- batch_calc_BCSMD
- CI_g
- default_times
- phase_pairs
- session_by_treatment
- effect_size_ABk
- effect_size_MB
- title: "Graphing Single-Case Design Data"
desc: "Function for graphing data from single-case designs"
contents:
- graph_SCD
- title: "Shiny App"
desc: "Function to launch shiny app"
contents:
- shine_scd
- title: "lmeInfo package"
desc: "Imported functions from lmeInfo package"
contents:
- lmeInfo
- title: "Deprecated function"
desc: "Function that might be removed in a later version of the package"
contents:
- g_REML
- title: "Example Datasets"
desc: "Example datasets from single-case designs"
contents:
- AlberMorgan
- Anglesea
- BartonArwood
- Bryant2018
- Carson
- CaseHarrisGraham
- Datchuk
- DelemereDounavi
- GunningEspie
- Lambert
- Laski
- Musser
- Peltier
- Rodgers
- Rodriguez
- Romaniuk
- Ruiz
- Saddler
- Salazar
- Schutte
- Thiemann2001
- Thiemann2004
- Thorne
- title: "Misc"
desc: "Miscellaneous functions"
contents:
- compare_RML_HPS
- design_matrix
- Info_Expected_lmeAR1
- simulate.g_REML
- simulate_MB2
- simulate_MB4
- title: "Simulation results"
desc: "Datasets containing simulation results from Pustejovsky, Hedges, and Shadish (2014)"
contents:
- MB1results
- MB1time
- MB2results
- MB2time
- MB4results
- MB4time