F - distribution trouble
Hello everyone,
I have some trouble with a function dF(x, d1, d2). I would like to aquire this way p value from F distribution for a known sample with identified F value.
Number of independent variables: 2
Number of dependent variables: 1
Sample's size: 20
F value: 16.8833
I implemented data to formula: dF(16.8833,2,17) and got a result 3.064 *10^-5. But this is not correct for my needs, because the desired value is 9.15*10^-5.
When I calculate it in reverse way through formula qF(1-9.15*10^-5,2,17) I got 16.8833. Can you explain me what I am doing wrong?

