Description Usage Arguments Value Examples
Create estimates, CIs and P-values for a linear combination of two coefficients
1 2 |
model |
The fit of a generalized linear model (lm or glm) |
lc |
Character vector for the linear combination(s) set equal to null value(s) (usually zero) to test. Written in terms of variable names. |
robust |
Logical expression indicating whether robust standard errors are to be used |
expo |
Logical expression indicating whether exponentiated linear combination of coefficients is requiested |
digits |
Number of digits to round to in output |
type |
Character string giving type of robust standard error from sandwich package |
level |
Numeric confidence coefficient for CIs (as proportion) |
df |
Degrees of freedom for reference t distribution (Inf means Normal distribution) |
A table of linear combination values or exponentiated linear combination values with CI(s)s (robust or not) and P-value(s).
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.