R Quick Reference
Labels
bitwXor
cor
cut
det
eigen
fft
hist
lm
lm_poly
logic-JKFF
LogicalAddition
LogicalMultiplication
lsfit
mean
nls
polyroot
qqnorm
solve
sum
uniroot
var-test
xor
3.05.2011
Function : sum - Sum of Vector Elements
y <- c(98, 97, 96, 94, 92, 84, 78, 73, 61, 53, 43, 37, 30, 28, 24, 22, 21, 20, 20, 20, 18) sum(y)
Function
:
sum - Sum of Vector Elements
Description :
the sum of all the values present in its arguments.
Usage :
sum(
..., na.rm = FALSE
)
See Also ...
OCTAVE :: POLYFIT
... Fit Coefficients of a Polynomial in the Least Squares Sense
Newer Post
Older Post
Home