fisher_ | R Documentation |
This function calculates the fisher distribution of a numbers vector.
fisher_(x,y)
x |
Should be a vector |
y |
Should be a vector |
To calculate the fisher distribution, the user should give two vectors of numbers. The result is a continuous probability distribution that arises frequently as the null distribution of a test statistic. The fisher distributionformule is the following:
Numeric, the fisher distribution.
A vector is created by c(), like c(1,2,3,4,5) creates a vector with the numbers: 1,2,3,4,5
Jose Manuel Gomez Caceres, josemanuel.gomezc@edu.uah.es
Juan Jose Cuadrado, jjcg@uah.es
Universidad de Alcala de Henares
#data creation
x <- c(70,75,74,72,68,59)
y <- c(74,77,70,80,72,76)
fisher_(x,y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.