rciClass: Title

Description Usage Arguments Value Examples

Description

Title

Usage

1
rciClass(data, nameRci, sigLevel)

Arguments

data

Data set

nameRci

Name of the variable in data set representing the reliable change index

sigLevel

The accepted probability for a type I error.

Value

RCI variable is classified as changed or not

Examples

1
2
dataRciClass <- rciClass(data=dataRci, nameRci="rci", sigLevel=.05)
barplot(table(dataRciClass$rciClass))

zieglema/ClinicalSig documentation built on June 1, 2019, 6:03 p.m.