fn builtin_qt(
args: &[RValue],
named: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Student’s t quantile function (inverse CDF).
Uses bisection on the CDF.
@param p probability vector @param df degrees of freedom @return numeric vector of quantiles