FlashX icon indicating copy to clipboard operation
FlashX copied to clipboard

R functions

Open zheng-da opened this issue 9 years ago • 0 comments

Complex functions

  • [ ] smacof
  • [x] SVD, ase
  • [ ] sgm
  • [ ] qr

stats functions

  • [ ] fft
  • [ ] density.default
  • [ ] cmdscale
  • [ ] dist
  • [ ] optim

Simple functions

  • [x] sort, sort.list, order, rank
  • [ ] quantile, median
  • [ ] cumsum
  • [x] which
  • [ ] which.max, which.min
  • [ ] unique
  • [ ] diag, outer
  • [ ] table, tabulate
  • [ ] norm
  • [ ] skewness, Kurtosis, Interquartile mean
  • [x] mean, sd, sum, rowSums, colSums, rowMean, colMean, max, min
  • [x] dim, nrow, ncol, length,
  • [x] sqrt, abs, log, round,
  • [x] matrix, t, %*%, …

zheng-da avatar Jan 04 '16 20:01 zheng-da