Description Usage Arguments Details Value Author(s) Examples
Calculates confidence intervals and significance values for
the coefficients of a fitted model to be used in a
termtable
as produced by regr
.
1 |
estimate |
vector of coefficients or matrix containing
coefficients and their standard errors. The latter is needed if
|
se |
vector of standard errors of the coefficients |
df |
degrees of freedom of the residuals |
testlevel |
test level |
The coefficients divided by standard errors are assumed to be
t-distributed with df
degrees of freedom.
For df==Inf
, this is the standard normal distribution.
A data.frame with the variables
estimate, se |
coefficients and standard errors |
ciLow, ciUp |
lower and upper limit of the confidence interval |
teststatistic |
t-test statistic |
signif |
significance value, i.e., test statistic divided by
critical value, which in turn is the |
p.value |
p value |
p.symbol |
the conventional symbol corresponding to the p value |
Werner A. Stahel
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.