Hypothesis Test for Estimates of Regression Coefficients
nhst(betahat, sehatbetahat, n, k)
betahat | Numeric vector of length |
---|---|
sehatbetahat | Numeric vector. Standard errors of regression coefficients. |
n | Integer. Sample size. |
k | Integer. Number of regressors including a regressor whose value is 1 for each observation on the first column. |
Returns a matrix with the following columns
Coefficients.
Standard error.
t-statistic.
p-value.
Other hypothesis testing functions:
.anovatable()
,
anovatable()
,
ci()
Ivan Jacob Agaloos Pesigan