Working_Hoteling | R Documentation |
Compute Working-Hoteling Confidence Bands
Working_Hoteling( X, X_h, betas, Y_h = simple_fit(X_h, betas), covariance, alpha = 0.05, n, p, MSE )
X |
Design matrix of the linear model. |
X_h |
Matrix of observations to fit the interval for. |
betas |
Estimated regression coefficients. |
Y_h |
1 \times h |
covariance |
p \times p covariance matrix of beta coefficients. |
alpha |
Significance level for the interval. |
n |
Number of rows in the data matrix. |
p |
Number of parameters in the model. |
MSE |
Estimated mean squared error. |
Given fitted values or enough data to compute them, computes the boundaries of the Working-Hoteling interval estimates.
h \times 3 matrix of interval bounds
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.