Presuming you're talking about Perl, I might be able to help with specific issues, but read the posting guide before you actually call upon our help.
http://www.R-project.org/posting-guide.html One book I definitely can recommend is Phil Spectors Data Manipulation with R http://www.springer.com/statistics/computanional+statistics/book/978-0-387-74730-9 It covers most you need to know about data structures in R, as they're quite different from Perl. Pay attention to the vectorization and the use of indices in R, as both concepts differ substantially from Perl. In essence, avoid for-loops as much as you can. One other source you might look at is the R inferno of Patrick Burns : http://lib.stat.cmu.edu/S/Spoetry/Tutor/R_inferno.pdf Cheers Joris On Tue, Jun 22, 2010 at 4:35 AM, Colton Hunt <coltonhu...@gmail.com> wrote: > I am an intern in Virginia Beach and I am currently working on a project > that involves converting a script of Pearl to R. The code takes one input > text file and outputs six text files. If you think you can help, I will be > able to provide more detailed information. Thank you for your time! > > Colton Hunt > > ______________________________________________ > R-help@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. > -- Joris Meys Statistical consultant Ghent University Faculty of Bioscience Engineering Department of Applied mathematics, biometrics and process control tel : +32 9 264 59 87 joris.m...@ugent.be ------------------------------- Disclaimer : http://helpdesk.ugent.be/e-maildisclaimer.php ______________________________________________ R-help@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.