ftest: ftest

Description Usage Arguments Details Value Author(s) See Also Examples

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

1
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

1
2
3
4
#x<-rnorm(100)
#y<-rnorm(100)
#ftest(x,y)
#ftest(x,y,test="t")

fgac documentation built on May 2, 2019, 6:07 a.m.

Related to ftest in fgac...