{"id":5553,"date":"2022-09-21T19:55:59","date_gmt":"2022-09-21T19:55:59","guid":{"rendered":"https:\/\/courses.lumenlearning.com\/lumen-danacenter-statsmockup\/?post_type=chapter&#038;p=5553"},"modified":"2022-10-18T07:18:52","modified_gmt":"2022-10-18T07:18:52","slug":"17b-inclass","status":"publish","type":"chapter","link":"https:\/\/courses.lumenlearning.com\/lumen-danacenter-statsmockup\/chapter\/17b-inclass\/","title":{"raw":"17B InClass","rendered":"17B InClass"},"content":{"raw":"<div id=\"bp-page-1\" class=\"page\" data-page-number=\"1\" data-loaded=\"true\">\r\n<div class=\"textLayer\">\r\n<div class=\"textbox key-takeaways\">\r\n<h3>Question 1<\/h3>\r\n1) Considerthe \u201cHigh School and Beyond\u201ddataset. What is anadditional explanatory variable (that is categorical)thatmight be related to science test scores?\r\n\r\n<\/div>\r\n<\/div>\r\n<div class=\"textLayer\">In this in-class activity, we will continue using the \u201cHigh School and Beyond\u201ddataset we saw in In-Class Activity 17.A. Recall that the dataset contains information about high school student achievement scores on math, science, reading, writing, and social studies tests. The dataset contains information about 200 high school students and 10 variables for each student. Descriptions of the variables are as follows:<\/div>\r\n<div>\r\n\r\n[caption id=\"attachment_2181\" align=\"alignnone\" width=\"1037\"]<img class=\"wp-image-2181\" src=\"https:\/\/s3-us-west-2.amazonaws.com\/courses-images\/wp-content\/uploads\/sites\/5738\/2022\/01\/27015847\/Picture1201-300x200.jpg\" alt=\"A person in a wheelchair and wearing a disposable mask sitting at an outdoor table working on a laptop.\" width=\"1037\" height=\"691\" \/> Credit: iStock\/Courtney Hale[\/caption]\r\n\r\n<\/div>\r\n<div class=\"textLayer\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><strong>Variable name<\/strong><\/td>\r\n<td><strong>Definition<\/strong><\/td>\r\n<\/tr>\r\n<tr>\r\n<td><em>id<\/em><\/td>\r\n<td>Identification number of the student<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><em>female<\/em><\/td>\r\n<td>Gender of the student (0 = male, 1 = female)<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><em>race<\/em><\/td>\r\n<td>Ethnic background of the student (1 = Hispanic, 2 = Asian, 3 = Black, 4 = White)<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><em>ses<\/em><\/td>\r\n<td>Socio-economic status of the student (1 = low, 2 = medium, 3 = high)<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><em>schtyp<\/em><\/td>\r\n<td>School type (1 = public, 2 = private)<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><em>prog<\/em><\/td>\r\n<td>Program type (1 = general, 2 = academic preparatory, 3 = vocational\/technical)<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><em>read<\/em><\/td>\r\n<td>Score from test of reading<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><em>write<\/em><\/td>\r\n<td>Score from test of writing<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><em>math<\/em><\/td>\r\n<td>Score from test of math<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><em>science<\/em><\/td>\r\n<td>Score from test of science<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><em>socst<\/em><\/td>\r\n<td>Score from test of social studies<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\nQuestions 2\u20135: We are interested in building a prediction model that will allow us to predict science test scores based on math test scores and recorded gender.<\/div>\r\n<div><\/div>\r\n<div class=\"textLayer\">\r\n<div class=\"textbox key-takeaways\">\r\n<h3>Question 2<\/h3>\r\n2) What is the response variable? Identify the variable name from the dataset.\r\n\r\n<\/div>\r\n<\/div>\r\n<div class=\"textLayer\">\r\n<div class=\"textbox key-takeaways\">\r\n<h3>Question 3<\/h3>\r\n3) What are the explanatory variables? Identify the variable names from the dataset.\r\n\r\n<\/div>\r\n<\/div>\r\n<div class=\"textLayer\">\r\n<div class=\"textbox key-takeaways\">\r\n<h3>Question 4<\/h3>\r\n4) What type of variables are the explanatory variables?\r\n\r\n<\/div>\r\n<\/div>\r\n<div class=\"textLayer\">\r\n<div class=\"textbox key-takeaways\">\r\n<h3>Question 5<\/h3>\r\n5) How many levels do the categorical explanatory variables have? What are the levels? How can we incorporate a categorical variable like gender into a regression equation?\r\n\r\n<\/div>\r\n<\/div>\r\n<div class=\"textLayer\">This is done by using an indicator variable for the categorical variable and then using that variable in fitting the linear regression model.\u00a0<span style=\"font-size: 1em;\">An indicator variable is a binary variable with only two values: 0 and 1. When creating an indicator variable, we assign the value of1 for a certain category, and the value of 0 is used for all other categories. An example of an indicator variable is the variable schtyp in the dataset about the school typeof the students. For the variable schtyp, the value of 1 indicates that the student attends a public school and the value of 2 indicates that the student attends a private school. <\/span><\/div>\r\n<div><\/div>\r\n<div class=\"textLayer\">\r\n<div class=\"textbox key-takeaways\">\r\n<h3>Question 6<\/h3>\r\n<div class=\"textLayer\"><span style=\"font-size: 1em;\">6) Let\u2019s practice creating an indicator variable of 0 and 1 values for the categorical variable schtyp using observations from the dataset.<\/span><\/div>\r\n<div class=\"textLayer\"><span style=\"font-size: 1em;\">Part A: Let\u2019s define a new indicator variable called public. We often give convenient names to indicator variables The variable publicis equal to 1 when the school type is public and 0 for otherwise. What would be the valueof each levelfor the indicator variable? <\/span><\/div>\r\n<div class=\"textLayer\"><span style=\"font-size: 1em;\">Part B: Fill in the appropriate values in the following table for the indicator variablepublic.<\/span><\/div>\r\n<div>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><strong><em>id<\/em><\/strong><\/td>\r\n<td><strong><em>schtyp<\/em><\/strong><\/td>\r\n<td><strong>Indicator variable (<em>public<\/em>)<\/strong><\/td>\r\n<\/tr>\r\n<tr>\r\n<td>30<\/td>\r\n<td>1<\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td>31<\/td>\r\n<td>2<\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td>32<\/td>\r\n<td>1<\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td>33<\/td>\r\n<td>1<\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<tr>\r\n<td>34<\/td>\r\n<td>2<\/td>\r\n<td><\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<div class=\"textLayer\"><span style=\"font-size: 1em;\">If there are \ud835\udc58 levels of a categorical variable, we can create \ud835\udc58\u22121indicator variables to define our regression model. We use an indicator variable for a categorical variable in order to clarify which category we want as our reference group for the model equation. A reference group is the value of the categorical variable that is not represented explicitly by the indicator variable (which is why we only require \ud835\udc58\u22121indicator variables to define our regression model). For example, the reference group for the indicator variable public=0 is the category indicating private school students.\u00a0<\/span>Recall that we are interested in building a prediction model that will allow us to predict science test scores based on math test scores and gender. After creating the indicator variable, our model will have math test scores and the indicator variable female as the explanatory variables.<\/div>\r\n<div class=\"textLayer\">\r\n<div class=\"textbox key-takeaways\">\r\n<h3>Question 7<\/h3>\r\n<div class=\"textLayer\">7) Using the following output from a multiple linear regression model, write the multiple linear regression equation for predicting science test scores using the explanatory variables of math and gender.\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><strong>Coefficients<\/strong><\/td>\r\n<td><strong>Estimate<\/strong><\/td>\r\n<\/tr>\r\n<tr>\r\n<td>Intercept<\/td>\r\n<td>18.12<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><em>math<\/em><\/td>\r\n<td>0.66<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><em>female<\/em> - indicator variable (1 = female)*<\/td>\r\n<td>2.16<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<span style=\"font-size: 0.9em;\">*Reference category is 0, which means male<\/span><\/div>\r\n<\/div>\r\n<\/div>\r\n<div class=\"textLayer\">\r\n<div class=\"textbox key-takeaways\">\r\n<h3>Question 8<\/h3>\r\n8) When interpreting the slope of an indicator variable, do you think it is appropriate to say \u201cfor each one-unit increase?\u201d Explain. Hint: What does a one-unit increase mean in the context of an indicator variable? Is that meaningful?\r\n\r\n<\/div>\r\n<\/div>\r\n<div class=\"textLayer\">In the additive model used (a non-additive model will be discussed inIn-Class Activity17.C), the regression coefficient for an indicator variable is the average difference in the explanatory variable compared to the reference group(the group for whom the indicator variable is equal to 0, holding all other explanatory variables constant).<\/div>\r\n<div class=\"textLayer\">\r\n<div class=\"textbox key-takeaways\">\r\n<h3>Question 9<\/h3>\r\n9) The following figure visualizes the fitted regression model. What features do you notice?\r\n\r\n<img class=\"alignnone wp-image-2182\" src=\"https:\/\/s3-us-west-2.amazonaws.com\/courses-images\/wp-content\/uploads\/sites\/5738\/2022\/01\/27015852\/Picture1212-300x198.png\" alt=\"A scatterplot labeled \u201cmath\u201d on the horizontal axis and \u201cscience\u201d on the y-axis. There is a legend titled gender showing that the blue line and points indicate female and the red line and points indicate male. The red dots are arranged in a loosely linear pattern. The red line has a positive slope. The blue dots are also arranged in a loosely linear pattern and the blue line appears to have a similar slope to the red line, but is slightly beneath it.\" width=\"945\" height=\"624\" \/>\r\n\r\n<\/div>\r\n<\/div>\r\n<div class=\"textLayer\">\r\n<div class=\"textbox key-takeaways\">\r\n<h3>Question 10<\/h3>\r\n10) What is the interpretation of the slope for the explanatory variable of the indicator variable (female) in the context of the dataset?\r\n\r\n<\/div>\r\n<\/div>\r\n<div class=\"textLayer\">\r\n<div class=\"textbox key-takeaways\">\r\n<h3>Question 11<\/h3>\r\n11) Does there appear to be a difference in the expected science scores for male and female students, controlling for math scores? Explain.\r\n\r\n<\/div>\r\n<\/div>\r\n<\/div>","rendered":"<div id=\"bp-page-1\" class=\"page\" data-page-number=\"1\" data-loaded=\"true\">\n<div class=\"textLayer\">\n<div class=\"textbox key-takeaways\">\n<h3>Question 1<\/h3>\n<p>1) Considerthe \u201cHigh School and Beyond\u201ddataset. What is anadditional explanatory variable (that is categorical)thatmight be related to science test scores?<\/p>\n<\/div>\n<\/div>\n<div class=\"textLayer\">In this in-class activity, we will continue using the \u201cHigh School and Beyond\u201ddataset we saw in In-Class Activity 17.A. Recall that the dataset contains information about high school student achievement scores on math, science, reading, writing, and social studies tests. The dataset contains information about 200 high school students and 10 variables for each student. Descriptions of the variables are as follows:<\/div>\n<div>\n<div id=\"attachment_2181\" style=\"width: 1047px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-2181\" class=\"wp-image-2181\" src=\"https:\/\/s3-us-west-2.amazonaws.com\/courses-images\/wp-content\/uploads\/sites\/5738\/2022\/01\/27015847\/Picture1201-300x200.jpg\" alt=\"A person in a wheelchair and wearing a disposable mask sitting at an outdoor table working on a laptop.\" width=\"1037\" height=\"691\" \/><\/p>\n<p id=\"caption-attachment-2181\" class=\"wp-caption-text\">Credit: iStock\/Courtney Hale<\/p>\n<\/div>\n<\/div>\n<div class=\"textLayer\">\n<table>\n<tbody>\n<tr>\n<td><strong>Variable name<\/strong><\/td>\n<td><strong>Definition<\/strong><\/td>\n<\/tr>\n<tr>\n<td><em>id<\/em><\/td>\n<td>Identification number of the student<\/td>\n<\/tr>\n<tr>\n<td><em>female<\/em><\/td>\n<td>Gender of the student (0 = male, 1 = female)<\/td>\n<\/tr>\n<tr>\n<td><em>race<\/em><\/td>\n<td>Ethnic background of the student (1 = Hispanic, 2 = Asian, 3 = Black, 4 = White)<\/td>\n<\/tr>\n<tr>\n<td><em>ses<\/em><\/td>\n<td>Socio-economic status of the student (1 = low, 2 = medium, 3 = high)<\/td>\n<\/tr>\n<tr>\n<td><em>schtyp<\/em><\/td>\n<td>School type (1 = public, 2 = private)<\/td>\n<\/tr>\n<tr>\n<td><em>prog<\/em><\/td>\n<td>Program type (1 = general, 2 = academic preparatory, 3 = vocational\/technical)<\/td>\n<\/tr>\n<tr>\n<td><em>read<\/em><\/td>\n<td>Score from test of reading<\/td>\n<\/tr>\n<tr>\n<td><em>write<\/em><\/td>\n<td>Score from test of writing<\/td>\n<\/tr>\n<tr>\n<td><em>math<\/em><\/td>\n<td>Score from test of math<\/td>\n<\/tr>\n<tr>\n<td><em>science<\/em><\/td>\n<td>Score from test of science<\/td>\n<\/tr>\n<tr>\n<td><em>socst<\/em><\/td>\n<td>Score from test of social studies<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Questions 2\u20135: We are interested in building a prediction model that will allow us to predict science test scores based on math test scores and recorded gender.<\/p><\/div>\n<div><\/div>\n<div class=\"textLayer\">\n<div class=\"textbox key-takeaways\">\n<h3>Question 2<\/h3>\n<p>2) What is the response variable? Identify the variable name from the dataset.<\/p>\n<\/div>\n<\/div>\n<div class=\"textLayer\">\n<div class=\"textbox key-takeaways\">\n<h3>Question 3<\/h3>\n<p>3) What are the explanatory variables? Identify the variable names from the dataset.<\/p>\n<\/div>\n<\/div>\n<div class=\"textLayer\">\n<div class=\"textbox key-takeaways\">\n<h3>Question 4<\/h3>\n<p>4) What type of variables are the explanatory variables?<\/p>\n<\/div>\n<\/div>\n<div class=\"textLayer\">\n<div class=\"textbox key-takeaways\">\n<h3>Question 5<\/h3>\n<p>5) How many levels do the categorical explanatory variables have? What are the levels? How can we incorporate a categorical variable like gender into a regression equation?<\/p>\n<\/div>\n<\/div>\n<div class=\"textLayer\">This is done by using an indicator variable for the categorical variable and then using that variable in fitting the linear regression model.\u00a0<span style=\"font-size: 1em;\">An indicator variable is a binary variable with only two values: 0 and 1. When creating an indicator variable, we assign the value of1 for a certain category, and the value of 0 is used for all other categories. An example of an indicator variable is the variable schtyp in the dataset about the school typeof the students. For the variable schtyp, the value of 1 indicates that the student attends a public school and the value of 2 indicates that the student attends a private school. <\/span><\/div>\n<div><\/div>\n<div class=\"textLayer\">\n<div class=\"textbox key-takeaways\">\n<h3>Question 6<\/h3>\n<div class=\"textLayer\"><span style=\"font-size: 1em;\">6) Let\u2019s practice creating an indicator variable of 0 and 1 values for the categorical variable schtyp using observations from the dataset.<\/span><\/div>\n<div class=\"textLayer\"><span style=\"font-size: 1em;\">Part A: Let\u2019s define a new indicator variable called public. We often give convenient names to indicator variables The variable publicis equal to 1 when the school type is public and 0 for otherwise. What would be the valueof each levelfor the indicator variable? <\/span><\/div>\n<div class=\"textLayer\"><span style=\"font-size: 1em;\">Part B: Fill in the appropriate values in the following table for the indicator variablepublic.<\/span><\/div>\n<div>\n<table>\n<tbody>\n<tr>\n<td><strong><em>id<\/em><\/strong><\/td>\n<td><strong><em>schtyp<\/em><\/strong><\/td>\n<td><strong>Indicator variable (<em>public<\/em>)<\/strong><\/td>\n<\/tr>\n<tr>\n<td>30<\/td>\n<td>1<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>31<\/td>\n<td>2<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>32<\/td>\n<td>1<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>33<\/td>\n<td>1<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>34<\/td>\n<td>2<\/td>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"textLayer\"><span style=\"font-size: 1em;\">If there are \ud835\udc58 levels of a categorical variable, we can create \ud835\udc58\u22121indicator variables to define our regression model. We use an indicator variable for a categorical variable in order to clarify which category we want as our reference group for the model equation. A reference group is the value of the categorical variable that is not represented explicitly by the indicator variable (which is why we only require \ud835\udc58\u22121indicator variables to define our regression model). For example, the reference group for the indicator variable public=0 is the category indicating private school students.\u00a0<\/span>Recall that we are interested in building a prediction model that will allow us to predict science test scores based on math test scores and gender. After creating the indicator variable, our model will have math test scores and the indicator variable female as the explanatory variables.<\/div>\n<div class=\"textLayer\">\n<div class=\"textbox key-takeaways\">\n<h3>Question 7<\/h3>\n<div class=\"textLayer\">7) Using the following output from a multiple linear regression model, write the multiple linear regression equation for predicting science test scores using the explanatory variables of math and gender.<\/p>\n<table>\n<tbody>\n<tr>\n<td><strong>Coefficients<\/strong><\/td>\n<td><strong>Estimate<\/strong><\/td>\n<\/tr>\n<tr>\n<td>Intercept<\/td>\n<td>18.12<\/td>\n<\/tr>\n<tr>\n<td><em>math<\/em><\/td>\n<td>0.66<\/td>\n<\/tr>\n<tr>\n<td><em>female<\/em> &#8211; indicator variable (1 = female)*<\/td>\n<td>2.16<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><span style=\"font-size: 0.9em;\">*Reference category is 0, which means male<\/span><\/div>\n<\/div>\n<\/div>\n<div class=\"textLayer\">\n<div class=\"textbox key-takeaways\">\n<h3>Question 8<\/h3>\n<p>8) When interpreting the slope of an indicator variable, do you think it is appropriate to say \u201cfor each one-unit increase?\u201d Explain. Hint: What does a one-unit increase mean in the context of an indicator variable? Is that meaningful?<\/p>\n<\/div>\n<\/div>\n<div class=\"textLayer\">In the additive model used (a non-additive model will be discussed inIn-Class Activity17.C), the regression coefficient for an indicator variable is the average difference in the explanatory variable compared to the reference group(the group for whom the indicator variable is equal to 0, holding all other explanatory variables constant).<\/div>\n<div class=\"textLayer\">\n<div class=\"textbox key-takeaways\">\n<h3>Question 9<\/h3>\n<p>9) The following figure visualizes the fitted regression model. What features do you notice?<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-2182\" src=\"https:\/\/s3-us-west-2.amazonaws.com\/courses-images\/wp-content\/uploads\/sites\/5738\/2022\/01\/27015852\/Picture1212-300x198.png\" alt=\"A scatterplot labeled \u201cmath\u201d on the horizontal axis and \u201cscience\u201d on the y-axis. There is a legend titled gender showing that the blue line and points indicate female and the red line and points indicate male. The red dots are arranged in a loosely linear pattern. The red line has a positive slope. The blue dots are also arranged in a loosely linear pattern and the blue line appears to have a similar slope to the red line, but is slightly beneath it.\" width=\"945\" height=\"624\" \/><\/p>\n<\/div>\n<\/div>\n<div class=\"textLayer\">\n<div class=\"textbox key-takeaways\">\n<h3>Question 10<\/h3>\n<p>10) What is the interpretation of the slope for the explanatory variable of the indicator variable (female) in the context of the dataset?<\/p>\n<\/div>\n<\/div>\n<div class=\"textLayer\">\n<div class=\"textbox key-takeaways\">\n<h3>Question 11<\/h3>\n<p>11) Does there appear to be a difference in the expected science scores for male and female students, controlling for math scores? Explain.<\/p>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"author":23592,"menu_order":68,"template":"","meta":{"_candela_citation":"[]","CANDELA_OUTCOMES_GUID":"","pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"class_list":["post-5553","chapter","type-chapter","status-publish","hentry"],"part":5543,"_links":{"self":[{"href":"https:\/\/courses.lumenlearning.com\/lumen-danacenter-statsmockup\/wp-json\/pressbooks\/v2\/chapters\/5553","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/courses.lumenlearning.com\/lumen-danacenter-statsmockup\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/courses.lumenlearning.com\/lumen-danacenter-statsmockup\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/lumen-danacenter-statsmockup\/wp-json\/wp\/v2\/users\/23592"}],"version-history":[{"count":3,"href":"https:\/\/courses.lumenlearning.com\/lumen-danacenter-statsmockup\/wp-json\/pressbooks\/v2\/chapters\/5553\/revisions"}],"predecessor-version":[{"id":5658,"href":"https:\/\/courses.lumenlearning.com\/lumen-danacenter-statsmockup\/wp-json\/pressbooks\/v2\/chapters\/5553\/revisions\/5658"}],"part":[{"href":"https:\/\/courses.lumenlearning.com\/lumen-danacenter-statsmockup\/wp-json\/pressbooks\/v2\/parts\/5543"}],"metadata":[{"href":"https:\/\/courses.lumenlearning.com\/lumen-danacenter-statsmockup\/wp-json\/pressbooks\/v2\/chapters\/5553\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/courses.lumenlearning.com\/lumen-danacenter-statsmockup\/wp-json\/wp\/v2\/media?parent=5553"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/lumen-danacenter-statsmockup\/wp-json\/pressbooks\/v2\/chapter-type?post=5553"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/lumen-danacenter-statsmockup\/wp-json\/wp\/v2\/contributor?post=5553"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/lumen-danacenter-statsmockup\/wp-json\/wp\/v2\/license?post=5553"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}