| print.stand_surveil | R Documentation |
Print and plot methods for stand_surveil (standardized rates obtained from a fitted surveil model)
## S3 method for class 'stand_surveil'
print(x, scale = 1, digits = 3, ...)
## S3 method for class 'stand_surveil'
plot(
x,
scale = 1,
style = c("mean_qi", "lines"),
M = 250,
base_size = 14,
col = "black",
fill = "gray80",
alpha,
lwd,
...
)
x |
An object of |
scale |
Scale the rates by this amount; e.g., |
digits |
Number of digits to print |
... |
additional arguments |
style |
If |
M |
Number of samples to plot when |
base_size |
Passed to |
col |
Line color |
fill |
Fill color for the 95 percent credible intervals |
alpha |
For |
lwd |
Line width; for |
Calling standardize on a fitted surveil model will create a new object that contains the surveil model results as well standardized rates. This new stand_surveil object has its own methods for printing and plotting.
Any additional arguments (...) will be passed to print.data.frame
Any additional arguments (...) will be passed to 'theme.
The print method returns nothing but prints a summary of results to the console.
The plot method returns an object of class ggplot.
standardize stan_rw
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.