predict_shrble_betareg | R Documentation |
predict_shrble_betareg() is a Predict function that makes predictions from data using a specified statistical model. Specifically, this function implements an algorithm to predict shareable betareg. The function is called for its side effects and does not return a value.
predict_shrble_betareg(
object,
newdata = NULL,
type = c("response", "link", "precision", "variance", "quantile"),
na.action = na.pass,
at = 0.5,
sd_1L_dbl,
...
)
object |
PARAM_DESCRIPTION |
newdata |
New dataset (for prediction) (a new dataset (for prediction)), Default: NULL |
type |
PARAM_DESCRIPTION, Default: c("response", "link", "precision", "variance", "quantile") |
na.action |
PARAM_DESCRIPTION, Default: na.pass |
at |
PARAM_DESCRIPTION, Default: 0.5 |
sd_1L_dbl |
Standard deviation (a double vector of length one) |
... |
Additional arguments |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.