...
# copies fields 1, 5, 9, 13, 17 of x into y
Y = X[1,20,4]
vector abs(
...
vector
...
)
Returns the vector of the absolute value of the input vector at each element. Missing values are retained, unaltered by the calculation.
...
...
# copies fields 1, 5, 9, 13, 17 of x into y
Y = X[1,20,4]
vector abs(
...
vector
...
)
Returns the vector of the absolute value of the input vector at each element. Missing values are retained, unaltered by the calculation.
...