{"id":1190,"date":"2015-08-27T10:36:12","date_gmt":"2015-08-27T09:36:12","guid":{"rendered":"http:\/\/pcool.dyndns.org:8080\/statsbook\/?page_id=1190"},"modified":"2025-06-18T08:22:05","modified_gmt":"2025-06-18T07:22:05","slug":"questions-curve-fitting","status":"publish","type":"page","link":"https:\/\/pcool.dyndns.org\/index.php\/questions-curve-fitting\/","title":{"rendered":"Questions Curve Fitting"},"content":{"rendered":"<p>Consider the following data set:<\/p>\n\n<table id=\"tablepress-26\" class=\"tablepress tablepress-id-26\">\n<thead>\n<tr class=\"row-1\">\n\t<th class=\"column-1\">x<\/th><th class=\"column-2\">y<\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"row-striping row-hover\">\n<tr class=\"row-2\">\n\t<td class=\"column-1\">3<\/td><td class=\"column-2\">1.2<\/td>\n<\/tr>\n<tr class=\"row-3\">\n\t<td class=\"column-1\">4<\/td><td class=\"column-2\">1.4<\/td>\n<\/tr>\n<tr class=\"row-4\">\n\t<td class=\"column-1\">5<\/td><td class=\"column-2\">1.6<\/td>\n<\/tr>\n<tr class=\"row-5\">\n\t<td class=\"column-1\">6<\/td><td class=\"column-2\">1.75<\/td>\n<\/tr>\n<tr class=\"row-6\">\n\t<td class=\"column-1\">7<\/td><td class=\"column-2\">1.85<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-26 from cache -->\n<p>The data is also provided in <a href=\"https:\/\/pcool.dyndns.org:\/wp-content\/data_files\/Q8-1.rda\" target=\"_blank\" rel=\"noopener\">Q8-1.rda <\/a>(the data frame is called Q8).<\/p>\n<ol>\n<li>Plot the data, draw the regression line and estimate the equation of the line<\/li>\n<li>What is the correlation coefficient?<\/li>\n<li>Interpolate the y-value for x = 5.5<\/li>\n<li>Extrapolate the y-values for x = 0.1 and x = 15<\/li>\n<\/ol>\n<p>Consider the extended data set below:<\/p>\n\n<table id=\"tablepress-27\" class=\"tablepress tablepress-id-27\">\n<thead>\n<tr class=\"row-1\">\n\t<th class=\"column-1\">x<\/th><th class=\"column-2\">y<\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"row-striping row-hover\">\n<tr class=\"row-2\">\n\t<td class=\"column-1\">0.1<\/td><td class=\"column-2\">-1.25<\/td>\n<\/tr>\n<tr class=\"row-3\">\n\t<td class=\"column-1\">0.2<\/td><td class=\"column-2\">-0.7<\/td>\n<\/tr>\n<tr class=\"row-4\">\n\t<td class=\"column-1\">1<\/td><td class=\"column-2\">0.4<\/td>\n<\/tr>\n<tr class=\"row-5\">\n\t<td class=\"column-1\">2<\/td><td class=\"column-2\">0.9<\/td>\n<\/tr>\n<tr class=\"row-6\">\n\t<td class=\"column-1\">3<\/td><td class=\"column-2\">1.2<\/td>\n<\/tr>\n<tr class=\"row-7\">\n\t<td class=\"column-1\">4<\/td><td class=\"column-2\">1.4<\/td>\n<\/tr>\n<tr class=\"row-8\">\n\t<td class=\"column-1\">5<\/td><td class=\"column-2\">1.6<\/td>\n<\/tr>\n<tr class=\"row-9\">\n\t<td class=\"column-1\">6<\/td><td class=\"column-2\">1.75<\/td>\n<\/tr>\n<tr class=\"row-10\">\n\t<td class=\"column-1\">7<\/td><td class=\"column-2\">1.85<\/td>\n<\/tr>\n<tr class=\"row-11\">\n\t<td class=\"column-1\">8<\/td><td class=\"column-2\">1.95<\/td>\n<\/tr>\n<tr class=\"row-12\">\n\t<td class=\"column-1\">9<\/td><td class=\"column-2\">2.05<\/td>\n<\/tr>\n<tr class=\"row-13\">\n\t<td class=\"column-1\">10<\/td><td class=\"column-2\">2.1<\/td>\n<\/tr>\n<tr class=\"row-14\">\n\t<td class=\"column-1\">12<\/td><td class=\"column-2\">2.25<\/td>\n<\/tr>\n<tr class=\"row-15\">\n\t<td class=\"column-1\">14<\/td><td class=\"column-2\">2.35<\/td>\n<\/tr>\n<tr class=\"row-16\">\n\t<td class=\"column-1\">15<\/td><td class=\"column-2\">2.4<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-27 from cache -->\n<p>The data is also provided in <a href=\"https:\/\/pcool.dyndns.org:\/wp-content\/data_files\/Q8-2.rda\" target=\"_blank\" rel=\"noopener\">Q8-2.rda<\/a> (the data frame is called Q8Extended).<\/p>\n<ol>\n<li style=\"list-style-type: none;\">\n<ol start=\"5\">\n<li>Plot these data in a graph<\/li>\n<li>What is the relation between x and y and what is the value of the correlation coefficient?<\/li>\n<li>What are the y-values for x = 0.1 and x = 15?<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<p><em>A Study is undertaken to validate the use of an iPhone inclinometer to measure knee flexion. The \u2018Gold Standard\u2019 is a Lafayette Long-Armed Goniometer. Multiple knee flexion angles are measured with each device and the paired data are provided in the file <a href=\"https:\/\/pcool.dyndns.org:\/wp-content\/data_files\/goniometer.rda\" target=\"_blank\" rel=\"noopener\">goniometer.rda<\/a>.<br \/>\n<\/em><\/p>\n<ol>\n<li style=\"list-style-type: none;\">\n<ol start=\"8\">\n<li>Create a scatterplot with equal axes and add a line x=y.<\/li>\n<li>Calculate the Pearson&#8217;s correlation coefficient.<\/li>\n<li>Calculate the Interclass Correlation (ICC).<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Consider the following data set: The data is also provided in Q8-1.rda (the data frame is called Q8). Plot the data, draw the regression line and estimate the equation of the line What is the correlation coefficient? Interpolate the y-value for x = 5.5 Extrapolate the y-values for x = 0.1 and x = 15 [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-1190","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/pcool.dyndns.org\/index.php\/wp-json\/wp\/v2\/pages\/1190","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pcool.dyndns.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pcool.dyndns.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pcool.dyndns.org\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/pcool.dyndns.org\/index.php\/wp-json\/wp\/v2\/comments?post=1190"}],"version-history":[{"count":6,"href":"https:\/\/pcool.dyndns.org\/index.php\/wp-json\/wp\/v2\/pages\/1190\/revisions"}],"predecessor-version":[{"id":4096,"href":"https:\/\/pcool.dyndns.org\/index.php\/wp-json\/wp\/v2\/pages\/1190\/revisions\/4096"}],"wp:attachment":[{"href":"https:\/\/pcool.dyndns.org\/index.php\/wp-json\/wp\/v2\/media?parent=1190"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}