Description Usage Arguments Value Author(s) See Also
Regression Coefficients Hypothesis Test and Confidence Intervals
1 | .betahatinference(betahat = NULL, sehatbetahat = NULL, n, X, y)
|
betahat |
Numeric vector of length |
sehatbetahat |
Numeric vector. Standard errors of regression coefficients. |
n |
Integer. Sample size. |
X |
|
y |
Numeric vector of length |
Returns a matrix with the following columns
Coefficients.
Standard error.
t-statistic.
p-value.
Lower limit 99.99% confidence interval.
Lower limit 99% confidence interval.
Lower limit 95% confidence interval.
Upper limit 95% confidence interval.
Upper limit 99% confidence interval.
Upper limit 99.99% confidence interval.
Ivan Jacob Agaloos Pesigan
Other inference functions:
.slopeshatprimeinference()
,
betahatinference()
,
slopeshatprimeinference()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.