Skip to content
Prev 324552 / 398506 Next

How to compute a P-value for a complex mixture of chi-squared distributions in R

On Jun 1, 2013, at 06:32 , Tiago V. Pereira wrote:

            
Er,...

Anything wrong with 

0.5 * pchisq(x^2, 1) + 0.5 * pchisq(x^2, 2) 

???

-pd