get_beta_estimates | R Documentation |
Calculate the coefficient estimates for each treatment arm from the linear model input data.
h_get_beta_estimates(lm_input)
h_get_strat_beta_estimates(strat_lm_input)
lm_input |
( |
strat_lm_input |
( |
A list containing the coefficient estimates for each treatment arm.
h_get_beta_estimates()
: Calculate the coefficient estimates for the overall data set.
h_get_strat_beta_estimates()
: Calculate the coefficient estimates using the stratified input.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.