Displaying 2 results from an estimated 2 matches for "r2008".
Did you mean:
2008
2008 Aug 09
1
Reshape set operations?
...elt(t2008, id.var=c("DayOfYear","Category","SubCategory","Sku"), measure.var=c("Quantity"))
m2007 <- melt(t2007, id.var=c("DayOfYear","Category","SubCategory","Sku"), measure.var=c("Quantity"))
r2008 <- cast(m2008, DayOfYear ~ variable | Sku, sum)
r2007 <- cast(m2007, DayOfYear ~ variable | Sku, sum)
Now I would like to union the two lists. So I start out with an empty master list that will contain (when I am done) the merge (union) of r2008 and r2007. By "union" I mean that i...
2008 Jan 02
2
Windows Shell Command under Vista
Dear R2008,
In Windows 2000, I used the following shell extension to allow right-click
rgui start in a directory (assuming rgui.exe is on the path:
-----
REGEDIT4
[HKEY_CLASSES_ROOT\Directory\shell\Run R]
[HKEY_CLASSES_ROOT\Directory\shell\Run R\command]
@="Rgui.exe --no-restore --no-save --inter...