{"id":132,"date":"2018-10-31T18:09:03","date_gmt":"2018-10-31T22:09:03","guid":{"rendered":"https:\/\/pressbooks.bccampus.ca\/simplestats\/?post_type=chapter&#038;p=132"},"modified":"2019-11-15T18:44:39","modified_gmt":"2019-11-15T23:44:39","slug":"10-2-basics-of-linear-regression","status":"publish","type":"chapter","link":"https:\/\/pressbooks.bccampus.ca\/simplestats\/chapter\/10-2-basics-of-linear-regression\/","title":{"raw":"10.2 Basics of Linear Regression","rendered":"10.2 Basics of Linear Regression"},"content":{"raw":"[latexpage]\r\n\r\nYou may find it surprising but you already <em>have<\/em> an idea about linear regression from Section 7.2.3. Again, when describing and examining the association between two continuous variables, we can use the correlation coefficient <em>r<\/em> and a scatterplot plotting the observations in a coordinate system. To visualize the linear relationship between the variables, we could also add a <em>line of best fit<\/em> to the scatterplot. The line of best fit is actually also called a <em>regression line<\/em>; and regression itself is based upon the concepts of correlation and variance, with which you are already familiar.\r\n\r\n&nbsp;\r\n\r\nYou might be asking yourselves at this point what regression adds to the analysis of two continuous variables, or in other words, why do we even need it -- don't we already have Pearson's <em>r<\/em> for that? As you will see in the examples below,<strong> linear regression allows us to precisely calculate and predict a change in the <em>dependent<\/em> variable that is due to the<em> independent<\/em> variable<\/strong>.\r\n\r\n&nbsp;\r\n\r\nWhat we say in this case is that <strong>the independent variable <em>explains<\/em> a percentage of the variance of the dependent variable<\/strong>. Think about it this way: the dependent variable varies due to arguably many causes (i.e., independent variables), which affect it to a different extent and which each explain some part of its total variance. <strong>Through linear regression, we are able to quantify to what extent an independent variable explains the variability of the dependent variable, i.e., to what extent it affects it<\/strong>[footnote]Multivariate regression thus allows for direct comparisons of the size of the independent variables' effects. In the bivariate case, we only focus on the effect of<em> one<\/em> independent variable, without considering and accounting for others -- which is not something you should do in a real-life social science research, especially in terms of causal analysis. Again, the bivariate case serves only as an illustration\/introduction to the expansive topic of regression in general.[\/footnote]<strong>.<\/strong> To take the example about parental and offspring education from the previous section, doing a regression analysis on these two variables would allow us to predict how much more education a respondent is expected to have for one more year of schooling for the parent[footnote]Or, to put it differently, if one father has one more year of schooling than anther father, how much more schooling the offspring of the first would be expected to have in comparison to the offspring of the second.[\/footnote] (father, in our case), and what percent of respondent's schooling is explained by the years of education of the parent.\r\n\r\n&nbsp;\r\n\r\nHow does linear regression do all that? To put it simply, through the regression line (of best fit), or more precisely, through the way the regression line is created.\r\n\r\n&nbsp;\r\n\r\n<strong>The linear function.<\/strong> How do you draw a line? The simplest method requires exactly two pieces of information: a starting point of the line, and an indicator of slope (so that you know whether the line is straight, sloping upward, or sloping downward). This is captured in the following formula:\r\n\r\n&nbsp;\r\n\r\n$$y=\\alpha + \\beta x$$\r\n\r\n&nbsp;\r\n\r\nwhere\u00a0<em>\u03b1<\/em> is the line's starting point and\u00a0<em>\u03b2<\/em> is the slope of the line. The two variables, <em>x<\/em> and <em>y<\/em>, are the independent and the dependent variable, respectively: we know this because the formula establishes\u00a0<em>y<\/em> as a <em>function<\/em> of <em>x<\/em> (i.e., if we know <em>\u03b1<\/em> and <em>\u03b2<\/em>, we can calculate <em>y<\/em> for any value of <em>x<\/em>).\r\n\r\n&nbsp;\r\n\r\nLet's take a brief example.\r\n\r\n&nbsp;\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\"><em>Example 10.2 Class Assignment Mark<\/em><\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\n&nbsp;\r\n\r\nImagine you are given a written, take-home assignment in some class. Your professor has stipulated that there are three part of the assignment, each worth 30 points, and that you would receive 10 points just for turning in your work.\r\n\r\n&nbsp;\r\n\r\nIn this case, your assignment mark is entirely a function of your submitted work. You will be getting 10 points to start with, then 30 points for fulfilling each of the three requirements. The class grades on the submitted assignments could thus be 10 points (0 completed requirements), 40 points (1 completed requirement), 70 points (2 completed requirements), and 100 points (3 completed requirements). Figure 10.1 plots this.\r\n\r\n&nbsp;\r\n\r\n<em>Figure 10.1 Assignment Mark as a Function of Completed Requirements<\/em>\r\n\r\n<img src=\"https:\/\/pressbooks.bccampus.ca\/simplestats\/wp-content\/uploads\/sites\/564\/2019\/04\/scatterplot-class-assignment-requirements-markA-1.png\" alt=\"\" width=\"462\" height=\"370\" class=\"wp-image-1344 size-full aligncenter\" \/>\r\n\r\n<\/div>\r\n&nbsp;\r\n<div class=\"textbox__content\">\r\n\r\n&nbsp;\r\n\r\nAs you can see, the relationship between the two variables, <em>assignment requirements completed<\/em> and <em>assignment mark<\/em>, is simply\r\n\r\n&nbsp;\r\n\r\n$$y=10+30x$$\r\n\r\n&nbsp;\r\n\r\nas helpfully shown in the graph itself. This is a summary form of having to write out all the observations:\r\n<ul>\r\n \t<li>when x=0, $y=10+30x=10+30\\times 0=10+0=10$<\/li>\r\n \t<li>when x=1, $y=10+30x= 10+30\\times 1=10+30=40$<\/li>\r\n \t<li>when x=2, $y=10+30x= 10+30\\times 2=10+60=70$<\/li>\r\n \t<li>when x=3, $y=10+30x= 10+30\\times 3=10+90=100$[footnote]Of course, to draw a line you only really need <em>two<\/em> points. Thus if you only take <em>x<\/em>=0\/<em>y<\/em>=10 and <em>x<\/em>=3\/<em>y<\/em>=100 and connect these points with a line, the line will also pass through <em>x<\/em>=1\/<em>y<\/em>=40 and <em>x<\/em>=2\/<em>y<\/em>=70. This is a useful property if you need to draw a line by hand.[\/footnote].<\/li>\r\n<\/ul>\r\n<\/div>\r\n<\/div>\r\n&nbsp;\r\n\r\nIn the example above\u00a0<em>\u03b1<\/em>=10 and\u00a0<em>\u03b2<\/em>=30: the line starts at <em>x<\/em>=0 and <em>y<\/em>=10, and for each additional unit of <em>x<\/em> (i.e., each additional requirement completed), <em>y<\/em> increases by 30 points.\r\n\r\n&nbsp;\r\n\r\nIn fact, these are the exact definitions of\u00a0<em>\u03b1<\/em> and\u00a0<em>\u03b2<\/em>. That is,\u00a0<strong><em>\u03b1<\/em> is the value of <em>y<\/em> when <em>x<\/em>=0, also called <em>Y-intercept<\/em><\/strong> (as it shows where the regression line crosses the vertical <em>Y<\/em>-axis), and\u00a0<strong><em>\u03b2<\/em> is the <em>slope<\/em>, also called the <em>regression coefficient<\/em>, i.e., the amount of change in the dependent variable <em>y<\/em> expected for every unit change in the independent variable<em> x<\/em> (or simply, the size of the effect of <em>x<\/em> on <em>y<\/em>)<\/strong>.\r\n\r\n&nbsp;\r\n\r\nLet's now take a look at the regression model in detail.","rendered":"<p>You may find it surprising but you already <em>have<\/em> an idea about linear regression from Section 7.2.3. Again, when describing and examining the association between two continuous variables, we can use the correlation coefficient <em>r<\/em> and a scatterplot plotting the observations in a coordinate system. To visualize the linear relationship between the variables, we could also add a <em>line of best fit<\/em> to the scatterplot. The line of best fit is actually also called a <em>regression line<\/em>; and regression itself is based upon the concepts of correlation and variance, with which you are already familiar.<\/p>\n<p>&nbsp;<\/p>\n<p>You might be asking yourselves at this point what regression adds to the analysis of two continuous variables, or in other words, why do we even need it &#8212; don&#8217;t we already have Pearson&#8217;s <em>r<\/em> for that? As you will see in the examples below,<strong> linear regression allows us to precisely calculate and predict a change in the <em>dependent<\/em> variable that is due to the<em> independent<\/em> variable<\/strong>.<\/p>\n<p>&nbsp;<\/p>\n<p>What we say in this case is that <strong>the independent variable <em>explains<\/em> a percentage of the variance of the dependent variable<\/strong>. Think about it this way: the dependent variable varies due to arguably many causes (i.e., independent variables), which affect it to a different extent and which each explain some part of its total variance. <strong>Through linear regression, we are able to quantify to what extent an independent variable explains the variability of the dependent variable, i.e., to what extent it affects it<\/strong><a class=\"footnote\" title=\"Multivariate regression thus allows for direct comparisons of the size of the independent variables' effects. In the bivariate case, we only focus on the effect of one independent variable, without considering and accounting for others -- which is not something you should do in a real-life social science research, especially in terms of causal analysis. Again, the bivariate case serves only as an illustration\/introduction to the expansive topic of regression in general.\" id=\"return-footnote-132-1\" href=\"#footnote-132-1\" aria-label=\"Footnote 1\"><sup class=\"footnote\">[1]<\/sup><\/a><strong>.<\/strong> To take the example about parental and offspring education from the previous section, doing a regression analysis on these two variables would allow us to predict how much more education a respondent is expected to have for one more year of schooling for the parent<a class=\"footnote\" title=\"Or, to put it differently, if one father has one more year of schooling than anther father, how much more schooling the offspring of the first would be expected to have in comparison to the offspring of the second.\" id=\"return-footnote-132-2\" href=\"#footnote-132-2\" aria-label=\"Footnote 2\"><sup class=\"footnote\">[2]<\/sup><\/a> (father, in our case), and what percent of respondent&#8217;s schooling is explained by the years of education of the parent.<\/p>\n<p>&nbsp;<\/p>\n<p>How does linear regression do all that? To put it simply, through the regression line (of best fit), or more precisely, through the way the regression line is created.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>The linear function.<\/strong> How do you draw a line? The simplest method requires exactly two pieces of information: a starting point of the line, and an indicator of slope (so that you know whether the line is straight, sloping upward, or sloping downward). This is captured in the following formula:<\/p>\n<p>&nbsp;<\/p>\n<p class=\"ql-center-displayed-equation\" style=\"line-height: 16px;\"><span class=\"ql-right-eqno\"> &nbsp; <\/span><span class=\"ql-left-eqno\"> &nbsp; <\/span><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/simplestats\/wp-content\/ql-cache\/quicklatex.com-b9ac66ac31e50212f91c42437d5cff23_l3.png\" height=\"16\" width=\"87\" class=\"ql-img-displayed-equation quicklatex-auto-format\" alt=\"&#92;&#091;&#121;&#61;&#92;&#97;&#108;&#112;&#104;&#97;&#32;&#43;&#32;&#92;&#98;&#101;&#116;&#97;&#32;&#120;&#92;&#093;\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>where\u00a0<em>\u03b1<\/em> is the line&#8217;s starting point and\u00a0<em>\u03b2<\/em> is the slope of the line. The two variables, <em>x<\/em> and <em>y<\/em>, are the independent and the dependent variable, respectively: we know this because the formula establishes\u00a0<em>y<\/em> as a <em>function<\/em> of <em>x<\/em> (i.e., if we know <em>\u03b1<\/em> and <em>\u03b2<\/em>, we can calculate <em>y<\/em> for any value of <em>x<\/em>).<\/p>\n<p>&nbsp;<\/p>\n<p>Let&#8217;s take a brief example.<\/p>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\"><em>Example 10.2 Class Assignment Mark<\/em><\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>&nbsp;<\/p>\n<p>Imagine you are given a written, take-home assignment in some class. Your professor has stipulated that there are three part of the assignment, each worth 30 points, and that you would receive 10 points just for turning in your work.<\/p>\n<p>&nbsp;<\/p>\n<p>In this case, your assignment mark is entirely a function of your submitted work. You will be getting 10 points to start with, then 30 points for fulfilling each of the three requirements. The class grades on the submitted assignments could thus be 10 points (0 completed requirements), 40 points (1 completed requirement), 70 points (2 completed requirements), and 100 points (3 completed requirements). Figure 10.1 plots this.<\/p>\n<p>&nbsp;<\/p>\n<p><em>Figure 10.1 Assignment Mark as a Function of Completed Requirements<\/em><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/simplestats\/wp-content\/uploads\/sites\/564\/2019\/04\/scatterplot-class-assignment-requirements-markA-1.png\" alt=\"\" width=\"462\" height=\"370\" class=\"wp-image-1344 size-full aligncenter\" srcset=\"https:\/\/pressbooks.bccampus.ca\/simplestats\/wp-content\/uploads\/sites\/564\/2019\/04\/scatterplot-class-assignment-requirements-markA-1.png 462w, https:\/\/pressbooks.bccampus.ca\/simplestats\/wp-content\/uploads\/sites\/564\/2019\/04\/scatterplot-class-assignment-requirements-markA-1-300x240.png 300w, https:\/\/pressbooks.bccampus.ca\/simplestats\/wp-content\/uploads\/sites\/564\/2019\/04\/scatterplot-class-assignment-requirements-markA-1-65x52.png 65w, https:\/\/pressbooks.bccampus.ca\/simplestats\/wp-content\/uploads\/sites\/564\/2019\/04\/scatterplot-class-assignment-requirements-markA-1-225x180.png 225w, https:\/\/pressbooks.bccampus.ca\/simplestats\/wp-content\/uploads\/sites\/564\/2019\/04\/scatterplot-class-assignment-requirements-markA-1-350x280.png 350w\" sizes=\"auto, (max-width: 462px) 100vw, 462px\" \/><\/p>\n<\/div>\n<p>&nbsp;<\/p>\n<div class=\"textbox__content\">\n<p>&nbsp;<\/p>\n<p>As you can see, the relationship between the two variables, <em>assignment requirements completed<\/em> and <em>assignment mark<\/em>, is simply<\/p>\n<p>&nbsp;<\/p>\n<p class=\"ql-center-displayed-equation\" style=\"line-height: 16px;\"><span class=\"ql-right-eqno\"> &nbsp; <\/span><span class=\"ql-left-eqno\"> &nbsp; <\/span><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/simplestats\/wp-content\/ql-cache\/quicklatex.com-b99f276d438a5de736e61a943f0a7a1b_l3.png\" height=\"16\" width=\"100\" class=\"ql-img-displayed-equation quicklatex-auto-format\" alt=\"&#92;&#091;&#121;&#61;&#49;&#48;&#43;&#51;&#48;&#120;&#92;&#093;\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>as helpfully shown in the graph itself. This is a summary form of having to write out all the observations:<\/p>\n<ul>\n<li>when x=0, <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/simplestats\/wp-content\/ql-cache\/quicklatex.com-a83da0f11371bc6db80175b9d30873f3_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#121;&#61;&#49;&#48;&#43;&#51;&#48;&#120;&#61;&#49;&#48;&#43;&#51;&#48;&#92;&#116;&#105;&#109;&#101;&#115;&#32;&#48;&#61;&#49;&#48;&#43;&#48;&#61;&#49;&#48;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"325\" style=\"vertical-align: -4px;\" \/><\/li>\n<li>when x=1, <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/simplestats\/wp-content\/ql-cache\/quicklatex.com-bf113e9d9f88bfe05a1c8b1b136b3769_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#121;&#61;&#49;&#48;&#43;&#51;&#48;&#120;&#61;&#32;&#49;&#48;&#43;&#51;&#48;&#92;&#116;&#105;&#109;&#101;&#115;&#32;&#49;&#61;&#49;&#48;&#43;&#51;&#48;&#61;&#52;&#48;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"334\" style=\"vertical-align: -4px;\" \/><\/li>\n<li>when x=2, <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/simplestats\/wp-content\/ql-cache\/quicklatex.com-b2a0d3a6e124c1ab68eebb2b19ebac8e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#121;&#61;&#49;&#48;&#43;&#51;&#48;&#120;&#61;&#32;&#49;&#48;&#43;&#51;&#48;&#92;&#116;&#105;&#109;&#101;&#115;&#32;&#50;&#61;&#49;&#48;&#43;&#54;&#48;&#61;&#55;&#48;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"334\" style=\"vertical-align: -4px;\" \/><\/li>\n<li>when x=3, <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/simplestats\/wp-content\/ql-cache\/quicklatex.com-2da83818116e58482a50742009a94d67_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#121;&#61;&#49;&#48;&#43;&#51;&#48;&#120;&#61;&#32;&#49;&#48;&#43;&#51;&#48;&#92;&#116;&#105;&#109;&#101;&#115;&#32;&#51;&#61;&#49;&#48;&#43;&#57;&#48;&#61;&#49;&#48;&#48;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"343\" style=\"vertical-align: -4px;\" \/><a class=\"footnote\" title=\"Of course, to draw a line you only really need two points. Thus if you only take x=0\/y=10 and x=3\/y=100 and connect these points with a line, the line will also pass through x=1\/y=40 and x=2\/y=70. This is a useful property if you need to draw a line by hand.\" id=\"return-footnote-132-3\" href=\"#footnote-132-3\" aria-label=\"Footnote 3\"><sup class=\"footnote\">[3]<\/sup><\/a>.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<p>In the example above\u00a0<em>\u03b1<\/em>=10 and\u00a0<em>\u03b2<\/em>=30: the line starts at <em>x<\/em>=0 and <em>y<\/em>=10, and for each additional unit of <em>x<\/em> (i.e., each additional requirement completed), <em>y<\/em> increases by 30 points.<\/p>\n<p>&nbsp;<\/p>\n<p>In fact, these are the exact definitions of\u00a0<em>\u03b1<\/em> and\u00a0<em>\u03b2<\/em>. That is,\u00a0<strong><em>\u03b1<\/em> is the value of <em>y<\/em> when <em>x<\/em>=0, also called <em>Y-intercept<\/em><\/strong> (as it shows where the regression line crosses the vertical <em>Y<\/em>-axis), and\u00a0<strong><em>\u03b2<\/em> is the <em>slope<\/em>, also called the <em>regression coefficient<\/em>, i.e., the amount of change in the dependent variable <em>y<\/em> expected for every unit change in the independent variable<em> x<\/em> (or simply, the size of the effect of <em>x<\/em> on <em>y<\/em>)<\/strong>.<\/p>\n<p>&nbsp;<\/p>\n<p>Let&#8217;s now take a look at the regression model in detail.<\/p>\n<hr class=\"before-footnotes clear\" \/><div class=\"footnotes\"><ol><li id=\"footnote-132-1\">Multivariate regression thus allows for direct comparisons of the size of the independent variables' effects. In the bivariate case, we only focus on the effect of<em> one<\/em> independent variable, without considering and accounting for others -- which is not something you should do in a real-life social science research, especially in terms of causal analysis. Again, the bivariate case serves only as an illustration\/introduction to the expansive topic of regression in general. <a href=\"#return-footnote-132-1\" class=\"return-footnote\" aria-label=\"Return to footnote 1\">&crarr;<\/a><\/li><li id=\"footnote-132-2\">Or, to put it differently, if one father has one more year of schooling than anther father, how much more schooling the offspring of the first would be expected to have in comparison to the offspring of the second. <a href=\"#return-footnote-132-2\" class=\"return-footnote\" aria-label=\"Return to footnote 2\">&crarr;<\/a><\/li><li id=\"footnote-132-3\">Of course, to draw a line you only really need <em>two<\/em> points. Thus if you only take <em>x<\/em>=0\/<em>y<\/em>=10 and <em>x<\/em>=3\/<em>y<\/em>=100 and connect these points with a line, the line will also pass through <em>x<\/em>=1\/<em>y<\/em>=40 and <em>x<\/em>=2\/<em>y<\/em>=70. This is a useful property if you need to draw a line by hand. <a href=\"#return-footnote-132-3\" class=\"return-footnote\" aria-label=\"Return to footnote 3\">&crarr;<\/a><\/li><\/ol><\/div>","protected":false},"author":533,"menu_order":2,"template":"","meta":{"pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"class_list":["post-132","chapter","type-chapter","status-publish","hentry"],"part":128,"_links":{"self":[{"href":"https:\/\/pressbooks.bccampus.ca\/simplestats\/wp-json\/pressbooks\/v2\/chapters\/132","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pressbooks.bccampus.ca\/simplestats\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/pressbooks.bccampus.ca\/simplestats\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/pressbooks.bccampus.ca\/simplestats\/wp-json\/wp\/v2\/users\/533"}],"version-history":[{"count":18,"href":"https:\/\/pressbooks.bccampus.ca\/simplestats\/wp-json\/pressbooks\/v2\/chapters\/132\/revisions"}],"predecessor-version":[{"id":2146,"href":"https:\/\/pressbooks.bccampus.ca\/simplestats\/wp-json\/pressbooks\/v2\/chapters\/132\/revisions\/2146"}],"part":[{"href":"https:\/\/pressbooks.bccampus.ca\/simplestats\/wp-json\/pressbooks\/v2\/parts\/128"}],"metadata":[{"href":"https:\/\/pressbooks.bccampus.ca\/simplestats\/wp-json\/pressbooks\/v2\/chapters\/132\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/pressbooks.bccampus.ca\/simplestats\/wp-json\/wp\/v2\/media?parent=132"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/pressbooks.bccampus.ca\/simplestats\/wp-json\/pressbooks\/v2\/chapter-type?post=132"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/pressbooks.bccampus.ca\/simplestats\/wp-json\/wp\/v2\/contributor?post=132"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/pressbooks.bccampus.ca\/simplestats\/wp-json\/wp\/v2\/license?post=132"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}