breg | R Documentation |
Constructs a breg-class object containing regression model specifications and results.
breg(
data = NULL,
y = NULL,
x = NULL,
x2 = NULL,
group_by = NULL,
config = NULL,
models = list(),
results = NULL,
results_tidy = NULL
)
data |
A |
y |
Character vector of dependent variable names. |
x |
Character vector of focal independent variable names. |
x2 |
Optional character vector of control variable names. |
group_by |
Optional character vector specifying grouping column. |
config |
List of model configuration parameters. |
models |
List containing fitted model objects. |
results |
A |
results_tidy |
A |
A constructed breg
object.
obj <- breg()
obj
print(obj, raw = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.