| texreg-class | R Documentation |
An S4 class to represent a statistical model as a texreg object.
A texreg object stores details about a statistical model. It
can be used for creating regression tables using screenreg,
texreg, and similar functions.
coef.namesThe covariate names.
coefThe coefficients.
seThe standard errors.
pvaluesThe p-values.
ci.lowThe lower bounds of the confidence intervals.
ci.upThe upper bounds of the confidence intervals.
gof.namesThe names of the goodness-of-fit statistics.
gofThe goodness-of-fit statistics.
gof.decimalA vector describing for each GOF statistic whether it is a
decimal value (TRUE) or an integer value (FALSE).
model.nameAn optional model name. Can be of length zero.
Philip Leifeld
Leifeld, Philip (2013). texreg: Conversion of Statistical Model Output in R to LaTeX and HTML Tables. Journal of Statistical Software 55(8): 1-24. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.18637/jss.v055.i08")}.
extract createTexreg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.