View source: R/predict.types.r
make.predict.types | R Documentation |
Prepare a named character vector for predict.types.
make.predict.types(
predict.types,
response = "response",
link = "link",
prob = "prob",
class = "class"
)
predict.types |
a character vector of predict.types. |
response |
a character representing predict type of reponse scale. |
link |
a character representing predict type of link scale. |
prob |
a character representing predict type of class probability. |
class |
a character representing predict type of class labels. |
a character representing predict.types.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.