Standard Deviation
Returns a column with the name New Column by calculating standard deviation of multiple columns
Basic Usage
:: stddev(Column1
, Column2
)
Output
Returns a column with the name New Column
Function Parameters
- argument 1 : Name of column 1
- argument 2 : Name of column 2
- argument 3-100: Name of column(s) 3 through 100
info
- Minimum arguments needed are 2
- Maximum arguments 100
- First argument must be a column name