plot.std_glm | R Documentation |
This is a plot
method for class "std_glm"
.
## S3 method for class 'std_glm'
plot(
x,
plot_ci = TRUE,
ci_type = "plain",
ci_level = 0.95,
transform = NULL,
contrast = NULL,
reference = NULL,
summary_fun = "summary_std_glm",
...
)
x |
An object of class |
plot_ci |
if |
ci_type |
A string, indicating the type of confidence intervals. Either "plain", which gives untransformed intervals, or "log", which gives log-transformed intervals. |
ci_level |
Coverage probability of confidence intervals. |
transform |
If set to |
contrast |
If set to |
reference |
If |
summary_fun |
For internal use only. Do not change. |
... |
Unused. |
None. Creates a plot as a side effect
# see standardize_glm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.