ConfidenceInterval95 Property
ConfidenceInterval95 returns the 95% confidence interval for the mean of the data values in the column from which the statistics were calculated. Returns a variant. This is a read-only property.
Syntax
object. ConfidenceInterval95( Col )
Parameter |
Type |
Description |
Col |
Long |
optional, default=1 |
Example
This example demonstrates how to return the 95% confidence interval for the mean of the data values column C.
Debug.Print "Sample 95% Confidence Interval for the Mean "; Stats.ConfidenceInterval95(3)
Used by: WksStatistics object