powered by
Density of the absolute t distribution with df degrees of freedom and non-centrality parameter ncp.
dabsTd(x, df, ncp = 0, ...)
vector of quantiles.
degrees of freedom (>0).
noncentrality parameter.
arguments to pass to functions dt from basic R.
dt
numeric of length equal to the length of x.
Function dt from basic R.
# NOT RUN { z1<-dabsTd(x = c(1:4), df = 3, ncp = 3) # }
Run the code above in your browser using DataLab