Description Usage Arguments Details Value
View source: R/plot.naive_CI.R
Plots naive confidence intervals (CI) for mixed effects
1 2 3 4 5 6 7 8 9 10 11 12 |
x |
An object of class |
col |
Colors of CI. Default: |
xlab |
Label for the x axis. Default: |
ylab |
Label for the y axis. Default: |
type |
Type of CI (using first order, second order or both MSE estimators) |
order_estimates |
Order of intervals in the plot.
Default: |
legend_position |
Legend position. Default: |
y_axis_lim |
Limits of the y axis. Default: |
... |
Additional parameters |
The output changes slightly depending on the value
of the parameter type
. If type = "regular"
,
naive second-order correct CIs are not present.
If type = "corrected"
, naive first-order correct CIS are not present.
If type = "both"
, naive first- and second-order correct CIs are present.
plot_naive |
Plot with confidence intervals for mixed effects |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.