Full Description
A variety of math functions are available on Portfolio123. Please note the following behavior around NA (missing values):
- Most math functions propagate NA. If any of the arguments are NA, the result is NA. Functions that behave otherwise are IsNA and IsNegOrNA.
- IsNA(expr1, expr2) can be used to replace NAs.
- NA values can be handled using
expression = NA.