Learn R Programming

visualFields (version 0.2-4)

tdrankadjperc: percentiles for adjusted TD rank curve

Description

gets percentiles for adjusted TD rank curve

Usage

tdrankadjperc( 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 adjusted TD rank curves

See Also

tdrank, tdrankperc

Examples

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

Run the code above in your browser using DataLab