summaryExtractCfList {sesame}R Documentation

Extract Coefficient Table List from DMLSummary This function returns a list of coefficients for each variable tested.

Description

Extract Coefficient Table List from DMLSummary This function returns a list of coefficients for each variable tested.

Usage

summaryExtractCfList(smry)

Arguments

smry

DMLSummary from DML command

Value

a list of coefficients for each tested factor

Examples

sesameDataCache("HM450") # in case not done yet
data <- sesameDataGet('HM450.76.TCGA.matched')
smry <- DML(data$betas[1:1000,], ~type, meta=data$sampleInfo)
cf_list <- summaryExtractCfList(smry)

[Package sesame version 1.10.5 Index]