ftest {fgac}R Documentation

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

Details

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

Value

test between x and y.

Author(s)

Veronica A. Gonzalez-Lopez

See Also

match.arg, wilcox.test, t.test

Examples

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


[Package fgac version 0.6-0 Index]