-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_pkgdown.yml
More file actions
91 lines (91 loc) · 2.48 KB
/
_pkgdown.yml
File metadata and controls
91 lines (91 loc) · 2.48 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
url: https://benbhansen-stats.github.io/propertee/
template:
bootstrap: 5
development:
mode: auto
navbar:
components:
articles:
text: Articles
menu:
- text: Basic
- text: Introduction to propertee
href: articles/intro-to-propertee.html
- text: ----------
- text: Advanced
- text: Non-binary Treatment Specification
href: articles/non-binary-treatment.html
- text: Regression Discontinuity Designs
href: articles/RDD.html
- text: propertee vs. geex
href: articles/geex_vs_propertee.html
- text: Real-data demonstration with a finely stratified cluster RCT and a broader administrative database
href: articles/mi_vignette/index.html
reference:
- title: StudySpecification
- subtitle: Creation of `StudySpecification` Objects
- contents:
- rct_spec
- unit_of_assignment
- as_rct_spec
- subtitle: Accessors/Replacers for `StudySpecification` Objects
- contents:
- treatment
- has_binary_treatment
- subtitle: Summary and print methods
- contents:
- show,StudySpecification-method
- summary.StudySpecification
- print.summary.StudySpecification
- subtitle: Structure of `StudySpecification` objects
- contents:
- get_structure
- specification_table
- var_names
- var_table
- subtitle: Utility Functions for `StudySpecification` Objects
- contents:
- identify_small_blocks
- specification_data_concordance
- identical_StudySpecifications
- title: Weights
desc: Functions to create or interact with Weights
- contents:
- ett
- subtitle: Working with `WeightedStudySpecification` objects
- contents:
- weights,WeightedStudySpecification-method
- +,WeightedStudySpecification,numeric-method
- c,WeightedStudySpecification-method
- subset,WeightedStudySpecification-method
- show,WeightedStudySpecification-method
- title: Covariance Adjustment & SandwichLayer
- contents:
- cov_adj
- as.SandwichLayer
- subset,PreSandwichLayer-method
- show,PreSandwichLayer-method
- bread.teeMod
- estfun.teeMod
- estfun.lmrob
- estfun.glmrob
- title: Estimating Model
desc: Functions to carry out the treatment estimation accounting for the StudySpecification
- contents:
- lmitt
- assigned
- as.lmitt
- confint.teeMod
- show,teeMod-method
- summary.teeMod
- print.summary.teeMod
- vcov.teeMod
- vcov_tee
- title: Data
- contents:
- STARplus
- lsoSynth
- schooldata
- simdata
- michigan_school_pairs
- GV_data