prob | R Documentation |
The prob
function sets up values that will be past draw_vals
. For linear models and
gaussian GLMs, these are simply predicted values. For non-linear models, these are inverse-link
transformed linear predictor values (e.g., predicted probabilities).
prob(obj, b, data, ...)
obj |
A model object - currently supported models are |
b |
A list of model coefficients generated by |
data |
A data frame that will be used to generate predictions. |
... |
Other arguments to be passed down, currently none implemented. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.