rgrTransform: TRANSFORM RTCA DATA INTO RELATIVE GROWTH RATE

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/algorithms.R

Description

Transform RTCA data into relative growth rate

Usage

1

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

1
2
3
4
5
6
require(RTCA)
  
ofile <- system.file("/extdata/testOutput.csv", package="RTCA")
x <- parseRTCA(ofile)

xRgr <- rgrTransform(x)

RTCA documentation built on Nov. 8, 2020, 7:52 p.m.