Learn R Programming

fgac (version 0.6-1)

ftest: ftest

Description

Auxiliary function that is used in copula fitting. This function works with different two sample test, ftest transforms it as test in fitCBB function and OptimCBB function.

Usage

ftest(x, y, test = c("wilcox.test", "t.test"))

Arguments

x
real vector
y
real vector
test
can be wilcox.test or t.test

Value

Details

form that work with two test, if test is missing test is defined for wilcox.test.

See Also

match.arg, wilcox.test, t.test

Examples

Run this code
#y<-rnorm(100)
#ftest(x,y)
#ftest(x,y,test="t")

Run the code above in your browser using DataLab