Description Usage Arguments Examples
The default way for stargazer to report P-Values is by "P = X". This function offers several ways to change this.
1 |
table |
Table from |
format |
String either 'brackets', 'parentheses' or 'none' to replace the stargazer default P = x |
1 2 3 4 | model <- lm(hp ~ wt, mtcars)
table_rough <- stargazer(model, report = "csp")
table <- stargazer_pvalues(table_rough, "brackets")
print_table(table)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.