Learn R Programming

RSD (version 0.2.0)

area.below.ssd.calc: Calculates area below SSD function

Description

For every segment, the area below SSD function will be computed.

Usage

area.below.ssd.calc(outcome, ssd)

Value

Numeric vector, including area below every segment of SSD function.

Arguments

outcome

Numeric vector, including outcome values.

ssd

Numeric vector, including SSD values.

See Also

[calc.area.below.line()] for area below line.