{"id":384,"date":"2017-04-15T03:23:09","date_gmt":"2017-04-15T03:23:09","guid":{"rendered":"https:\/\/courses.lumenlearning.com\/conceptstest1\/chapter\/estimating-a-population-proportion-1-of-3\/"},"modified":"2017-04-25T01:15:42","modified_gmt":"2017-04-25T01:15:42","slug":"estimating-a-population-proportion-1-of-3","status":"web-only","type":"chapter","link":"https:\/\/courses.lumenlearning.com\/atd-herkimer-statisticssocsci\/chapter\/estimating-a-population-proportion-1-of-3\/","title":{"raw":"Estimating a Population Proportion (1 of 3)","rendered":"Estimating a Population Proportion (1 of 3)"},"content":{"raw":"&nbsp;\r\n<div class=\"textbox learning-objectives\">\r\n<h3>Learning Objectives<\/h3>\r\n<ul>\r\n \t<li>Construct a confidence interval to estimate a population proportion when conditions are met. Interpret the confidence interval in context.<\/li>\r\n<\/ul>\r\n<\/div>\r\n<h3>Introduction<\/h3>\r\nIn \"Estimating a Population Proportion,\" we continue our discussion of estimating a population proportion with a confidence interval. Recall that the purpose of a confidence interval is to use a sample proportion to construct an interval of values that we can be reasonably confident contains the true population proportion.\r\n\r\nThe basic idea is summarized here:\r\n<ul>\r\n \t<li>When we select a random sample from the population of interest, we expect the sample proportion to be a good estimate of the population proportion. But we also know that sample proportions vary, so we expect some error. (Remember that the error here is due to chance. It is not due to a mistake that anyone made.)<\/li>\r\n \t<li>For a given sample proportion, we will not know the amount of error, so we use the standard error as an estimate for the average amount of error we expect in sample proportions. (Recall that the standard error is the expected standard deviation of sample proportions when we take many, many random samples.)<\/li>\r\n \t<li>If a normal model is a good fit for the sampling distribution, then about 95% of sample proportions estimate the population proportion within 2 standard errors. We say that we are 95% confident that the following interval contains the population proportion.<\/li>\r\n<\/ul>\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{l}p\\text{}&amp;PlusMinus;\\text{}\\mathrm{margin}\\text{}\\mathrm{of}\\text{}\\mathrm{error}\\\\ p\\text{}&amp;PlusMinus;\\text{}2(\\mathrm{standard}\\text{}\\mathrm{error})\\\\ p\\text{}&amp;PlusMinus;\\text{}2\\sqrt{\\frac{p(1-p)}{n}}\\end{array}[\/latex]<\/p>\r\nYou may realize that this formula for the confidence interval is a bit odd, since our goal in calculating the confidence interval is to estimate the population proportion <em>p<\/em>. Yet the formula requires that we know <em>p<\/em>. In the section \"Introduction to Statistical Inference,\" we used an estimate for <em>p<\/em> from a previous study when calculating the confidence interval. This is not the usual way statisticians estimate the standard error, but it captured the main idea and allowed us to practice finding and interpreting confidence intervals. Now, we develop a different way to estimate standard error that is commonly used in statistical practice.\r\n<div class=\"textbox examples\">\r\n<h3>Example<\/h3>\r\n<h2>Community College Students and Gender<\/h2>\r\nAccording to a 2010 report from the American Council on Education, females make up 57% of the college population in the United States. Students in a statistics class at Tallahassee Community College want to determine the proportion of female students at TCC. They select a random sample of 135 TCC students and find that 72 are female, which is a sample proportion of 72 \/ 135 \u2248 0.533. So 53.3% of the students in the sample are female.\r\n\r\n<em>What can they conclude about the proportion of females at the college? How confident can they be in their estimate?<\/em>\r\n\r\nTo answer these questions, we need to find a confidence interval.\r\n\r\n<strong>Checking conditions:<\/strong>\r\n\r\nWe learned in <em>Linking Probability to Statistical Inference<\/em> that a confidence interval comes from a normal model of the sampling distribution. Let\u2019s first make sure that a normal model is appropriate here. Recall the two conditions for using a normal model for sample proportions:\r\n<ul>\r\n \t<li>The sample must be random.<\/li>\r\n \t<li>The expected number of successes in the sample, <em>np<\/em>, and the expected number of failures, <em>n<\/em>(1 - <em>p<\/em>), are both greater than or equal to 10. In symbols, this is <em>np<\/em> \u2265 10 and <em>n<\/em>(1 \u2212 <em>p<\/em>) \u2265 10. Recall that <em>success<\/em> doesn\u2019t mean good and <em>failure<\/em> doesn\u2019t mean bad. A success is just what we are counting.<\/li>\r\n<\/ul>\r\nWhen we try to check these conditions, we have a problem. We do not know <em>p<\/em>, the population proportion. In fact, <em>p <\/em>is what we are trying to estimate! So we cannot determine the expected number of successes and failures. Our solution to this problem is to adjust these conditions. Advanced theory tells us that if the <em>actual <\/em>number of successes and failures in the sample are greater than or equal to 10, then a normal model is still a good fit.\r\n\r\nThis sample contains 72 successes (female students) and 63 failures (male students). Both are greater than 10. We therefore use the normal model for the sampling distribution.\r\n\r\n<strong>Finding the margin of error:<\/strong>\r\n\r\nWe know that a sample proportion is only an estimate for the population proportion. We do not expect the sample proportion to equal the population proportion, so there is some error due to random chance. We use the standard deviation of the sample proportions to describe the amount of error we can expect in random samples. We call this the standard error.\r\n\r\nIn <em>Linking Probability to Statistical Inference<\/em>, we learned that the standard error of the sample proportion depends on the population proportion and sample size. Here is the formula for the standard error:\r\n<p style=\"text-align: center;\">[latex]\\sqrt{\\frac{p(1-p)}{n}}[\/latex]<\/p>\r\nWhen we use a normal model for the sampling distribution, 95% of sample proportions estimate the population proportion within approximately 2 standard errors. So the <em>margin of error<\/em> is the following:\r\n<p style=\"text-align: center;\">[latex]2\\text{}\\sqrt{\\frac{p(1-p)}{n}}[\/latex]<\/p>\r\nNow let\u2019s calculate the margin of error for the TCC estimate of 53.3%. Notice that we have the same problem we had earlier. We don\u2019t know <em>p<\/em>, the population proportion. So we can\u2019t calculate the margin of error! Our solution to this problem is to estimate the standard error using the sample proportion in place of <em>p<\/em>. We call this the <em>estimated standard error<\/em>, and the formula is:\r\n<p style=\"text-align: center;\">[latex]\\sqrt{\\frac{\\stackrel{\u02c6}{p}(1-\\stackrel{\u02c6}{p})}{n}}[\/latex]<\/p>\r\nFor this example, the estimated standard error is\r\n<p style=\"text-align: center;\">[latex]\\sqrt{\\frac{0.533(1-0.533)}{135}}\\text{}\\approx \\text{}0.043[\/latex]<\/p>\r\nSo the margin of error for the 95% confidence interval is:\r\n<p style=\"text-align: center;\">[latex]2\\text{}\\sqrt{\\frac{0.533(1-0.533)}{135}}\\text{}\\approx \\text{}2(0.043)\\text{}=\\text{}0.086[\/latex]<\/p>\r\n<strong>Finding the confidence interval:<\/strong>\r\n\r\nWe can interpret the margin of error by saying we are 95% confident that the proportion of all students at TCC who are female is within 0.086 of our sample proportion of 0.533. We can then write the interval in the following form:\r\n<p style=\"text-align: center;\">[latex]\\stackrel{\u02c6}{p}\\text{}&amp;PlusMinus;\\text{}\\mathrm{margin}\\text{}\\mathrm{of}\\text{}\\mathrm{error}=0.533\\text{}&amp;PlusMinus;\\text{}0.086[\/latex]<\/p>\r\nWhen we add and subtract the margin of error from the sample proportion, the confidence interval is 0.447 to 0.619.\r\n\r\n<strong>Conclusion:<\/strong>\r\n\r\nWe are 95% confident that the proportion of all TCC students who are female is between 0.447 and 0.619. We can also make this statement using percentages. We are 95% confident that the percentage of all TCC students who are female is between 44.7% and 61.9%.\r\n\r\nRecall from <em>Linking Probability to Statistical Inference<\/em> that <em>95% confidence <\/em>means this method captures the population proportion about 95% of the time.\r\n\r\n<\/div>\r\n<h3>Summary<\/h3>\r\n<strong>Conditions for using the normal model of the sampling distribution:<\/strong>\r\n\r\nIn <em>Linking Probability to Statistical Inference<\/em>, we saw that a normal model describes the behavior of sample proportions if <em>np<\/em> \u2265 10 and <em>n<\/em>(1 \u2212 <em>p<\/em>) \u2265 10. These formulas say that the <em>expected <\/em>number of successes and failures in the sample must be 10 or greater. In <em>Inference for One Proportion<\/em>, we will never know the value of the population proportion <em>p<\/em>, so we estimate <em>p<\/em> with a sample proportion. Now we will assume that we can use a normal model if [latex]n\\stackrel{\u02c6}{p}\u226510\\text{}\\mathrm{and}\\text{}n(1-\\stackrel{\u02c6}{p})\u226510[\/latex].\r\n\r\nThese formulas say that the <em>actual <\/em>number of successes and failures in the sample are 10 or greater.\r\n\r\n<strong>The 95% confidence interval for estimating population proportion <\/strong> <strong><em>p<\/em><\/strong><strong>:<\/strong>\r\n\r\nIn <em>Linking Probability to Statistical Inference<\/em>, we learned that the error in an estimate is related to the spread in the sampling distribution. We saw that the standard error of the sampling distribution of sample proportions is given by this formula:\r\n<p style=\"text-align: center;\">[latex]\\sqrt{\\frac{p(1-p)}{n}}[\/latex]<\/p>\r\nIn <em>Inference for One Proportion<\/em>, we are estimating the population proportion <em>p<\/em>. So we estimate the standard error by replacing <em>p <\/em>with the sample proportion, which affects the margin of error in the confidence interval. We have the following adjustment to the confidence interval formula:\r\n<p style=\"text-align: center;\">[latex]\\stackrel{\u02c6}{p}\\text{}&amp;PlusMinus;\\text{}\\mathrm{margin}\\text{}\\mathrm{of}\\text{}\\mathrm{error}=\\stackrel{\u02c6}{p}\\text{}&amp;PlusMinus;\\text{}2\\text{}\\sqrt{\\frac{\\stackrel{\u02c6}{p}(1-\\stackrel{\u02c6}{p})}{n}}[\/latex]<\/p>\r\n&nbsp;\r\n<div class=\"textbox exercises\">\r\n<h3>Learn By Doing<\/h3>\r\nFoothill College\u2019s athletic department wants to calculate the proportion of students who have attended a women\u2019s basketball game at the college. They use student email addresses, randomly choose 220 students, and email them. Of the 145 who responded, 22 had attended a women\u2019s basketball game.\r\n\r\nhttps:\/\/assessments.lumenlearning.com\/assessments\/3592\r\n\r\nhttps:\/\/assessments.lumenlearning.com\/assessments\/3593\r\n\r\nhttps:\/\/assessments.lumenlearning.com\/assessments\/3903\r\n\r\n<\/div>\r\n<div class=\"textbox exercises\">\r\n<h3>Learn By Doing<\/h3>\r\nhttps:\/\/assessments.lumenlearning.com\/assessments\/3904\r\n\r\nhttps:\/\/assessments.lumenlearning.com\/assessments\/3905\r\n\r\n<\/div>\r\n&nbsp;","rendered":"<p>&nbsp;<\/p>\n<div class=\"textbox learning-objectives\">\n<h3>Learning Objectives<\/h3>\n<ul>\n<li>Construct a confidence interval to estimate a population proportion when conditions are met. Interpret the confidence interval in context.<\/li>\n<\/ul>\n<\/div>\n<h3>Introduction<\/h3>\n<p>In &#8220;Estimating a Population Proportion,&#8221; we continue our discussion of estimating a population proportion with a confidence interval. Recall that the purpose of a confidence interval is to use a sample proportion to construct an interval of values that we can be reasonably confident contains the true population proportion.<\/p>\n<p>The basic idea is summarized here:<\/p>\n<ul>\n<li>When we select a random sample from the population of interest, we expect the sample proportion to be a good estimate of the population proportion. But we also know that sample proportions vary, so we expect some error. (Remember that the error here is due to chance. It is not due to a mistake that anyone made.)<\/li>\n<li>For a given sample proportion, we will not know the amount of error, so we use the standard error as an estimate for the average amount of error we expect in sample proportions. (Recall that the standard error is the expected standard deviation of sample proportions when we take many, many random samples.)<\/li>\n<li>If a normal model is a good fit for the sampling distribution, then about 95% of sample proportions estimate the population proportion within 2 standard errors. We say that we are 95% confident that the following interval contains the population proportion.<\/li>\n<\/ul>\n<p style=\"text-align: center;\">[latex]\\begin{array}{l}p\\text{}&PlusMinus;\\text{}\\mathrm{margin}\\text{}\\mathrm{of}\\text{}\\mathrm{error}\\\\ p\\text{}&PlusMinus;\\text{}2(\\mathrm{standard}\\text{}\\mathrm{error})\\\\ p\\text{}&PlusMinus;\\text{}2\\sqrt{\\frac{p(1-p)}{n}}\\end{array}[\/latex]<\/p>\n<p>You may realize that this formula for the confidence interval is a bit odd, since our goal in calculating the confidence interval is to estimate the population proportion <em>p<\/em>. Yet the formula requires that we know <em>p<\/em>. In the section &#8220;Introduction to Statistical Inference,&#8221; we used an estimate for <em>p<\/em> from a previous study when calculating the confidence interval. This is not the usual way statisticians estimate the standard error, but it captured the main idea and allowed us to practice finding and interpreting confidence intervals. Now, we develop a different way to estimate standard error that is commonly used in statistical practice.<\/p>\n<div class=\"textbox examples\">\n<h3>Example<\/h3>\n<h2>Community College Students and Gender<\/h2>\n<p>According to a 2010 report from the American Council on Education, females make up 57% of the college population in the United States. Students in a statistics class at Tallahassee Community College want to determine the proportion of female students at TCC. They select a random sample of 135 TCC students and find that 72 are female, which is a sample proportion of 72 \/ 135 \u2248 0.533. So 53.3% of the students in the sample are female.<\/p>\n<p><em>What can they conclude about the proportion of females at the college? How confident can they be in their estimate?<\/em><\/p>\n<p>To answer these questions, we need to find a confidence interval.<\/p>\n<p><strong>Checking conditions:<\/strong><\/p>\n<p>We learned in <em>Linking Probability to Statistical Inference<\/em> that a confidence interval comes from a normal model of the sampling distribution. Let\u2019s first make sure that a normal model is appropriate here. Recall the two conditions for using a normal model for sample proportions:<\/p>\n<ul>\n<li>The sample must be random.<\/li>\n<li>The expected number of successes in the sample, <em>np<\/em>, and the expected number of failures, <em>n<\/em>(1 &#8211; <em>p<\/em>), are both greater than or equal to 10. In symbols, this is <em>np<\/em> \u2265 10 and <em>n<\/em>(1 \u2212 <em>p<\/em>) \u2265 10. Recall that <em>success<\/em> doesn\u2019t mean good and <em>failure<\/em> doesn\u2019t mean bad. A success is just what we are counting.<\/li>\n<\/ul>\n<p>When we try to check these conditions, we have a problem. We do not know <em>p<\/em>, the population proportion. In fact, <em>p <\/em>is what we are trying to estimate! So we cannot determine the expected number of successes and failures. Our solution to this problem is to adjust these conditions. Advanced theory tells us that if the <em>actual <\/em>number of successes and failures in the sample are greater than or equal to 10, then a normal model is still a good fit.<\/p>\n<p>This sample contains 72 successes (female students) and 63 failures (male students). Both are greater than 10. We therefore use the normal model for the sampling distribution.<\/p>\n<p><strong>Finding the margin of error:<\/strong><\/p>\n<p>We know that a sample proportion is only an estimate for the population proportion. We do not expect the sample proportion to equal the population proportion, so there is some error due to random chance. We use the standard deviation of the sample proportions to describe the amount of error we can expect in random samples. We call this the standard error.<\/p>\n<p>In <em>Linking Probability to Statistical Inference<\/em>, we learned that the standard error of the sample proportion depends on the population proportion and sample size. Here is the formula for the standard error:<\/p>\n<p style=\"text-align: center;\">[latex]\\sqrt{\\frac{p(1-p)}{n}}[\/latex]<\/p>\n<p>When we use a normal model for the sampling distribution, 95% of sample proportions estimate the population proportion within approximately 2 standard errors. So the <em>margin of error<\/em> is the following:<\/p>\n<p style=\"text-align: center;\">[latex]2\\text{}\\sqrt{\\frac{p(1-p)}{n}}[\/latex]<\/p>\n<p>Now let\u2019s calculate the margin of error for the TCC estimate of 53.3%. Notice that we have the same problem we had earlier. We don\u2019t know <em>p<\/em>, the population proportion. So we can\u2019t calculate the margin of error! Our solution to this problem is to estimate the standard error using the sample proportion in place of <em>p<\/em>. We call this the <em>estimated standard error<\/em>, and the formula is:<\/p>\n<p style=\"text-align: center;\">[latex]\\sqrt{\\frac{\\stackrel{\u02c6}{p}(1-\\stackrel{\u02c6}{p})}{n}}[\/latex]<\/p>\n<p>For this example, the estimated standard error is<\/p>\n<p style=\"text-align: center;\">[latex]\\sqrt{\\frac{0.533(1-0.533)}{135}}\\text{}\\approx \\text{}0.043[\/latex]<\/p>\n<p>So the margin of error for the 95% confidence interval is:<\/p>\n<p style=\"text-align: center;\">[latex]2\\text{}\\sqrt{\\frac{0.533(1-0.533)}{135}}\\text{}\\approx \\text{}2(0.043)\\text{}=\\text{}0.086[\/latex]<\/p>\n<p><strong>Finding the confidence interval:<\/strong><\/p>\n<p>We can interpret the margin of error by saying we are 95% confident that the proportion of all students at TCC who are female is within 0.086 of our sample proportion of 0.533. We can then write the interval in the following form:<\/p>\n<p style=\"text-align: center;\">[latex]\\stackrel{\u02c6}{p}\\text{}&PlusMinus;\\text{}\\mathrm{margin}\\text{}\\mathrm{of}\\text{}\\mathrm{error}=0.533\\text{}&PlusMinus;\\text{}0.086[\/latex]<\/p>\n<p>When we add and subtract the margin of error from the sample proportion, the confidence interval is 0.447 to 0.619.<\/p>\n<p><strong>Conclusion:<\/strong><\/p>\n<p>We are 95% confident that the proportion of all TCC students who are female is between 0.447 and 0.619. We can also make this statement using percentages. We are 95% confident that the percentage of all TCC students who are female is between 44.7% and 61.9%.<\/p>\n<p>Recall from <em>Linking Probability to Statistical Inference<\/em> that <em>95% confidence <\/em>means this method captures the population proportion about 95% of the time.<\/p>\n<\/div>\n<h3>Summary<\/h3>\n<p><strong>Conditions for using the normal model of the sampling distribution:<\/strong><\/p>\n<p>In <em>Linking Probability to Statistical Inference<\/em>, we saw that a normal model describes the behavior of sample proportions if <em>np<\/em> \u2265 10 and <em>n<\/em>(1 \u2212 <em>p<\/em>) \u2265 10. These formulas say that the <em>expected <\/em>number of successes and failures in the sample must be 10 or greater. In <em>Inference for One Proportion<\/em>, we will never know the value of the population proportion <em>p<\/em>, so we estimate <em>p<\/em> with a sample proportion. Now we will assume that we can use a normal model if [latex]n\\stackrel{\u02c6}{p}\u226510\\text{}\\mathrm{and}\\text{}n(1-\\stackrel{\u02c6}{p})\u226510[\/latex].<\/p>\n<p>These formulas say that the <em>actual <\/em>number of successes and failures in the sample are 10 or greater.<\/p>\n<p><strong>The 95% confidence interval for estimating population proportion <\/strong> <strong><em>p<\/em><\/strong><strong>:<\/strong><\/p>\n<p>In <em>Linking Probability to Statistical Inference<\/em>, we learned that the error in an estimate is related to the spread in the sampling distribution. We saw that the standard error of the sampling distribution of sample proportions is given by this formula:<\/p>\n<p style=\"text-align: center;\">[latex]\\sqrt{\\frac{p(1-p)}{n}}[\/latex]<\/p>\n<p>In <em>Inference for One Proportion<\/em>, we are estimating the population proportion <em>p<\/em>. So we estimate the standard error by replacing <em>p <\/em>with the sample proportion, which affects the margin of error in the confidence interval. We have the following adjustment to the confidence interval formula:<\/p>\n<p style=\"text-align: center;\">[latex]\\stackrel{\u02c6}{p}\\text{}&PlusMinus;\\text{}\\mathrm{margin}\\text{}\\mathrm{of}\\text{}\\mathrm{error}=\\stackrel{\u02c6}{p}\\text{}&PlusMinus;\\text{}2\\text{}\\sqrt{\\frac{\\stackrel{\u02c6}{p}(1-\\stackrel{\u02c6}{p})}{n}}[\/latex]<\/p>\n<p>&nbsp;<\/p>\n<div class=\"textbox exercises\">\n<h3>Learn By Doing<\/h3>\n<p>Foothill College\u2019s athletic department wants to calculate the proportion of students who have attended a women\u2019s basketball game at the college. They use student email addresses, randomly choose 220 students, and email them. Of the 145 who responded, 22 had attended a women\u2019s basketball game.<\/p>\n<p>\t<iframe id=\"lumen_assessment_3592\" class=\"resizable\" src=\"https:\/\/assessments.lumenlearning.com\/assessments\/load?assessment_id=3592&#38;embed=1&#38;external_user_id=&#38;external_context_id=&#38;iframe_resize_id=lumen_assessment_3592\" frameborder=\"0\" style=\"border:none;width:100%;height:100%;min-height:400px;\"><br \/>\n\t<\/iframe><\/p>\n<p>\t<iframe id=\"lumen_assessment_3593\" class=\"resizable\" src=\"https:\/\/assessments.lumenlearning.com\/assessments\/load?assessment_id=3593&#38;embed=1&#38;external_user_id=&#38;external_context_id=&#38;iframe_resize_id=lumen_assessment_3593\" frameborder=\"0\" style=\"border:none;width:100%;height:100%;min-height:400px;\"><br \/>\n\t<\/iframe><\/p>\n<p>\t<iframe id=\"lumen_assessment_3903\" class=\"resizable\" src=\"https:\/\/assessments.lumenlearning.com\/assessments\/load?assessment_id=3903&#38;embed=1&#38;external_user_id=&#38;external_context_id=&#38;iframe_resize_id=lumen_assessment_3903\" frameborder=\"0\" style=\"border:none;width:100%;height:100%;min-height:400px;\"><br \/>\n\t<\/iframe><\/p>\n<\/div>\n<div class=\"textbox exercises\">\n<h3>Learn By Doing<\/h3>\n<p>\t<iframe id=\"lumen_assessment_3904\" class=\"resizable\" src=\"https:\/\/assessments.lumenlearning.com\/assessments\/load?assessment_id=3904&#38;embed=1&#38;external_user_id=&#38;external_context_id=&#38;iframe_resize_id=lumen_assessment_3904\" frameborder=\"0\" style=\"border:none;width:100%;height:100%;min-height:400px;\"><br \/>\n\t<\/iframe><\/p>\n<p>\t<iframe id=\"lumen_assessment_3905\" class=\"resizable\" src=\"https:\/\/assessments.lumenlearning.com\/assessments\/load?assessment_id=3905&#38;embed=1&#38;external_user_id=&#38;external_context_id=&#38;iframe_resize_id=lumen_assessment_3905\" frameborder=\"0\" style=\"border:none;width:100%;height:100%;min-height:400px;\"><br \/>\n\t<\/iframe><\/p>\n<\/div>\n<p>&nbsp;<\/p>\n\n\t\t\t <section class=\"citations-section\" role=\"contentinfo\">\n\t\t\t <h3>Candela Citations<\/h3>\n\t\t\t\t\t <div>\n\t\t\t\t\t\t <div id=\"citation-list-384\">\n\t\t\t\t\t\t\t <div class=\"licensing\"><div class=\"license-attribution-dropdown-subheading\">CC licensed content, Shared previously<\/div><ul class=\"citation-list\"><li>Concepts in Statistics. <strong>Provided by<\/strong>: Open Learning Initiative. <strong>Located at<\/strong>: <a target=\"_blank\" href=\"http:\/\/oli.cmu.edu\">http:\/\/oli.cmu.edu<\/a>. <strong>License<\/strong>: <em><a target=\"_blank\" rel=\"license\" href=\"https:\/\/creativecommons.org\/licenses\/by\/4.0\/\">CC BY: Attribution<\/a><\/em><\/li><\/ul><\/div>\n\t\t\t\t\t\t <\/div>\n\t\t\t\t\t <\/div>\n\t\t\t <\/section>","protected":false},"author":163,"menu_order":3,"template":"","meta":{"_candela_citation":"[{\"type\":\"cc\",\"description\":\"Concepts in Statistics\",\"author\":\"\",\"organization\":\"Open Learning Initiative\",\"url\":\"http:\/\/oli.cmu.edu\",\"project\":\"\",\"license\":\"cc-by\",\"license_terms\":\"\"}]","CANDELA_OUTCOMES_GUID":"25897541-5b20-4570-a309-a3d7d6427e5c","pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"class_list":["post-384","chapter","type-chapter","status-web-only","hentry"],"part":381,"_links":{"self":[{"href":"https:\/\/courses.lumenlearning.com\/atd-herkimer-statisticssocsci\/wp-json\/pressbooks\/v2\/chapters\/384","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/courses.lumenlearning.com\/atd-herkimer-statisticssocsci\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/courses.lumenlearning.com\/atd-herkimer-statisticssocsci\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/atd-herkimer-statisticssocsci\/wp-json\/wp\/v2\/users\/163"}],"version-history":[{"count":1,"href":"https:\/\/courses.lumenlearning.com\/atd-herkimer-statisticssocsci\/wp-json\/pressbooks\/v2\/chapters\/384\/revisions"}],"predecessor-version":[{"id":1083,"href":"https:\/\/courses.lumenlearning.com\/atd-herkimer-statisticssocsci\/wp-json\/pressbooks\/v2\/chapters\/384\/revisions\/1083"}],"part":[{"href":"https:\/\/courses.lumenlearning.com\/atd-herkimer-statisticssocsci\/wp-json\/pressbooks\/v2\/parts\/381"}],"metadata":[{"href":"https:\/\/courses.lumenlearning.com\/atd-herkimer-statisticssocsci\/wp-json\/pressbooks\/v2\/chapters\/384\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/courses.lumenlearning.com\/atd-herkimer-statisticssocsci\/wp-json\/wp\/v2\/media?parent=384"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/atd-herkimer-statisticssocsci\/wp-json\/pressbooks\/v2\/chapter-type?post=384"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/atd-herkimer-statisticssocsci\/wp-json\/wp\/v2\/contributor?post=384"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/atd-herkimer-statisticssocsci\/wp-json\/wp\/v2\/license?post=384"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}