colSumsLog {DOQTL} | R Documentation |
Given a matrix of log transformed values, sum the rows or columns on the untransformed scale.
colSumsLog(logmat)
logmat |
Numeric matrix of natural log transformed values. |
See addLog
.
Numeric vector with values summed on an untransformed scale.
Daniel Gatti
colSumsLog(matrix(log(runif(100)), nrow = 10, ncol = 10))