Learn R Programming

visualFields (version 0.2-4)

tdrankperc: percentiles for TD rank curve

Description

gets percentiles for TD rank curve

Usage

tdrankperc( td, percentiles = c( 0.5, 1, 2, 5, 95 ),
            type = c( "quantile", "(i-1)/(n-1)", "i/(n+1)", "i/n" ) )

Arguments

td
vf-object with total-deviation values
percentiles
percentiles at which to calculate cutoff values
type
see wtd.quantile for a list of different options

Value

  • percentiles for TD rank curves

See Also

tdrank, tdrankadjperc

Examples

Run this code
# DO NOT EXECUTE
#tdrankperc( td )

Run the code above in your browser using DataLab