1. What is one method of data collection? 2. What is a truly random way to survey/sample people?

Slides:



Advertisements
Similar presentations
+ Sampling and Surveys Inference for Sampling The purpose of a sample is to give us information about alarger population. The process of drawing conclusions.
Advertisements

Chapter 7: Data for Decisions Lesson Plan
* Students will be able to identify populations and samples. * Students will be able to analyze surveys to see if there is bias. * Students will be able.
Chapter 5 Producing Data
AP Statistics Chapter 5 Notes.
Section 5.1. Observational Study vs. Experiment  In an observational study, we observe individuals and measure variables of interest but do not attempt.
Sample Surveys Ch. 12. The Big Ideas 1.Examine a Part of the Whole 2.Randomize 3.It’s the Sample Size.
If you have your Parent Letter signed, please return the bottom portion. Scissors are on my desk. Please get out materials for notes.
Chapter 5 Data Production
BPS - 5th Ed. Chapter 81 Producing Data: Sampling.
AP Statistics Chapter 5. Class Survey 1. Are you male or female? 2. How many brothers or sisters do you have? 3. How tall are you in inches to the nearest.
Pg Exploratory data analysis describes what data say by using graphs and numerical summaries. What if we want to ask a large group of individuals.
AP Statistics.  Observational study: We observe individuals and measure variables of interest but do not attempt to influence responses.  Experiment:
Aim: What is a sample design? Chapter 3.2 Sampling Design.
GREAT Day!!!. Producing Data Population – Entire group of individuals or objects that we want information about. Defined in terms of what we want to know.
Part III Gathering Data.
Chapter 5: Producing Data “An approximate answer to the right question is worth a good deal more than the exact answer to an approximate question.’ John.
Chapter 7: Data for Decisions Lesson Plan Sampling Bad Sampling Methods Simple Random Samples Cautions About Sample Surveys Experiments Thinking About.
Section 5.1 Designing Samples Malboeuf AP Statistics, Section 5.1, Part 1 3 Observational vs. Experiment An observational study observes individuals.
Data Collection: Sample Design. Terminology Observational Study – observes individuals and measures variables of interest but does not impose treatment.
CHAPTER 8: Producing Data Sampling ESSENTIAL STATISTICS Second Edition David S. Moore, William I. Notz, and Michael A. Fligner Lecture Presentation.
Designing Samples Chapter 5 – Producing Data YMS – 5.1.
AP Review #4: Sampling & Experimental Design. Sampling Techniques Simple Random Sample – Each combination of individuals has an equal chance of being.
Conducting A Study Designing Sample Designing Experiments Simulating Experiments Designing Sample Designing Experiments Simulating Experiments.
Lecture # 6:Designing samples or sample survey Important vocabulary Experimental Unit: An individual person,animal object on which the variables of interest.
A Survey is a study of one or more characteristics of a group. A Survey is a study of one or more characteristics of a group.
C HAPTER 5: P RODUCING D ATA Section 5.1 – Designing Samples.
Section 5.1 Designing Samples AP Statistics
BY: Nyshad Thatikonda Alex Tran Miguel Suarez. How to use this power point 1) Click on the box with the number. Best to click on the black part and not.
AP STATISTICS LESSON AP STATISTICS LESSON DESIGNING DATA.
AP STATISTICS Section 5.1 Designing Samples. Objective: To be able to identify and use different sampling techniques. Observational Study: individuals.
Chapter 5 Sampling: good and bad methods AP Standards Producing Data: IIB4.
I can identify the difference between the population and a sample I can name and describe sampling designs I can name and describe types of bias I can.
 An observational study observes individuals and measures variable of interest but does not attempt to influence the responses.  Often fails due to.
