getModelValues | R Documentation |
'r lifecycle::badge("deprecated")'
This function is deprecated - improved modeling functions can be found in
the package "ChAI" at https://github.com/aifimmunology/ChAI
getModelValues
Pull out a data.frame of model values (slope, significance, and std.error) for a given factor from the SummarizedExperiment output of runZIGLMM.
getModelValues(object, specificVariable)
object |
A SummarizedExperiment object generated from runZIGLMM. |
specificVariable |
A string, describing the factor of influence. |
A data.frame of slopes, significance, and standard error for one factor.
## Not run:
age_df <- getModelValues(runZIGLMM_output, "Age")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.