rgrTransform {RTCA}R Documentation

TRANSFORM RTCA DATA INTO RELATIVE GROWTH RATE

Description

Transform RTCA data into relative growth rate

Usage

rgrTransform(object, smooth)

Arguments

object

An object of RTCA

smooth

logical, should the object be smooth transformed after the rgrTransform? Set to TRUE by default

Details

TODO: relative growth rate

Value

An object of RTCA populated with relative growth rate instead of input data

Author(s)

Jitao David Zhang <jitao_david.zhang@roche.com>

References

TODO: reference

See Also

derivativeTransform for first derivative. ratioTransform for ratio normalization adopted by Roche commercial software. smoothTransform and interpolationTransform for other transformation possibilities.

Examples

require(RTCA)
  
ofile <- system.file("/extdata/testOutput.csv", package="RTCA")
x <- parseRTCA(ofile)

xRgr <- rgrTransform(x)

[Package RTCA version 1.44.0 Index]