Topics covered this week
STA 137
Winter Quarter, 2019

代做STA 137作业、代做JobProaciency留学生作业、代写Python实验作业、代写c++/python课程设计作业
Monday, January 7 Times series examples (Handout 1).
Wednesday, January 9 Review of regression (Handout 2).
Friday, January 11 Review of regression (Handouts 2 and 3).
Homework 1: Due on Friday, January 18
You may form a group of 3 students registered in this course and submit
one completed homework for the group. The front page should display only
the names of the students in the group. The actual work should start from the
second page
You will and a data set (JobProaciency) on the job prociency of 25 applicants
for entry level clerical positions in a government agency. The scores
on four tests (X1; X2; X3; X4) and the job proaciency scores (Y ) for the 25 applicants
are given in the data set. A multiple regression is to be ?tted to this
data
Yi = 0 + 1Xi1 + 2Xi2 + 3Xi3 + i4Xi4 + "i
; i = 1; : : : ; n = 25;
where f"ig are independent N(0; 2
) variables.
1. (a) Obtain a histogram for each of the variables. Are there noteworthy
features in the plots? Comment.
(b) Obtain a matrix plot of the data (ie, plot all the variables against each other
(R command: pairs)). Also obtain the correlation matrix. What do the plots
suggest about the nature of relationship between Y and each of the predictor
variables? Discuss. Does it seem that there is a problem of multicollinearity?
Explain.
(c) Fit a multiple regression model to the data. Obtain the parameter estimates,
their standard errors, analysis of variance table, R2 and R2
adj .
(d) Does it seem that all the independent variables need to be retained in the
regression model? If you consider deleting only one independent variable, which
is the best candidate for deletion? Explain your answers.
2. The questions here are on the atted model in (1c).
(a) Obtain a plot of the observed against the atted Y values. Also plot the
residuals against the atted values. Does it seem that the ?tted model is reasonable?
Do you suspect any nonlinearity? Is the assumption of equal variance of
the errors (ie, "iís) reasonable here? Explain your answers.
1
(c) Obtain a histogram of the residuals. Also obtain a normal probability plot of
the residuals, and the correlation between the residuals and the normal scores.
Is the assumption of normality of the errors reasonable? Explain.
3. (a) This question is on model selection by backward elimination. Starting
with the full model, delete one variable at a time. At each step, drop the
variable that is the best candidate for deletion. In this way, you will have 5
models: the largest one with all 4 independent variables, and the smallest one
has none. For each model, and the AIC and BIC values. Find the best model(s)
selected by the AIC and BIC criteria. Fit these anal selected model(s), obtain
the parameter estimates, their standard errors, R2 and R2
adj .
(b) Use the AIC and the BIC criteria to select the best among all possible regression
models. Fit these anal selected model(s), obtain the parameter estimates,
their standard errors, R2 and R2
adj .

因为专业,所以值得信赖。如有需要,请加QQ:99515681 或邮箱:99515681@qq.com

微信:codinghelp

转载于:https://www.cnblogs.com/andriowellcome/p/10284174.html

STA 137 Topics covered this week相关推荐

  1. verilog hdl数字集成电路设计原理与应用_数字IC设计经典书籍推荐

    数字IC设计流程很复杂,从前端到后端,也有很多职位.在这里整理了个数字IC各个环节的经典必读书籍.市面上的书籍种类纷繁复杂,这里每种只推荐两本左右,如果需要,建议知识类的书籍还是购买正版,尊重作者,也 ...

  2. NDC 2010视频下载:看看其他微软平台程序员们都在做什么

    原文地址:<NDC 2010视频下载:看看其他微软平台程序员们都在做什么> NDC(Norwegian Developers Conference,挪威开发者大会)是一年一度的挪威最大的微 ...

  3. sql查询涵盖的时段_涵盖的主题

    sql查询涵盖的时段 涵盖的主题: (Topics Covered:) 1. 什么是NLP? (1. What is NLP?) A changing field 不断变化的领域 Resources ...

  4. flask部署机器学习_如何开发端到端机器学习项目并使用Flask将其部署到Heroku

    flask部署机器学习 There's one question I always get asked regarding Data Science: 关于数据科学,我经常被问到一个问题: What ...

  5. 在线学位课程_您在四年制计算机科学学位课程中学到的知识

    在线学位课程 by Colin Smith 通过科林·史密斯 您在四年制计算机科学学位课程中学到的知识 (What you learn in a 4 year Computer Science deg ...

  6. javascript函数式_JavaScript中的函数式编程—结合实际示例(第1部分)

    javascript函数式 by rajaraodv 通过rajaraodv JavaScript中的函数式编程-结合实际示例(第1部分) (Functional Programming In Jav ...

  7. 清华团队综述全面解读图神经网络理论方法与应用

    来源:学术头条 本文约2300字,建议阅读6分钟 本文为你介绍构建GNN模型的"四步"框架. 近年来,由于图的强大表达能力,利用机器学习分析图的研究越来越受到关注.图(graph) ...

  8. The Future of Silverlight --December 2, 2010 at 9:00

    微软宣布 2010 年 12 月 2 日将会举办由微软企业副总裁 Scott Guthrie 主旨演讲的 Silverlight Firestarter 发布会,主题为"Silverligh ...

  9. MySQL 5.6 手册 第三章 目录

    Chapter 3 Tutorial 第三章 辅导教程 Table of Contents 目录   3.1 Connecting to and Disconnecting from the Serv ...

最新文章

  1. 这个Python库可以偷懒,和import说再见!
  2. s:property的用法
  3. VTK:PolyData之ConvexHullShrinkWrap
  4. [团队项目3.0]Scrum团队成立
  5. sql服务器如何复制数据库文件,如何将架构和一些数据从SQL Server复制到另一个实例?...
  6. pytorch torch.Tensor.view
  7. 结构体的空间分配和位定义
  8. BiANet:用于快速高效实现RGB-D数据显著性目标检测的双边注意力模型
  9. IOS的Application以及IOS目录的介绍
  10. 震网三代在metasploit-framework上的复现与利用
  11. phpstorm误删文件恢复
  12. 【uni-app】uni-app实现手写签名效果:
  13. Spring Boot AOP处理方法的入参和返回值
  14. 为什么CMOS门电路在传输过程存在延时
  15. 小福利,用Excel VBA编程制作一个变色小游戏
  16. 电信大型服务器机房_四川电信服务器idc数据中心
  17. 测试基础之一——静态测试,动态测试,黑盒测试,白盒测试,α测试,β测试的定义
  18. 【JavaSE专栏2】JDK、JRE和JVM
  19. Linux 常用指令
  20. 如何绘画素描?零基础素描小教程

热门文章

  1. war,jar包是啥
  2. SharePoint 2010多语言UI,以及开发人员需要注意的
  3. ios 内存管理的理解(四)ARC下循环引用问题
  4. java基础—Map集合的常见方法操作(java集合八)
  5. swift项目 9.3以前版本模拟器运行出错
  6. OS + Linux RedHat 7 / redhat 7 configuration
  7. JSP-BUG-The type java.xx.xx cannot be resolved
  8. 第十周 11.1-11.7
  9. oracle10g中获得可更新的(修改、增加等) ResultSet
  10. ASP.NET极限:页面导航 (翻译)