Re: [R] Chi-squared test

2005-11-25 Thread Ted Harding
On 25-Nov-05 Marc Schwartz wrote: On Thu, 2005-11-24 at 21:55 +, Ted Harding wrote: I'm rather with Peter on this question! I've tried to infer what you're really trying to do. My a-priori plausible hypothesis was that you have k-12 independent observations which have equal

Re: [R] Chi-squared test

2005-11-25 Thread Bianca Vieru-Dimulescu
P Ehlers wrote: Marc Schwartz wrote: On Thu, 2005-11-24 at 21:55 +, Ted Harding wrote: On 24-Nov-05 P Ehlers wrote: Bianca Vieru- Dimulescu wrote: Hello, I'm trying to calculate a chi-squared test to see if my data are different from the theoretical distribution or not:

[R] Chi-squared test

2005-11-24 Thread Bianca Vieru- Dimulescu
Hello, I'm trying to calculate a chi-squared test to see if my data are different from the theoretical distribution or not: chisq.test(rbind(c(79, 52, 69, 71, 82, 87, 95, 74, 55, 78, 49, 60),c(80,80,80, 80, 80, 80, 80, 80, 80, 80, 80, 80))) Pearson's Chi-squared test data: rbind(c(79,

Re: [R] Chi-squared test

2005-11-24 Thread P Ehlers
Bianca Vieru- Dimulescu wrote: Hello, I'm trying to calculate a chi-squared test to see if my data are different from the theoretical distribution or not: chisq.test(rbind(c(79, 52, 69, 71, 82, 87, 95, 74, 55, 78, 49, 60),c(80,80,80, 80, 80, 80, 80, 80, 80, 80, 80, 80)))

Re: [R] Chi-squared test

2005-11-24 Thread Vito Ricci
Hi Bianca, you could see my contribute Fitting distribution with R, pagg. 16-18: http://cran.r-project.org/doc/contrib/Ricci-distributions-en.pdf Hoping it could help you. Regards, Vito From: Bianca Vieru- Dimulescu bianca.vieru at free.fr Subject: [R] Chi-squared test Date: 2005-11-24 11

Re: [R] Chi-squared test

2005-11-24 Thread Ted Harding
On 24-Nov-05 P Ehlers wrote: Bianca Vieru- Dimulescu wrote: Hello, I'm trying to calculate a chi-squared test to see if my data are different from the theoretical distribution or not: chisq.test(rbind(c(79,52,69,71,82,87,95,74,55,78,49,60),

Re: [R] Chi-squared test

2005-11-24 Thread Marc Schwartz
On Thu, 2005-11-24 at 21:55 +, Ted Harding wrote: On 24-Nov-05 P Ehlers wrote: Bianca Vieru- Dimulescu wrote: Hello, I'm trying to calculate a chi-squared test to see if my data are different from the theoretical distribution or not:

Re: [R] Chi-squared test

2005-11-24 Thread Peter Dalgaard
(Ted Harding) [EMAIL PROTECTED] writes: On 24-Nov-05 P Ehlers wrote: Bianca Vieru- Dimulescu wrote: Hello, I'm trying to calculate a chi-squared test to see if my data are different from the theoretical distribution or not: chisq.test(rbind(c(79,52,69,71,82,87,95,74,55,78,49,60),

Re: [R] Chi-squared test

2005-11-24 Thread P Ehlers
Marc Schwartz wrote: On Thu, 2005-11-24 at 21:55 +, Ted Harding wrote: On 24-Nov-05 P Ehlers wrote: Bianca Vieru- Dimulescu wrote: Hello, I'm trying to calculate a chi-squared test to see if my data are different from the theoretical distribution or not:

Re: [R] Chi-squared test

2005-11-24 Thread Marc Schwartz
On Thu, 2005-11-24 at 18:50 -0700, P Ehlers wrote: Marc Schwartz wrote: On Thu, 2005-11-24 at 21:55 +, Ted Harding wrote: On 24-Nov-05 P Ehlers wrote: Bianca Vieru- Dimulescu wrote: Hello, I'm trying to calculate a chi-squared test to see if my data are different from the