|
|
| Perl: the Markov chain saw | |
| PerlMonks |
Re: Feed data to R using Statistics::Rby pvaldes (Hermit) |
| on Feb 24, 2013 at 23:36 UTC ( #1020439=note: print w/ replies, xml ) | Need Help?? |
|
data = scan()$data Not, this is not how R works, try something like data <- scan(file =$filehandle)And you need also avoit to mix the headers with the data
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||