Learn R Programming

distributional (version 0.1.0)

dist_f: The (non-central) Chi-Squared Distribution

Description

stable

Usage

dist_f(df1, df2, ncp = NULL)

Arguments

df1

degrees of freedom. Inf is allowed.

df2

degrees of freedom. Inf is allowed.

ncp

non-centrality parameter. If omitted the central F is assumed.

See Also

stats::FDist

Examples

Run this code
# NOT RUN {
dist_f(df1 = c(1,2,5,10,100), df2 = c(1,1,2,1,100))

# }

Run the code above in your browser using DataLab