plot.RprobitB_fit {RprobitB} | R Documentation |
Visualize fitted probit model
Description
This function is the plot method for an object of class RprobitB_fit
.
Usage
## S3 method for class 'RprobitB_fit'
plot(x, type, ignore = NULL, ...)
Arguments
x |
An object of class |
type |
The type of plot, which can be one of:
See the details section for visualization options. |
ignore |
A character (vector) of covariate or parameter names that do not get visualized. |
... |
Ignored. |
Value
No return value. Draws a plot to the current device.
[Package RprobitB version 1.1.4 Index]