getModelValues {MOCHA}R Documentation

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)

Arguments

object

A SummarizedExperiment object generated from runZIGLMM.

specificVariable

A string, describing the factor of influence.

Value

A data.frame of slopes, significance, and standard error for one factor.

Examples

## Not run: 
age_df <- getModelValues(runZIGLMM_output, "Age")

## End(Not run)


[Package MOCHA version 1.1.0 Index]