Select a variable (mean, proportion, variance or standard deviation) of interest to you and collect data consisting of at least 30 values.

Define the variable.
Define the population.
Describe how the sample was selected.
Use Microsoft Excel (and MegaStat if at all possible) to determine the confidence interval.
Comment on what you find.

What variable do you want to select? Easier ones might involve heights or ages of students in your class to use as a sample for your college population.

In this assignment, you have to decide what you are going to measure and make your own measurements.

You could choose, for example, number of words in thirty consecutive sentences in a book or newspaper article.

For the confidence interval calculation, try
http://www.dimensionresearch.com/resources/calculators/conf_means.html

You can find many other calculating tools with a Google search.

Variable of interest: Mean

1. Define the variable: In this case, the variable of interest is the mean. The mean represents the average value of a set of data. It is calculated by adding up all the values and dividing by the number of values in the dataset.

2. Define the population: The population in this scenario refers to the entire group or set of individuals or objects from which the data is being collected. For example, if we are collecting data on the heights of all adults in a particular country, the population would be all adults in that country.

3. Describe how the sample was selected: To collect a sample, you could use various methods like simple random sampling, stratified sampling, cluster sampling, etc. For example, if you are collecting data on the heights of adults in a particular country, you can randomly select a certain number of adults from different geographic regions of the country to ensure representativeness.

4. Use Microsoft Excel (and MegaStat if possible) to determine the confidence interval: To determine the confidence interval for the mean, you can use the following steps in Microsoft Excel:

- Enter your data of at least 30 values into a column in Excel.
- Use the built-in AVERAGE function in Excel to find the sample mean.
- Calculate the standard deviation for your sample using the built-in STDEV function in Excel.
- Determine the desired confidence level, which is typically expressed as a percentage.
- Use the CONFIDENCE function in Excel to calculate the confidence interval for the mean. The formula is: =CONFIDENCE(alpha, standard_dev, sample_size). In this formula, alpha is calculated as 1 - (confidence level / 100), standard_dev is the standard deviation, and sample_size is the number of values in your sample.

If you have access to MegaStat, a statistical package for Excel, you can use its functionalities to calculate the confidence interval as well. MegaStat provides additional features such as hypothesis testing and graphical representations.

5. Comment on what you find: After obtaining the confidence interval, you can interpret it by stating that you are, for example, 95% confident that the true population mean falls within the calculated interval. The width of the confidence interval gives an idea of the precision of the estimate. A narrower interval indicates higher precision, while a wider interval suggests more variability or less precision in the estimate.

Note: The specific steps and functions mentioned may vary depending on the version of Excel you are using.