predict_from_shareable_mdl | R Documentation |
predict_from_shareable_mdl() is a Predict function that makes predictions from data using a specified statistical model. Specifically, this function implements an algorithm to predict from shareable model. The function returns New data (a double vector).
predict_from_shareable_mdl(
model_mdl,
data_tb,
predn_type_1L_chr = "response",
sd_dbl,
deterministic_1L_lgl = T
)
model_mdl |
Model (a model) |
data_tb |
Data (a tibble) |
predn_type_1L_chr |
Prediction type (a character vector of length one), Default: 'response' |
sd_dbl |
Standard deviation (a double vector) |
deterministic_1L_lgl |
Deterministic (a logical vector of length one), Default: T |
New data (a double vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.