View source: R/qa_get_full_omega_block.R
get_full_omega_block | R Documentation |
Get table of estimated standard deviation (sd) and correlation (corr) values as well as expected improvement in OFV when allowing for a full block correlation structure between subject-level random effects.
get_full_omega_block(original_max0_model, fullblock_model, dofv, quiet = F)
original_max0_model |
The base model file name. |
fullblock_model |
The full omega block model file name. |
dofv |
Difference between base and the full omega block transformed model OFV values. |
quiet |
A logical indicating whether function should not write the warning message if some file not found. By default quiet=FALSE. |
A list of 2 elements: full_omega_block_table - a data frame full_omega_block_error - a logical indicating whether both input files original_max0_model and fullblock_model exist in the folder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.