[R] t.test in for loop

2010-07-22 Thread Arne Schulz
-vector (running t.test(data1) by hand works). How can I remove the quotes before performing the test? Sincerely, Arne Schulz __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-

Re: [R] Generate groups with random size but given total sample size

2010-07-15 Thread Arne Schulz
Hi, thanks a lot! That did it! Regards, Arne Schulz > -Ursprüngliche Nachricht- > Von: Greg Snow [mailto:greg.s...@imail.org] > Gesendet: Dienstag, 13. Juli 2010 18:17 > An: Arne Schulz; r-help@r-project.org > Betreff: RE: [R] Generate groups with random size but given to

[R] Generate groups with random size but given total sample size

2010-07-13 Thread Arne Schulz
3 Another way could be generating one sample at a time and sum the cases. But this would end up in trail & error to fit the 10.000 cases. Maybe it would break rules of probability, too. I'm convinced that there should be another (and even better) way to handle this problem in R...

[R] Obtaining illogical results from posterior LDA-classification because of "too good" data?

2009-10-30 Thread Arne Schulz
00 0.50 My question is now: Is my data "too good" or did I make a mistake in my code? Best regards, Arne Schulz __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide ht