Description Usage Arguments Details Value
View source: R/format_results.R
Function format_results
creates an object of class multi_CI
to plot different confidence intervals for mixed effects together
1 | format_results(x, y, z, type = c("regular", "corrected", "both"))
|
x |
An object of class |
y |
An object of class |
z |
An object of class |
type |
Type of naive CI (using first order, second order or both MSE estimators) |
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.
List with elements:
mixed_postcAIC_CI_up |
Upper boundary of CI for mixed effects |
mixed_postcAIC_CI_do |
Lower boundary of CI for mixed effects |
postOBSP_up |
Upper boundary of CI for mixed effects |
postOBSP_do |
Lower boundary of CI for mixed effects |
mixed_naive_CI_corrected_up |
Upper boundary of naive CI for mixed effects with the second order MSE |
mixed_naive_CI_corrected_do |
Lower boundary of naive CI for mixed effects with the second order MSE |
mixed_naive_CI_up |
Upper boundary of naive CI for mixed effects with the first order MSE |
mixed_naive_CI_do |
Lower boundary of naive CI for mixed effects with the first order MSE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.