profile.uiols {ui} | R Documentation |
Plot of UI and CI
Description
Plot function for objects returned from ui.ols
.
Plots confidence intervals for different values of rho and the uncertainty interval.
Usage
## S3 method for class 'uiols'
profile(fitted, plot.all = TRUE, which = NA,
intercept = FALSE, xlab = NULL, ylab = NULL, ...)
Arguments
fitted |
An object of class uiols |
plot.all |
If TRUE, plots all covariates. |
which |
Specify which variables should be plotted by either sending in their names in a vector or a vector with their numbers (1 intercept, 2 for the first covariate etc.). |
intercept |
If TRUE, also plots the intercept. |
xlab |
Title for x-axis, default is |
ylab |
Title for y-axis, default is the variable names. |
... |
Additional arguments, for instance margins. |
[Package ui version 0.1.1 Index]