search for: chi_2_obs

Displaying 1 result from an estimated 1 matches for "chi_2_obs".

2003 Mar 29
1
Goodness of fit tests
...e to know what is the proper way to do a ''goodness of fit'' test using R. I know the steps I''d take if I were to do it ''manually'': grouping the numbers into classes, calculating the expected frequencies using ''ppois'', then calculating Chi_2_obs = Sum (e_i - o_i)^2/e_i) (where e_i represents the expected frequencies and o_i the observeds ones) and then finally calculating the p-value (using pchisq). I''ve read a lot of documentation, also tried googling for ''goodness of fit R'' but it was helpless, most of it is...