calculate area under the curve by integration then populate the result in a new column.
In this example datatable, response is defined by fomula: response = time*timeI would like to calculate "area under the curve" (AUC) by integration using the fomula defined in the response column and the time range defined in the :time column, then populate the result in a new column in the datatable (by "populate" I mean all rows have the value of the calculated AUC). I know I can use the follow...