On 07/09/11 08:47, Khanvilkar, Shashank wrote:
> Hello All,
> Thanks in advance for all help.
>
> In my prog, I have a global list object that is used as a container for
> storing some data frames.
> Here is an example code.
> --SNIP--
> temp1<- function(X){
> statName = c("Mean", "stdDev", "
Hello All,
Thanks in advance for all help.
In my prog, I have a global list object that is used as a container for storing
some data frames.
Here is an example code.
--SNIP--
temp1 <- function(X){
statName = c("Mean", "stdDev", "NumSamples")
statVal = c("0.5", "0.51", "5")
r = data
2 matches
Mail list logo