<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE document PUBLIC "-//CNX//DTD CNXML 0.5//EN" "http://cnx.rice.edu/technology/cnxml/schema/dtd/0.5/cnxml_plain.dtd">
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id27386926">
<name xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">What is R-Squared?</name>
<metadata xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">
  <md:version xmlns:bib="http://bibtexml.sf.net/">1.1</md:version>
  <md:created xmlns:bib="http://bibtexml.sf.net/">2006/02/22 00:14:22.539 US/Central</md:created>
  <md:revised xmlns:bib="http://bibtexml.sf.net/">2006/02/22 06:41:21.608 US/Central</md:revised>
  <md:authorlist xmlns:bib="http://bibtexml.sf.net/">
      <md:author xmlns:bib="http://bibtexml.sf.net/" id="kolobl">
      <md:firstname xmlns:bib="http://bibtexml.sf.net/">Lekulana</md:firstname>
      <md:othername xmlns:bib="http://bibtexml.sf.net/">Emmanuel</md:othername>
      <md:surname xmlns:bib="http://bibtexml.sf.net/">Kolobe</md:surname>
      <md:email xmlns:bib="http://bibtexml.sf.net/">klekulana@hotmail.com</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist xmlns:bib="http://bibtexml.sf.net/">
    <md:maintainer xmlns:bib="http://bibtexml.sf.net/" id="kolobl">
      <md:firstname xmlns:bib="http://bibtexml.sf.net/">Lekulana</md:firstname>
      <md:othername xmlns:bib="http://bibtexml.sf.net/">Emmanuel</md:othername>
      <md:surname xmlns:bib="http://bibtexml.sf.net/">Kolobe</md:surname>
      <md:email xmlns:bib="http://bibtexml.sf.net/">klekulana@hotmail.com</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist xmlns:bib="http://bibtexml.sf.net/">
    <md:keyword xmlns:bib="http://bibtexml.sf.net/">R-Squared</md:keyword>
    <md:keyword xmlns:bib="http://bibtexml.sf.net/">Regression Line</md:keyword>
  </md:keywordlist>

  <md:abstract xmlns:bib="http://bibtexml.sf.net/">This module briefly introduces r-squared. It also gives an example and an   exercise.</md:abstract>
</metadata>
<content xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">
<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id27480875"><term xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">R squared</term> is a statistical measure of how well
a regression line approximates real data points [
<link xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" src="http://www.chartfilter.com/glossary/r11.htm">
DefR-Squared</link>]. <term xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">R squared</term> is a descriptive measure between
zero and one, indicating how good one term is at predicting another
[
<link xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" src="http://www.trade-ideas.com/Glossary/R-Squared.html">
R-SquaredDef</link>].</para>
<example xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="element-149"><para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="element-347">
		If you have a model, the closer its R squared value is to one, the greater the ability of that model to predict a trend. A value of R squared equal to one, which only occurs in fairy tales and textbook exercises, would imply that your model provides perfect predictions.
	</para>
</example><exercise xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="element-538"><problem xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">
		<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="element-408">
			Can R squared be used to indicate the strength of a relationship?
		</para>
	</problem>

	<solution xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">
		<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="element-391">
			Yes.
		</para>
<para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="element-392">
R squared can be used as an indicator of the reliability of a relationship identified by regression analysis. An R squared of 0.8 indicates that 80% of the change in one variable is explained by a change in the related variable.
</para>
	</solution>
</exercise><para xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" id="id22728358"><term xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">References:</term></para>
<list xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" type="bulleted" id="id27435513"><item xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">DefR-Squared. “<emphasis xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">Definition R-squared</emphasis>”. Accessed on February
22, 2006. At 
<link xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" src="http://www.chartfilter.com/glossary/r11.htm">
http://www.chartfilter.com/glossary/r11.htm</link></item>
<item xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">R-SquaredDef. “<emphasis xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">Definition of R-Squared</emphasis>”. Accessed on February
22, 2006. At 
<link xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" src="http://www.trade-ideas.com/Glossary/R-Squared.html">
http://www.trade-ideas.com/Glossary/R-Squared.html</link></item>
<item xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">Author of Assignment 3: Lekulana Kolobe</item>
<item xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/">Author of Assignment 1: Arnold Mwesigye</item>
</list>
</content>
</document>
