View source: R/qa_get_iov_table.R
get_iov_table | R Documentation |
Consequences of including inter-occasion variability in terms of estimated standard deviation (SD) for inter-individual (IIV) and inter-occasion variability (IOV) as well as expected improvement in OFV.
get_iov_table(original_max0_model, iov_model, iov_etas, dofv_iov, quiet = F)
original_max0_model |
The base model file name. |
iov_model |
The iov model file name. |
iov_etas |
A list of occasion vectors of eta numbers. (iov_etas <- list(occ1=c(1, 2, 5, 7), occ2=c(3, 4, 6, 8))) |
dofv_iov |
Difference between base model and the model with added iov 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: iov_table - a data frame iov_error - a logical indicating whether both ext files from models original_max0_model and iov_model exist in the folder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.