Displaying 1 result from an estimated 1 matches for "fliter".
Did you mean:
filter
2008 Jan 19
2
MySQL + R as a Replacement for SAS Proc SQL + Various Stat Procs
For cost reasons, I'd like to replace SAS on my PC under Win XP Pro.
Nearly all my work involves medium-size datasets (100k-10M) records which I
cleanup, relate, fliter and get into shape for analysis using SAS/SQL
followed by standard statistical procedures, e.g. regression using SAS proc
reg.
It seems to me that this type of analysis could be done in MySQL followed
by R, but I'd like some advice about the best way to pass datasets from
MySQL to R. I unders...