Plot fitted versus observed values, including confidence interval (gray area) around best fit line (linear regression line) and prediction interval (dashed line).
Arguments
- object
An object of class brmsfit
- xtitle
The text for the x-axis title
- ytitle
The text for the y-axis title
- dy
Distance from plot to y-axis
- dx
Distance from plot to x-axis
- cor
If TRUE, add correlation coefficients with p-values and R
- equation
If TRUE, add regression line equation
- xcor, ycor
numeric
Coordinates (in data units) to be used for absolute positioning of the correlation coefficients- xequ, yequ
numeric
Coordinates (in data units) to be used for absolute positioning of the regression line equation- ...
Passed to
lehuynh_theme()