Chapter 3 Producing Data. Observational study: observes individuals and measures variables of interest but does not attempt to influence the responses.
Chapter 7 Data for Decisions. Population vs Sample A Population in a statistical study is the entire group of individuals about which we want information.
Status for AP Congrats! We are done with Part I of the Topic Outline for AP Statistics! (20%-30%) of the AP Test can be expected to cover topics from chapter.
Designing Studies In order to produce data that will truly answer the questions about a large group, the way a study is designed is important. 1)Decide.
1 Chapter 11 Understanding Randomness. 2 Why Random? What is it about chance outcomes being random that makes random selection seem fair? Two things:
Chapter 4: Designing Studies... Sampling. Convenience Sample Voluntary Response Sample Simple Random Sample Stratified Random Sample Cluster Sample Convenience.
5.1: Designing Samples. Important Distinction Observational Study – observe individuals and measure variables but do not attempt to influence the responses.
Ten things about Experimental Design AP Statistics, Second Semester Review.
Introduction/ Section 5.1 Designing Samples.  We know how to describe data in various ways ◦ Visually, Numerically, etc  Now, we’ll focus on producing.
Producing Data 1.
Chapter 5: Producing Data 5.1 – Designing Samples "An approximate answer to the right question is worth a good deal more than the exact answer to an approximate.
Chapter 4 Designing Studies 4.1Samples and Surveys 4.2Experiments 4.3Using Studies Wisely.
Chapter 5 Data Production
Sampling and Experimentation
Section 5.1 Designing Samples
Producing Data, Randomization, and Experimental Design
Producing Data, Randomization, and Experimental Design
Section 5.1 Designing Samples
Sampling and Surveys How do we collect data? 8/20/2012.
Producing Data Chapter 5.
Warm Up Imagine you want to conduct a survey of the students at Leland High School to find the most beloved and despised math teacher on campus. Among.
Designing Samples Statistical techniques for producing data open the door to formal statistical inference, which answers specific questions with a known.
Day 1 Parameters, Statistics, and Sampling Methods
Chapter 5 Producing Data
Section 5.1 Designing Samples
Chapter 5: Producing Data
5.1 – Designing Samples.
Chapter 5: Producing Data
Chapter 5 Producing Data
Sample Design Section 4.1.
Day 1 Parameters, Statistics, and Sampling Methods
Designing Samples Statistical techniques for producing data open the door to formal statistical inference, which answers specific questions with a known.
Chapter 3 producing data
10/18/ B Samples and Surveys.
Designing Samples Section 5.1.
EQ: What is a “random sample”?
Presentation transcript:

1. What is one method of data collection? 2. What is a truly random way to survey/sample people?

 Observational study: We observe individuals and measure variables of interest but do not attempt to influence responses.  Experiment: We deliberately impose some treatment on individuals in order to observe their responses.  Pros vs. Cons of each? (control etc…experiment better)

 Pop: the entire group of individuals that we want information about  Sample: a part of the population that we actually examine in order to gather info  Sampling vs. Census: Sampling studies a part in order to gain info about the whole, census attempts to contact every individual in the pop

 Voluntary response: People choose themselves by responding  Convenience sampling: Choosing individuals who are easiest to reach  Bias: The sampling method is biased if it systematically favors certain outcomes

 The simplest way to use chance to select a sample is to place names in a hat (the population) and draw out a handful (the sample).  SRS: every individual has = chance of getting picked, every sample of the size you are drawing has = chance of getting picked

 Math, prb, randint(lowest #, highest #, # of people you want in your sample)  You can store your random numbers in a list:  Randint(1,150,25) sto-> L1

 Probability sample: samples chosen by chance  Stratified random sample: divide population into groups (aka strata) that are similar in some way, then choose a separate SRS in each stratum, then combine these SRS’s to form the full sample  Cluster sampling: divide population into groups (aka clusters). Some of these clusters are randomly selected. Then all individuals in chosen clusters are selected to be in the sample  Multistage samples

 Undercoverage: occurs when some groups in the population are left out in the process of choosing the sample (hard to get an accurate and complete list of the population. Most samples suffer from some degree of this)  Nonresponse: occurs when an individual chosen for the sample can’t be contacted or does not cooperate.

 The behavior of the respondent or interviewer can cause response bias in sample results  Wording of questions can influence answers  We can improve our results by knowing that larger random samples give more accurate results than smaller samples

 The individuals on which the experiment is done are the experimental units.  If units are humans, they are called subjects.  The experimental condition applied to the units (aka the thing we ‘do’ to the people participating) is called a treatment.  Goal of research is to establish a causal link between a particular treatment and a response.

 Factors: number of variables interested in (example: Study differences of gender and alcohol preference. 2 factors: Gender, alcohol preference)  Levels: number of ‘categories’ for each: (gender has 2 levels…M/F, Alcohol lets say has 3 levels…hard liquor/beer/wine)  This is an example of a 2x3 study

 We use lab experiments often to protect us from lurking variables which may happen when conducting experiments ‘in the field’

 We hope to see big differences (differences so large they are not likely just due to chance or individual differences).  If we do have an observed effect so large that it would rarely occur by chance, we call our result Statistically Significant

 Double-blind: neither subject nor experimenter knows which treatment is assigned  Lack of realism: subjects or treatments of an experiment may not realistically duplicate the conditions we really want to study.