The input list must be non-empty.
The index must be positive and a legal index for each of the lists contained within the values list. For example, if the index value is 3, the sublists must each contain at least 4 items.
All items being summed must be numeric and have compatible dimensions.
If any of these conditions is not met, this function aborts the run with an error.
|