Description Usage Arguments Value Examples
View source: R/MarketingAnalytics_functions.R
This function checks for significant difference in means of two vectors
1 | is.sig(x, y)
|
x |
vector to be compared with y in a two-sided T-test |
y |
vector to be compared with x in a two-sided T-test |
1 if significant difference in means, 0 if no sig. difference in means
1 2 3 | x <- 1:20
y <- 20:30
is.sig(x,y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.