predict_from_mdl_coefs | R Documentation |
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).
predict_from_mdl_coefs(smry_of_mdl_tb, new_data_tb)
smry_of_mdl_tb |
Summary of model (a tibble) |
new_data_tb |
New data (a tibble) |
Predicted (a double vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.