getModelValues: getModelValues from runZIGLMM output.
Description
`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.
Usage
getModelValues(object, specificVariable)
Value
A data.frame of slopes, significance, and standard error for one factor.
Arguments
object
A SummarizedExperiment object generated from runZIGLMM.