esttab {estout}R Documentation

Estimates Table

Description

Uses the data stored in the "ccl" object to create a LaTeX formated table.

Usage

esttab(t.value = FALSE, p.value = FALSE, round.dec = 3, caption = NULL, label = NULL, stars = c(0.1, 0.05, 0.01))

Arguments

t.value if set to TRUE the table will contain t-values instead of the default standard errors
p.value if set to TRUE the table will contain p-values instead of the default standard errors
round.dec number of decimals to round to
caption to be used in the LaTeX output table
label to be used in the LaTeX output table
stars to change the way the stars are calculated. The values must be given as a vector from largest to smallest p-value

Author(s)

Felix Kaminsky fkamins@uni-goettingen.de inspired by estout for Stata.

See Also

eststo, estclear

Examples

## Not run: 
esttab(t.value=TRUE,round.dec=2,caption="Example Title",label="bwgth")
## End(Not run)

[Package estout version 0.4-1 Index]