pt {stats} R Documentation

The Student t Distribution

Description


Density, distribution function, quantile function and random generation for the t distribution with df degrees of freedom (and optional non-centrality parameter ncp).

Usage

pt(x, df);

Arguments

x

vector of quantiles. the t-test value

df

degrees of freedom (>0, maybe non-integer). df = Inf Is allowed. [as integer]

env

[as Environment]

Details

Authors

sciBASIC.NET

Value

cdf value of the t-distribution

clr value class

Examples


[Package stats version 5.0.1.2389 Index]