-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
73 lines (63 loc) · 1.58 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
url: https://jsmediation.cedricbatailler.me
home:
title: JSmediation · An R package to conduction mediation analysis
description: Easely conduct mediation analysis using joint-significance tests.
strip_header: true
template:
params:
bootstrap: 5
bootswatch: paper
ganalytics: G-CSC1TRYSDL
docsearch:
api_key: d3fc9eeadfb88a84050b53647236a5ba
index_name: jsmediation
twitter:
author: "@cedricbatailler"
card: summary_large_image
development:
mode: auto
navbar:
structure:
left: []
right: [home, reference, articles, news, github]
authors:
Cédric Batailler:
href: https://cedricbatailler.me
Dominique Muller:
href: https://www.dominique.muller.lippc2s.fr/
Vincent Yzerbyt:
href: https://perso.uclouvain.be/vincent.yzerbyt/
reference:
- title: "Fitting mediation models"
- contents:
- starts_with("mdt_")
- title: "Mediation model helper functions"
desc: >
A collection of function to help people manipulate and enhance
`mediation_model`.
- contents:
- check_assumptions
- plot_assumptions
- add_index
- add_index.simple_mediation
- add_index.within_participant_mediation
- add_index.moderated_mediation
- compute_indirect_effect_for
- extract_model
- extract_models
- extract_tidy_models
- display_models
- print.mediation_model
- title: "Data sets"
desc: >
A collection of data sets to illustrate how `JSmediation` works.
- contents:
- ho_et_al
- dohle_siegrist
- dohle_siegrist_wide
- title: "Misc."
desc: >
- contents:
- build_contrast
- standardize_variable
- apastylr