Description Usage Arguments Examples
View source: R/regression.table.R
Convert the regression result to the long format: the standard errors are in parentheses and beneath the betas
1 | to_long_tab(reg.coef, d = 3, t.value.col = 3, Pr.col = 4)
|
reg.coef |
a data.frame (or matrix) of regression result or a coeftest object, e.g. summary(lm_model)$coef, coeftest(lm_model, cluster.vcov(lm_model, cbind(data$group1, data$group2))) |
d |
number of decimal places to retain |
t.value.col |
col number of the t-score in the reg.coef data.frame |
Pr.col |
col number of the Prob.(>|t|)) in the reg.coef data.frame |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.