Rdocumentation
powered by
Learn R Programming
SafeQuant (version 2.3)
getCV: Calculate Coefficiant of Variance per feature (Relative standard Deviation)
Description
Calculate Coefficiant of Variance per feature (Relative standard Deviation)
Usage
getCV(data)
Arguments
data
data.frame of replicate signals
Value
vector of CVs
Details
CV = sd / mean
References
NA
Examples
Run this code
print(
"No examples"
)
Run the code above in your browser using
DataLab