add_fit_op_fig | R Documentation |
Adds an observed versus predicted plot.
add_fit_op_fig( fit, bookmark, title, styles, outliers = NULL, predict_type = "response", residual_type = "response" )
fit |
A fit. |
bookmark |
Bookmark for the figure. |
title |
Title for the figure. |
styles |
A styles list to use. |
outliers |
A vector of labels for outlier points. |
predict_type |
The type for predict(). |
residual_type |
The type for residual(). |
A figure.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.