Description Usage Arguments Details Value
This function produces fitted values in each MC sample.
1 |
data |
MC data set form of |
mcname |
column name of the MC sample. By default, |
mod |
Model function. |
formula |
an object of class formula. |
pred_name |
column name of the predicted values. By default, |
... |
Additional arguments for |
mod
should have formula
argument yet.
It uses predict.mod() function. Some class has an option called type
. For example, predict.glm.
This function uses type = "response"
.
Some model functions require x
and y
, so I will add that feature.
The function adds a column named pred
of which values are the fitted values from mod
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.