powered by
Computes the cdf.
pt_(x, df, mean, sd)
For internal use
## The function is currently defined as function(x, df, mean, sd) { pt((x - mean) / sd, df, ncp = 0) }
Run the code above in your browser using DataLab