{"id":2189,"date":"2018-02-27T16:14:28","date_gmt":"2018-02-27T10:44:28","guid":{"rendered":"http:\/\/stepbystepschools.net\/?p=2189"},"modified":"2018-02-27T16:14:28","modified_gmt":"2018-02-27T10:44:28","slug":"data-science-training-in-mumbai-using-box-plot-with-r-programming-in-visual-studio","status":"publish","type":"post","link":"https:\/\/www.stepbystepschools.net\/?p=2189","title":{"rendered":"Data Science Training in Mumbai : &#8211; Using Box Plot with R Programming in Visual Studio."},"content":{"rendered":"<p><a href=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/02\/1-12.png\" rel=\"attachment wp-att-2190\"><img loading=\"lazy\" src=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/02\/1-12.png\" alt=\"1\" width=\"562\" height=\"310\" class=\"aligncenter size-full wp-image-2190\" srcset=\"https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/02\/1-12.png 562w, https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/02\/1-12-300x165.png 300w\" sizes=\"(max-width: 562px) 100vw, 562px\" \/><\/a><\/p>\n<p>Box Plot is a simple way of representing statistical data on a graph or plot in which a rectangle is drawn to represent the second and third quartiles which usually has a vertical line inside the rectangle to indicate the median value.<\/p>\n<p>In the Box Plot the lower and upper quartiles are shown as horizontal lines in either side of the rectangle.<\/p>\n<p>Boxplots are used to measure of how well distributed is the data in a data set also box plot divides the data set into three quartiles each.<\/p>\n<p>The minimum, maximum, median, first quartile and third quartile in the data set is represented in this graph.<\/p>\n<p>By drawing boxplots for each dataset we can compare the distribution of data across these data sets.<\/p>\n<p>The <b>boxplot()<\/b> function is used to create Boxplots in R.<\/p>\n<p>For plotting a boxplot function in R we use the following function:<\/p>\n<p><b>boxplot(x, data, notch, varwidth, names, main)<\/b><\/p>\n<p>Where<\/p>\n<ul>\n<li><b>x : <\/b>It is either a vector or a formula.<\/li>\n<li>data <b>:<\/b> It represents the data frame.<\/li>\n<li>notch <b>:<\/b> It is a logical value and it is set as TRUE to draw a notch.<\/li>\n<li>varwidth <b>:<\/b> It is a logical value also it is set as true to draw width of the box proportionate to the sample size.<\/li>\n<li>names <b>: <\/b>They are the group labels which will be printed under each boxplot.<\/li>\n<li>main <b>:<\/b> It is used to give a title to the graph.<\/li>\n<\/ul>\n<p>To create and run our R program in Visual Studio we must first install some tools<\/p>\n<p>Now open Visual Studio on your pc and then click on Get Tools and features&#8230; inside Tools.<\/p>\n<p><a href=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/02\/2-12.png\" rel=\"attachment wp-att-2191\"><img loading=\"lazy\" src=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/02\/2-12.png\" alt=\"2\" width=\"602\" height=\"61\" class=\"aligncenter size-full wp-image-2191\" srcset=\"https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/02\/2-12.png 602w, https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/02\/2-12-300x30.png 300w\" sizes=\"(max-width: 602px) 100vw, 602px\" \/><\/a><\/p>\n<p>Now in the feature installation window check and install the following features.<\/p>\n<p>For Visual Studio 2017<\/p>\n<p>Contains Tools for Data Science<\/p>\n<p><a href=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/02\/3-11.png\" rel=\"attachment wp-att-2193\"><img loading=\"lazy\" src=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/02\/3-11.png\" alt=\"3\" width=\"403\" height=\"86\" class=\"aligncenter size-full wp-image-2193\" srcset=\"https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/02\/3-11.png 403w, https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/02\/3-11-300x64.png 300w\" sizes=\"(max-width: 403px) 100vw, 403px\" \/><\/a><\/p>\n<p>After this please install R tools from the following link if the above package is not installed properly from the following link<\/p>\n<p>But it is not necessary<\/p>\n<p><a target=\"_blank\" href=\"https:\/\/docs.microsoft.com\/en-us\/visualstudio\/rtvs\/installing-r-tools-for-visual-studio\">https:\/\/docs.microsoft.com\/en-us\/visualstudio\/rtvs\/installing-r-tools-for-visual-studio<\/a><\/p>\n<p>You can also install R programming tool go to the following link for better support and download the software and install it.<\/p>\n<p><b>For Windows Users:<\/b><\/p>\n<p><a target=\"_blank\" href=\"https:\/\/ftp.iitm.ac.in\/cran\/\">https:\/\/ftp.iitm.ac.in\/cran\/<\/a><\/p>\n<p><a href=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/02\/4-12.png\" rel=\"attachment wp-att-2194\"><img loading=\"lazy\" src=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/02\/4-12.png\" alt=\"4\" width=\"602\" height=\"118\" class=\"aligncenter size-full wp-image-2194\" srcset=\"https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/02\/4-12.png 602w, https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/02\/4-12-300x59.png 300w\" sizes=\"(max-width: 602px) 100vw, 602px\" \/><\/a><\/p>\n<p>And in either Visual Studio R Interactive or RGui type and install.<\/p>\n<p><span style=\"background-color: #C0C0C0\">install.packages(&#8220;plotrix&#8221;) <\/span>\n<\/p>\n<p><b>For Linux Users:<\/b><\/p>\n<p>If you are on Linux platform then you can use this fast and easy command used in Linux which can be used to install R. The yum command is used for installing like this:<\/p>\n<p><span style=\"background-color: #C0C0C0\">$ yum install R<\/span><\/p>\n<p>For Ubuntu Linux or other Debian-related OSs, a more direct method is:<\/p>\n<p><span style=\"background-color: #C0C0C0\">$ apt-get install r-base<\/span><\/p>\n<p>Now let us start creating our R application in visual studio<br \/>\nGo to Files ->Project and add a new R project\n<\/p>\n<p><a href=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/02\/5-10.png\" rel=\"attachment wp-att-2195\"><img loading=\"lazy\" src=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/02\/5-10.png\" alt=\"5\" width=\"602\" height=\"368\" class=\"aligncenter size-full wp-image-2195\" srcset=\"https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/02\/5-10.png 602w, https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/02\/5-10-300x183.png 300w\" sizes=\"(max-width: 602px) 100vw, 602px\" \/><\/a><\/p>\n<p>This is our project structure:<\/p>\n<p><a href=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/02\/6-8.png\" rel=\"attachment wp-att-2196\"><img loading=\"lazy\" src=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/02\/6-8.png\" alt=\"6\" width=\"319\" height=\"181\" class=\"aligncenter size-full wp-image-2196\" srcset=\"https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/02\/6-8.png 319w, https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/02\/6-8-300x170.png 300w\" sizes=\"(max-width: 319px) 100vw, 319px\" \/><\/a><\/p>\n<p>Now on the top left side is a new R file (script.R) where we can edit source code with all of Visual Studio Ide editing features.<br \/>\nAlso on the bottom left of Visual Studio is where you can find an R Interactive window in which you can interactively develop and test code.\n<\/p>\n<p>We can directly use R Interactive without the need of opening any new project.<\/p>\n<p>The following is a Simple example for Box Plot Diagram which either be performed in RGui or Visual Studio:<\/p>\n<p>#inserting the data into the dataframe<br \/>\n<span style=\"background-color: #C0C0C0\">A <- c(3, 2, 5, 6, 4, 8, 1, 2, 3, 2, 4)<br \/>\n<\/span><span style=\"background-color: #C0C0C0\">boxplot(A)<br \/>\ninput <- mtcars[,c('mpg','cyl')]<br \/>\n<\/span><span style=\"background-color: #C0C0C0\">print(head(input)<\/span>)\n<\/p>\n<p><b>Output:<\/b><\/p>\n<p><a href=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/02\/7-7.png\" rel=\"attachment wp-att-2197\"><img loading=\"lazy\" src=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/02\/7-7.png\" alt=\"7\" width=\"261\" height=\"146\" class=\"alignleft size-full wp-image-2197\" \/><\/a><br \/>\n<\/br><br \/>\n<\/br><br \/>\n<\/br><\/p>\n<p># Plot the chart.<br \/>\n<span style=\"background-color: #C0C0C0\">boxplot(mpg ~ cyl, data = mtcars, xlab = &#8220;Number of Cylinders&#8221;,<br \/>\n   <\/span><span style=\"background-color: #C0C0C0\">ylab = &#8220;Miles Per Gallon&#8221;, main = &#8220;Mileage Data&#8221;)<br \/>\n<\/span>\n<\/p>\n<p># Give the chart file a name.<br \/>\n<span style=\"background-color: #C0C0C0\">png(file = &#8220;boxplot.png&#8221;)<\/span>\n<\/p>\n<p># Save the file.<br \/>\n<span style=\"background-color: #C0C0C0\">dev.off()<\/span>\n<\/p>\n<p><b>Output:<\/b><\/p>\n<p><a href=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/02\/8-7.png\" rel=\"attachment wp-att-2198\"><img loading=\"lazy\" src=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/02\/8-7.png\" alt=\"8\" width=\"472\" height=\"411\" class=\"aligncenter size-full wp-image-2198\" srcset=\"https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/02\/8-7.png 472w, https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/02\/8-7-300x261.png 300w\" sizes=\"(max-width: 472px) 100vw, 472px\" \/><\/a><\/p>\n<p><b>Boxplot with Notch<\/b><\/p>\n<p>In the below example we can draw boxplot with notch to find out how the medians of different data groups match with each other.<\/p>\n<p># Plot the chart.<br \/>\n<span style=\"background-color: #C0C0C0\">boxplot(mpg ~ cyl, data = mtcars,<br \/>\n   <\/span><span style=\"background-color: #C0C0C0\">xlab = &#8220;Number of Cylinders&#8221;,<br \/>\n   <\/span><span style=\"background-color: #C0C0C0\">ylab = &#8220;Miles Per Gallon&#8221;,<br \/> <br \/>\n   main = &#8220;Mileage Data&#8221;,<br \/>\n   notch = TRUE,<br \/> <br \/>\n   <\/span><span style=\"background-color: #C0C0C0\">varwidth = TRUE,<br \/> <br \/>\n   <\/span><span style=\"background-color: #C0C0C0\">col = c(&#8220;green&#8221;,&#8221;yellow&#8221;,&#8221;purple&#8221;),<br \/>\n   names = c(&#8220;High&#8221;,&#8221;Medium&#8221;,&#8221;Low&#8221;)<br \/>\n)<br \/>\n<\/span><span style=\"background-color: #C0C0C0\">png(file = &#8220;boxplot_with_notch.png&#8221;)<br \/>\n<\/span>\n<\/p>\n<p># Save the file.<br \/>\n<span style=\"background-color: #C0C0C0\">dev.off()<\/span>\n<\/p>\n<p><b>Output:<\/b><\/p>\n<p><a href=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/02\/9-2.png\" rel=\"attachment wp-att-2199\"><img loading=\"lazy\" src=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/02\/9-2.png\" alt=\"9\" width=\"576\" height=\"494\" class=\"aligncenter size-full wp-image-2199\" srcset=\"https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/02\/9-2.png 576w, https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/02\/9-2-300x257.png 300w\" sizes=\"(max-width: 576px) 100vw, 576px\" \/><\/a><\/p>\n<p><a target=\"_blank\" href=\"http:\/\/stepbystepschools.net\/?page_id=1842\">Syllabus of Data Science training in Mumbai<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Box Plot is a simple way of representing statistical data on a graph or plot in which a rectangle is drawn to represent the second and third quartiles which usually has a vertical line inside the rectangle to indicate the &hellip; <a href=\"https:\/\/www.stepbystepschools.net\/?p=2189\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":40,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true},"categories":[1],"tags":[221,198,199,202,213],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v18.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Data Science Training in Mumbai : - Using Box Plot with R Programming in Visual Studio. - Learn MVC, Angular, Architecture, MSBI, Data Science in Mumbai<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.stepbystepschools.net\/?p=2189\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Data Science Training in Mumbai : - Using Box Plot with R Programming in Visual Studio. - Learn MVC, Angular, Architecture, MSBI, Data Science in Mumbai\" \/>\n<meta property=\"og:description\" content=\"Box Plot is a simple way of representing statistical data on a graph or plot in which a rectangle is drawn to represent the second and third quartiles which usually has a vertical line inside the rectangle to indicate the &hellip; Continue reading &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.stepbystepschools.net\/?p=2189\" \/>\n<meta property=\"og:site_name\" content=\"Learn MVC, Angular, Architecture, MSBI, Data Science in Mumbai\" \/>\n<meta property=\"article:published_time\" content=\"2018-02-27T10:44:28+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/02\/1-12.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"StepByStepSchoolsSupport\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.stepbystepschools.net\/#website\",\"url\":\"https:\/\/www.stepbystepschools.net\/\",\"name\":\"Learn MVC, Angular, Architecture, MSBI, Data Science in Mumbai\",\"description\":\"MVC 5\/Core, AngularJS 1.x, 2.0, 4.0, Design Pattern, Architecture, SSIS, SSAS, SSRS, Data Science, Big data, Hadoop classroom training\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.stepbystepschools.net\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stepbystepschools.net\/?p=2189#primaryimage\",\"url\":\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/02\/1-12.png\",\"contentUrl\":\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/02\/1-12.png\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.stepbystepschools.net\/?p=2189#webpage\",\"url\":\"https:\/\/www.stepbystepschools.net\/?p=2189\",\"name\":\"Data Science Training in Mumbai : - Using Box Plot with R Programming in Visual Studio. - Learn MVC, Angular, Architecture, MSBI, Data Science in Mumbai\",\"isPartOf\":{\"@id\":\"https:\/\/www.stepbystepschools.net\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.stepbystepschools.net\/?p=2189#primaryimage\"},\"datePublished\":\"2018-02-27T10:44:28+00:00\",\"dateModified\":\"2018-02-27T10:44:28+00:00\",\"author\":{\"@id\":\"https:\/\/www.stepbystepschools.net\/#\/schema\/person\/7131e4ee1c5673879e6029d14ec2f655\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.stepbystepschools.net\/?p=2189#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.stepbystepschools.net\/?p=2189\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.stepbystepschools.net\/?p=2189#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.stepbystepschools.net\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Data Science Training in Mumbai : &#8211; Using Box Plot with R Programming in Visual Studio.\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.stepbystepschools.net\/#\/schema\/person\/7131e4ee1c5673879e6029d14ec2f655\",\"name\":\"StepByStepSchoolsSupport\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stepbystepschools.net\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/cecaf2a0ee369391127b0159c266979d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/cecaf2a0ee369391127b0159c266979d?s=96&d=mm&r=g\",\"caption\":\"StepByStepSchoolsSupport\"},\"url\":\"https:\/\/www.stepbystepschools.net\/?author=40\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Data Science Training in Mumbai : - Using Box Plot with R Programming in Visual Studio. - Learn MVC, Angular, Architecture, MSBI, Data Science in Mumbai","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.stepbystepschools.net\/?p=2189","og_locale":"en_US","og_type":"article","og_title":"Data Science Training in Mumbai : - Using Box Plot with R Programming in Visual Studio. - Learn MVC, Angular, Architecture, MSBI, Data Science in Mumbai","og_description":"Box Plot is a simple way of representing statistical data on a graph or plot in which a rectangle is drawn to represent the second and third quartiles which usually has a vertical line inside the rectangle to indicate the &hellip; Continue reading &rarr;","og_url":"https:\/\/www.stepbystepschools.net\/?p=2189","og_site_name":"Learn MVC, Angular, Architecture, MSBI, Data Science in Mumbai","article_published_time":"2018-02-27T10:44:28+00:00","og_image":[{"url":"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/02\/1-12.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"StepByStepSchoolsSupport","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/www.stepbystepschools.net\/#website","url":"https:\/\/www.stepbystepschools.net\/","name":"Learn MVC, Angular, Architecture, MSBI, Data Science in Mumbai","description":"MVC 5\/Core, AngularJS 1.x, 2.0, 4.0, Design Pattern, Architecture, SSIS, SSAS, SSRS, Data Science, Big data, Hadoop classroom training","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.stepbystepschools.net\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stepbystepschools.net\/?p=2189#primaryimage","url":"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/02\/1-12.png","contentUrl":"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/02\/1-12.png"},{"@type":"WebPage","@id":"https:\/\/www.stepbystepschools.net\/?p=2189#webpage","url":"https:\/\/www.stepbystepschools.net\/?p=2189","name":"Data Science Training in Mumbai : - Using Box Plot with R Programming in Visual Studio. - Learn MVC, Angular, Architecture, MSBI, Data Science in Mumbai","isPartOf":{"@id":"https:\/\/www.stepbystepschools.net\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.stepbystepschools.net\/?p=2189#primaryimage"},"datePublished":"2018-02-27T10:44:28+00:00","dateModified":"2018-02-27T10:44:28+00:00","author":{"@id":"https:\/\/www.stepbystepschools.net\/#\/schema\/person\/7131e4ee1c5673879e6029d14ec2f655"},"breadcrumb":{"@id":"https:\/\/www.stepbystepschools.net\/?p=2189#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.stepbystepschools.net\/?p=2189"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.stepbystepschools.net\/?p=2189#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.stepbystepschools.net\/"},{"@type":"ListItem","position":2,"name":"Data Science Training in Mumbai : &#8211; Using Box Plot with R Programming in Visual Studio."}]},{"@type":"Person","@id":"https:\/\/www.stepbystepschools.net\/#\/schema\/person\/7131e4ee1c5673879e6029d14ec2f655","name":"StepByStepSchoolsSupport","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stepbystepschools.net\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/cecaf2a0ee369391127b0159c266979d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cecaf2a0ee369391127b0159c266979d?s=96&d=mm&r=g","caption":"StepByStepSchoolsSupport"},"url":"https:\/\/www.stepbystepschools.net\/?author=40"}]}},"jetpack_featured_media_url":"","jetpack_publicize_connections":[],"_links":{"self":[{"href":"https:\/\/www.stepbystepschools.net\/index.php?rest_route=\/wp\/v2\/posts\/2189"}],"collection":[{"href":"https:\/\/www.stepbystepschools.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.stepbystepschools.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.stepbystepschools.net\/index.php?rest_route=\/wp\/v2\/users\/40"}],"replies":[{"embeddable":true,"href":"https:\/\/www.stepbystepschools.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2189"}],"version-history":[{"count":5,"href":"https:\/\/www.stepbystepschools.net\/index.php?rest_route=\/wp\/v2\/posts\/2189\/revisions"}],"predecessor-version":[{"id":2215,"href":"https:\/\/www.stepbystepschools.net\/index.php?rest_route=\/wp\/v2\/posts\/2189\/revisions\/2215"}],"wp:attachment":[{"href":"https:\/\/www.stepbystepschools.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2189"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stepbystepschools.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2189"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stepbystepschools.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2189"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}