Learn R Programming

MOCHA (version 1.1.0)

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.

specificVariable

A string, describing the factor of influence.

Examples

Run this code
if (FALSE) {
age_df <- getModelValues(runZIGLMM_output, "Age")
}

Run the code above in your browser using DataLab