chi2 | R Documentation |
Questa funzione permette il calcolo dell'indice di connessione.
chi2(x,y)
x |
vettore di dati |
y |
vettore di dati |
x <- rbinom(8,5,0.5) y <- c("A", "A", "B", "A", "B", "B", "C", "B") chi2(x,y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.