comp_ratio_sd: Calculate the ratio of standard deviation between two...

View source: R/metaAnalyses.R

comp_ratio_sdR Documentation

Calculate the ratio of standard deviation between two data.frames

Description

Calculate the ratio of standard deviation between two data.frames

Usage

comp_ratio_sd(DF1, DF2, option1 = TRUE, pseudocount = 1)

Arguments

DF1

numeric data.frame

DF2

numeric data.frame

option1

boolean. Default TRUE. Whether to use the first option to compute the ratio sd: first option: log2(DF1)-log2(DF2); other option: log2(DF1)/log2(DF2)

pseudocount

numeric. Default: 1. What to add to avoid problems with log2(0)

Value

a numeric data.frame


barzine/barzinePhdR documentation built on Nov. 23, 2024, 8:54 p.m.