dchisq.intermediate
From HH v3.1-42
by Richard Heiberger
Intermediate f and chisq functions to simplify writing for both R and S-Plus.
Intermediate f and chisq functions to simplify writing for both R and S-Plus.
- Keywords
- misc
Usage
dchisq.intermediate(x, df, ncp=0, log=FALSE)
pchisq.intermediate(q, df, ncp=0, lower.tail=TRUE, log.p=FALSE)
qchisq.intermediate(p, df, ncp=0, lower.tail=TRUE, log.p=FALSE)
df.intermediate(x, df1, df2, ncp=0, log=FALSE)
pf.intermediate(q, df1, df2, ncp=0, lower.tail=TRUE, log.p=FALSE)
qf.intermediate(p, df1, df2, ncp=0, lower.tail=TRUE, log.p=FALSE)
Arguments
Community examples
Looks like there are no examples yet.