powered by
Computes the quantiles.
qhalft(p, df = 1, mean = 0, sd = 1)
For internal use
## The function is currently defined as function(p, df = 1, mean = 0, sd = 1) { qt_( p * (1 - pt_(0, df, mean, sd)) + pt_(0, df, mean, sd), df, mean, sd ) }
Run the code above in your browser using DataLab