dvh.evaluate.bands: Evaluate DVH confidence band

View source: R/dvh-functions.R

dvh.evaluate.bandsR Documentation

Evaluate DVH confidence band

Description

Evaluate the DVH confidence band of a distribution (a list) of DVHs, for a specified alpha (percentile) value.

Usage

dvh.evaluate.bands(dvh.list, alpha = 0.37)

Arguments

dvh.list

list of DVHs

alpha

the alpha value

Value

a list of DVHs consisting of:

dvh.mean

mean

dvh.median

median

dvh.alpha.lo

lower band

dvh.alpha.up

upper band

dvh.min

min values

dvh.max

max values

See Also

Other DVH: dvh.evaluate.all, dvh.evaluate


planit-group/Rplanit documentation built on Dec. 5, 2022, 11:10 p.m.