
In addition to the key words, you should also be able to define each of the following terms:
target population
accessible population
law of large numbers
sampling methods, or sampling techniques, or sampling
procedures
simple random sampling
systematic sampling
stratified random sampling
proportionate random sampling
proportionate stratified random sampling
cluster sampling
convenience sampling
quota sampling

To explain the meaning of all the terms related to sampling.
Explanation of Solution
Target population: includes all the units on which the research results can be applied. It is not important whether the researcher is able to approach them or not. Target population includes all the individuals who are referred to in the research, or whom the research is applied.
Accessible population: It is the part of the target population which is approachable by the researcher. For example, if we say all college students in the state form the population for this research, then the researcher can access students of the state university. These students of the state university which are accessible by the researcher become the accessible population for the research
Law of large numbers: this law deals with repeating an experiment several times. It deals with the large number of trials. Accordingly, if an experimented several times, then the average of the outcome is close to the expected value. For example, if a coin is tossed 10000 times, the probability of getting head would be very close to 0.5. it is a promising law, that works well in statistics.
Sampling methods: These are the different ways in which samples can be formed. They may be probabilistic or non-probabilistic. There are various sampling methods. Simple random sampling is the most common probability measure. Voluntary sampling is most common nonprobability sampling. Complex sampling methods are used for large and diverse population.
Simple random Sampling: The process of selection of sampling units from a population which consists of units which are all similar and have equal chance of being selected in the sample. Such a sampling method is called Simple Random Sampling. It is best known for its simplicity. It is time saving, easily understood and results in the least biased sample.
Systematic sampling: In this method a sample from the large population is formed based on a random starting point, then after every fixed interval a unit is added to the sample.
This method ensures that the entire population is covered. It is preferred to have the population units arranged in some order, or to be listed so that it is easy to set the interval and shortlist the units to form a sample.
Stratified random sampling: This method applies to a heterogeneous population. Firstly, the population is divided into homogenous subgroups. These homogenous subgroups are called Strata. Then from each subgroup some units are selected to be included in the sample. Like this all the strata are represented in the sample, plus the final sample is heterogeneous, representing the population closely.
Proportionate stratified sampling: This method is similar to Stratified sampling, except in the last step when units from the different strata are chosen, they are chosen in proportion to the size of each strata. This helps the sample to be a better representative of the population subgroup size-wise.
Cluster sampling: This method of sampling is applied when the population is heterogeneous. Different subgroups of the population are formed. Each subgroup again is heterogeneous only. Now the research selects a couple of subgroups completely and includes each of its unit in the sample. In this method each subgroup is not included in the sample, it is only some of the subgroups that get represented in the sample. And since the subgroups are all heterogeneous, the final sample is also heterogeneous.
Convenience sampling: In this method we select those units of the population in the sample that are conveniently accessible and easily available to the researcher. This saves time and effort to form the sample. Such a sample may fail to represent the true population. But it is easy for the students to use such a method of sampling. Online poll is one such example that uses the method of convenience sampling.
Quota sampling: This method of sampling is kind of similar to the stratified sampling because in both the methods we convert the heterogeneous population into homogeneous sub groups. The difference is that when the point of selection of units from the subgroups arises in quota sampling a pre-decided proportion is used to decide how many units to be selected from each subgroup. Hence the proportion of each sub-group is pre-decided and is not based on the proportion of the true population.
Want to see more full solutions like this?
Chapter 5 Solutions
Research Methods for the Behavioral Sciences (MindTap Course List)
- You want to compare the average number of tines on the antlers of male deer in two nearby metro parks. A sample of 30 deer from the first park shows an average of 5 tines with a population standard deviation of 3. A sample of 35 deer from the second park shows an average of 6 tines with a population standard deviation of 3.2. Find a 95 percent confidence interval for the difference in average number of tines for all male deer in the two metro parks (second park minus first park).Do the parks’ deer populations differ in average size of deer antlers?arrow_forwardSuppose that you want to increase the confidence level of a particular confidence interval from 80 percent to 95 percent without changing the width of the confidence interval. Can you do it?arrow_forwardA random sample of 1,117 U.S. college students finds that 729 go home at least once each term. Find a 98 percent confidence interval for the proportion of all U.S. college students who go home at least once each term.arrow_forward
- Suppose that you make two confidence intervals with the same data set — one with a 95 percent confidence level and the other with a 99.7 percent confidence level. Which interval is wider?Is a wide confidence interval a good thing?arrow_forwardIs it true that a 95 percent confidence interval means you’re 95 percent confident that the sample statistic is in the interval?arrow_forwardTines can range from 2 to upwards of 50 or more on a male deer. You want to estimate the average number of tines on the antlers of male deer in a nearby metro park. A sample of 30 deer has an average of 5 tines, with a population standard deviation of 3. Find a 95 percent confidence interval for the average number of tines for all male deer in this metro park.Find a 98 percent confidence interval for the average number of tines for all male deer in this metro park.arrow_forward
- Based on a sample of 100 participants, the average weight loss the first month under a new (competing) weight-loss plan is 11.4 pounds with a population standard deviation of 5.1 pounds. The average weight loss for the first month for 100 people on the old (standard) weight-loss plan is 12.8 pounds, with population standard deviation of 4.8 pounds. Find a 90 percent confidence interval for the difference in weight loss for the two plans( old minus new) Whats the margin of error for your calculated confidence interval?arrow_forwardA 95 percent confidence interval for the average miles per gallon for all cars of a certain type is 32.1, plus or minus 1.8. The interval is based on a sample of 40 randomly selected cars. What units represent the margin of error?Suppose that you want to decrease the margin of error, but you want to keep 95 percent confidence. What should you do?arrow_forward3. (i) Below is the R code for performing a X2 test on a 2×3 matrix of categorical variables called TestMatrix: chisq.test(Test Matrix) (a) Assuming we have a significant result for this procedure, provide the R code (including any required packages) for an appropriate post hoc test. (b) If we were to apply this technique to a 2 × 2 case, how would we adapt the code in order to perform the correct test? (ii) What procedure can we use if we want to test for association when we have ordinal variables? What code do we use in R to do this? What package does this command belong to? (iii) The following code contains the initial steps for a scenario where we are looking to investigate the relationship between age and whether someone owns a car by using frequencies. There are two issues with the code - please state these. Row3<-c(75,15) Row4<-c(50,-10) MortgageMatrix<-matrix(c(Row1, Row4), byrow=T, nrow=2, MortgageMatrix dimnames=list(c("Yes", "No"), c("40 or older","<40")))…arrow_forward
- Describe the situation in which Fisher’s exact test would be used?(ii) When do we use Yates’ continuity correction (with respect to contingencytables)?[2 Marks] 2. Investigate, checking the relevant assumptions, whether there is an associationbetween age group and home ownership based on the sample dataset for atown below:Home Owner: Yes NoUnder 40 39 12140 and over 181 59Calculate and evaluate the effect size.arrow_forwardNot use ai pleasearrow_forwardNeed help with the following statistic problems.arrow_forward
- Holt Mcdougal Larson Pre-algebra: Student Edition...AlgebraISBN:9780547587776Author:HOLT MCDOUGALPublisher:HOLT MCDOUGALBig Ideas Math A Bridge To Success Algebra 1: Stu...AlgebraISBN:9781680331141Author:HOUGHTON MIFFLIN HARCOURTPublisher:Houghton Mifflin HarcourtGlencoe Algebra 1, Student Edition, 9780079039897...AlgebraISBN:9780079039897Author:CarterPublisher:McGraw Hill




