predict_y: Predict responses given estimated parameters and new...

View source: R/utils.R

predict_yR Documentation

Predict responses given estimated parameters and new covariates

Description

Predict responses given estimated parameters and new covariates

Usage

predict_y(beta_hat, X_test)

Arguments

beta_hat

[numeric] Estimated parameters of linear model

X_test

[numeric] Design matrix for test covariates

Value

[numeric] Predicted responses of the linear model


LGhilotti/CLLPackage documentation built on April 23, 2022, 3:48 a.m.