Park, Kyong H Mr ECBC
2007-Dec-27 16:04 UTC
[R] A function for random test based on longest run (UNCLASSIFIED)
Classification: UNCLASSIFIED Caveats: NONE Hello, R users, Has anybody written a function for random test based on the length of longest run of same events. I really appreciate your help. Kyong Park Classification: UNCLASSIFIED Caveats: NONE [[alternative HTML version deleted]]
bogdan romocea
2007-Dec-27 17:08 UTC
[R] A function for random test based on longest run (UNCLASSIFIED)
> require(tseries)> ?runs.test Also, take a look at dieharder, it implements a large number of randomness tests: http://www.phy.duke.edu/~rgb/General/dieharder.php> -----Original Message----- > From: r-help-bounces at r-project.org > [mailto:r-help-bounces at r-project.org] On Behalf Of Park, > Kyong H Mr ECBC > Sent: Thursday, December 27, 2007 11:05 AM > To: 'r-help at r-project.org' > Subject: [R] A function for random test based on longest run > (UNCLASSIFIED) > > Classification: UNCLASSIFIED > Caveats: NONE > > Hello, R users, > > Has anybody written a function for random test based on the length of > longest run of same events. I really appreciate your help. > > Kyong Park > Classification: UNCLASSIFIED > Caveats: NONE > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >
Dirk Eddelbuettel
2007-Dec-27 17:44 UTC
[R] A function for random test based on longest run (UNCLASSIFIED)
On 27 December 2007 at 12:08, bogdan romocea wrote: | > require(tseries) | > ?runs.test | Also, take a look at dieharder, it implements a large number of | randomness tests: | http://www.phy.duke.edu/~rgb/General/dieharder.php Also note that CRAN has an RDieHarder package that provides access to DieHarder tests from R. RDieHarder is currently happier on Linux than on Windows. If anybody wants to contribute build instructions for Windows ... Dirk -- Three out of two people have difficulties with fractions.
Apparently Analagous Threads
- A function for random test based on longest run (UNCLASSI FIED)
- Lme does not work without a random effect (UNCLASSIFIED)
- Retrieving an evaluated gradient value (UNCLASSIFIED)
- Summary Regard with Lme does not work without a random effect (UN CLASSIFIED)
- Side-effects of require() vs library() on x86_64 aka amd64