texreg (version 1.37.1)

texreg-class: An S4 class to represent a statistical model as a texreg object

Description

An S4 class to represent a statistical model as a texreg object.

Arguments

Slots

coef.names

The covariate names.

coef

The coefficients.

se

The standard errors.

pvalues

The p-values.

ci.low

The lower bounds of the confidence intervals.

ci.up

The upper bounds of the confidence intervals.

gof.names

The names of the goodness-of-fit statistics.

gof

The goodness-of-fit statistics.

gof.decimal

A vector describing for each GOF statistic whether it is a decimal value (TRUE) or an integer value (FALSE).

model.name

An optional model name. Can be of length zero.

Details

A '>texreg object stores details about a statistical model. It can be used for creating regression tables using screenreg, texreg, and similar functions.

References

Leifeld, Philip (2013). texreg: Conversion of Statistical Model Output in R to LaTeX and HTML Tables. Journal of Statistical Software 55(8): 1-24. http://www.jstatsoft.org/v55/i08/.

See Also

extract createTexreg