用R计算简单线性回归模型的决定系数 线性回归相关系数

用R计算简单线性回归模型的决定系数 线性回归相关系数

Coefficient of Determination

The coefficient ofdetermination of a linear regression model is thequotient of the variances of the fitted values and observedvalues of the dependent variable. If we denote yi as theobserved values of the dependent variable, as itsmean, and as thefitted value, then the coefficient of determination is:

Problem

Find the coefficient of determination for thesimple linear regression model of the data set faithful.

Solution

We apply the lmfunction to a formula that describes the variable eruptions by the variable waiting, and save the linear regression model ina new variable eruption.lm.

>eruption.lm=lm(eruptions~waiting,data=faithful)

Then we extract thecoefficient of determination from the r.squared attribute of its summary.

>summary(eruption.lm)$r.squared
[1]0.81146只要改动括号里的模型名称,你就可以得到任意一个简单线性回归模型的决定系数。

Answer

The coefficient ofdetermination of the simple linear regression model for the dataset faithful is 0.81146.

  

爱华网本文地址 » http://www.aihuau.com/a/25101013/178080.html

更多阅读

用谷歌关键词工具拓展关键词的方法 百度关键词拓展工具

做网络推广,选好“关键词”是关键!无论是在阿里获得较好的排名也好,还是百度、谷歌等搜索引擎优化,B2B平台推广,都离不开精准的关键词设置。前面我分享了用“百度推广”中的“关键词推荐工具”的使用方法。多掌握几种关键词拓展工具,对我

用word怎么制作自己想要的表格? 怎么用word制作表格

word的文字功能很强大,那么他的制作表格功能怎么样呢?做一张表格给大家介绍word的表格制作方法_用word怎么制作自己想要的表格?——工具/原料电脑word用word怎么制作自己想要的表格?——步骤/方法用word怎么制作自己想要的表格? 1、

夏季用什么防晒霜好-如何挑选防晒霜的方法 防晒霜的使用方法

夏季用什么防晒霜好-如何挑选防晒霜的方法——简介夏天到了,这是个绝对需要防晒霜的季节,夏天的紫外线比其他季节要强烈许多,是时候挑选一款防晒效果好的防晒霜了,那么,夏季用什么防晒霜最好呢,到底该怎么选择才是最适合自己的,请看详细的

16种简单又有创意的求婚方式 简单有创意的求婚

女生这一辈子,至少也要做一天的公主,被求婚的这一天,女生就是全世界最幸福的公主。而女生最爱当公主的地方未必是古堡哦,这里搜集了女生最爱的16种求婚方式,快来看看哪一款适合你吧!16种简单又有创意的求婚方式——工具/原料男人,女人16种

声明:《用R计算简单线性回归模型的决定系数 线性回归相关系数》为网友最耀眼的星分享!如侵犯到您的合法权益请联系我们删除