-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_pkgdown.yml
42 lines (38 loc) · 1007 Bytes
/
_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
url: http://jepusto.github.io/clubSandwich/
template:
bootstrap: 5
bootswatch: spacelab
news:
one_page: true
cran_dates: true
reference:
- title: "Cluster-robust variance covariance estimation"
desc: >
S3 methods for calculating cluster-robust variance-covariance matrices
for various fitted model objects.
contents:
- vcovCR
- starts_with("vcovCR")
- title: "Inference functions"
desc: >
Functions for inference based on cluster-robust variance-covariance matrices.
contents:
- coef_test
- conf_int
- linear_contrast
- Wald_test
- starts_with("constrain_")
- title: "Helper functions for multivariate meta-analysis"
desc: >
Helper functions for use in estimating multivariate meta-analysis models
with `metafor::rma.mv()`.
contents:
- ends_with("covariance_matrix")
- findCluster.rma.mv
- title: "Data"
desc: "Example datasets"
contents:
- AchievementAwardsRCT
- dropoutPrevention
- MortalityRates
- SATcoaching