evaluate.bands: Evaluate percentile band

View source: R/dvh-functions.R

evaluate.bandsR Documentation

Evaluate percentile band

Description

Evaluate the percentile (confidence) band for a list of vectors.

Usage

evaluate.bands(v.list, alpha = 0)

Arguments

v.list

the list of vectors. Note: the vectors should have the same number of elements.

alpha

the alpha value.

Value

a list of vectors, consisting of:

mean

the mean values

median

the median values

alpha.lo

lower confidence band

alpha.up

upper confidence band

min

min values

max

max values

See Also

Other Utilities: get.filepath, sanitize.filename


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