Learn R Programming

visualFields (version 0.6.2)

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" ),
                   smooth = TRUE, smoothFunction = tdrankglm )

Arguments

td

table with total-deviation values

percentiles

percentiles at which to calculate cutoff values

type

see wtd.quantile for a list of different options

smooth

whether to use a function to smooth the results or not. Default is TRUE

smoothFunction

if smooth is TRUE is true, the function to use for smoothing. Default is tdrankglm, a GLM fit which was proven to do a good fit for average over subject of TD rank curves. This function is not really a smoothing procedure, but a parametric fit

Value

percentiles for TD rank curves

Details

details

See Also

tdrank, tdrankglm