View source: R/predict_values.R
predict_values | R Documentation |
Fit a model and make predictions from it.
predict_values(df, fun, values, input_var, predicted_var)
df |
data.frame |
fun |
Function to fit the data with. |
values |
Values to make predictions from. |
input_var |
Input variable column name. |
predicted_var |
Predicted variable name. |
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.