Create a legend for the stars in a regression table
Create a legend for the stars in a regression table.
get_stars_note( stars = c(0.01, 0.05, 0.1), star.symbol = "*", symbol = ".", ci = FALSE, ci.test = NULL, output = "ascii" )
stars |
A numeric vector of cut-offs, with a maximum of four numbers. |
star.symbol |
The character to repeat for the first three levels of significance. |
symbol |
The character for the fourth level of significance. |
ci |
Confidence intervals instead of standard errors? |
ci.test |
The null hypothesis value, for example |
output |
The output type of the note. This can be |
This function creates a stars note as a legend to be placed below a regression table. The note contains the p-value or confidence interval significance levels and stars attached to them.
A character
string to be put below the regression table. It
describes the thresholds for the significance stars.
Philip Leifeld
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.