lcl-func
This function returns the lower confidence limit of a vector. Level is 0.95 by default.
double lcl(dataset vd[, double level])
vd
level
Returns the lower confidence limit
AALCL = lcl(col(A)); //return LCL of col(A) at 0.95 level
ucl