Dear all I want to convert a apply to lapply. The reason for that is that there 
is a function mclappy that uses exact the same format as the lapply function.

My code looks like that

mean_power_per_tip <- function(data) {
        return((apply(data[,],2,MeanTip)));
}

where data is a [m,n] matrix.

I would like to thank you in advance for your help

B.R
Alex

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to