predict_response: Predicting responses

Description Usage Arguments Value

Description

This function predict responses given new predictor values and the mean and covariance for the fitted model

Usage

1
predict_response(new_data, fitted, model, beta)

Arguments

new_data

the new values for the predictor variables

fitted

the fitted model, as outputted from fit_model

model

the model from the fit

beta

the beta value

Value

a list with a vector of means (predicted responses) and a vector of corresponding variances


RandiIP/blm documentation built on May 9, 2019, 9:21 a.m.