Standard error

stderr(vx,vy) Returns the standard error associated with a linear regression for the points in vx and vy. Measures how closely data points are spread about the regression line using the formula:

standard error associated with a linear regression for the points in vx and vy

where n = rows (vx) = rows (vy).

Arguments:

Notes:

QuickSheet