robin_lm | R Documentation |
Covariate adjusted lm model
robin_lm(
formula,
data,
treatment,
vcov = "vcovG",
vcov_args = list(),
pair,
...
)
formula |
( |
data |
( |
treatment |
( |
vcov |
( |
vcov_args |
( |
pair |
Pairwise treatment comparison. |
... |
Additional arguments passed to |
A treatment_effect object.
robin_lm(
y ~ treatment * s1,
data = dummy_data,
treatment = treatment ~ s1
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.