predict_y | R Documentation |
Predict responses given estimated parameters and new covariates
predict_y(beta_hat, X_test)
beta_hat |
[numeric] Estimated parameters of linear model |
X_test |
[numeric] Design matrix for test covariates |
[numeric] Predicted responses of the linear model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.