I know of a way to calculate area under t-curve in the CL:
T = numericValue(“1-\operatorname{cdf}(\operatorname{tdist}(${df}),1)”)
Is there a similar code for chi-square?
Thanks,
Gregg
I know of a way to calculate area under t-curve in the CL:
T = numericValue(“1-\operatorname{cdf}(\operatorname{tdist}(${df}),1)”)
Is there a similar code for chi-square?
Thanks,
Gregg
This is a duplicate post: Chi-Square Calculating in CL