ftest {fgac} | R Documentation |
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.
ftest(x, y, test = c("wilcox.test", "t.test"))
x |
real vector |
y |
real vector |
test |
can be wilcox.test or t.test |
form that work with two test, if test is missing test is defined for wilcox.test.
test between x and y.
Veronica A. Gonzalez-Lopez
match.arg
, wilcox.test
, t.test
#x<-rnorm(100) #y<-rnorm(100) #ftest(x,y) #ftest(x,y,test="t")