predict_from_mdl_coefs: Predict from model coefficients

predict_from_mdl_coefsR Documentation

Predict from model coefficients

Description

predict_from_mdl_coefs() is a Predict function that applies a model to make predictions. Specifically, this function implements an algorithm to predict from model coefficients. The function returns Predicted (a double vector).

Usage

predict_from_mdl_coefs(smry_of_mdl_tb, new_data_tb)

Arguments

smry_of_mdl_tb

Summary of model (a tibble)

new_data_tb

New data (a tibble)

Value

Predicted (a double vector)


ready4-dev/map2aqol documentation built on April 25, 2024, 12:17 p.m.