On Jan 4, 2012, at 3:47 PM, Dan Abner wrote:
Hello everyone,
How does one pass multiple arguments of a user defined function to
that
function when called within sapply()?
I have the following:
myna<-function(x,miss.val) {x[x %in% miss.val]<-NA;x}
mydataNA3<-sapply(mydataNA,c(x=myna,miss.
Hello everyone,
How does one pass multiple arguments of a user defined function to that
function when called within sapply()?
I have the following:
> myna<-function(x,miss.val) {x[x %in% miss.val]<-NA;x}
> mydataNA3<-sapply(mydataNA,c(x=myna,miss.val=c(9,99)))
Error in match.fun(FUN) :
'c(x =
2 matches
Mail list logo