Nothing
#[export]
chi2Test <- function(data,x,y,cs,dc) {
.Call(Rfast_chi2Test,data,x,y,cs,dc)
}
#[export]
chi2Test_univariate <- function(data,dc) {
.Call(Rfast_chi2Test_univariate,data,dc)
}
#[export]
chi2tests <- function(data,x,y,dc) {
.Call(Rfast_chi2tests,data,x,y,dc)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.