calcEffectSize | R Documentation |
The effect size is defined by the maximum variation of a variable with all the other variables controled constant.
calcEffectSize(pred)
pred |
predictions |
a data.frame of effect sizes. Columns are different variables. Rows are different probes.
data <- sesameDataGet('HM450.76.TCGA.matched')
res <- DMLpredict(data$betas[1:10,], ~type, meta=data$sampleInfo)
head(calcEffectSize(res))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.