Description Usage Arguments Value
View source: R/get_two_site_prediction.R
Get Prediction
1 2 3 4 5 6 7 | get_prediction(
model,
d_predict,
quantile_probs = c(0.025, 0.975, 0.5, 0.9, 0.95),
dbg = 1,
context = deparse(substitute(model))
)
|
model |
model |
d_predict |
d_predict |
quantile_probs |
quantile_probs (default: c(0.025, 0.975, 0.5, 0.9, 0.95)) |
dbg |
default: 1 |
context |
default: deparse(substitute(model) |
prediction
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.