Displaying 2 results from an estimated 2 matches for "rstd".
Did you mean:
  rst
  
2009 Aug 13
2
Coding problem: How can I extract substring of function call within the function
...oading the package (and loosing its additional functionality). However, I want to add a function that allows a user to revert to running the standard R version of a given function on a one-off basis and that's where my problem comes up.
 
I believe that it should be possible to write a function rStd with the usage rStd(x,...) where x is a function -- e.g. mean, hist, barchart, and the remaining parameters would be any of the parameters that should be passed to the unmodified version of mean, hist, barchart... The problem I have is how to get ahold of that collection of parameters as a single c...
2011 Mar 03
0
'merge' function creating duplicate columns names in the output
...565139 3555886 3565796 3556647 ...
 $ comm    : int  451 57 560 40 560 39 560 40 560 46 ...
 $ case    : num  7.70e+09 1.00e+12 3.00e+12 1.00e+12 1.11e+09 ...
 $ desc    : chr  "PGPR RTC BONELESS WINGS" "GRTN POT CRNCH FISH
FILET" "TYSON CORNISH HENS TWN PK" "GGNT RSTD POT GRLC HERB" ...
 $ height.x: num  7.2 12.6 11 7.8 6.8 10.1 11.2 10 11 10.5 ...
 $ length  : num  14.5 15.8 20 15.6 22.2 15 20.2 15 17 19.8 ...
 $ weight  : num  11 16.3 39 11 35.6 6.5 36 4 30 12.5 ...
 $ width   : num  9.7 9.2 14.3 8 15.2 7.5 13.2 8.5 13 10 ...
 $ high    : int  5 2 3 3 4 3...