R语言与统计分析第六章习题答案.doc
《R语言与统计分析第六章习题答案.doc》由会员分享,可在线阅读,更多相关《R语言与统计分析第六章习题答案.doc(2页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、 #第六章习题#6.1speed-c(914,920,910,934,953,940,912,924,930) #方差未知,小样本要t分布检验t.test(speed,mu=950,conf.level=0.99)#6.2chisq.var.test-function(x,var,alpha,alternative=two.sided) options(digits=4) result-list() n-length(x) v-var(x) result$var-v chi2-(n-1)*v/var result$chi2-chi2 p-pchisq(chi2,n-1) result$p.va
2、lue-p if(alternative=less) result$p.value-pchaisq(chi2,n-1,lower.tail=F) else if (alternative=two.sider) result$p.value-2*min(pchaisq(chi2,n-1),pchaisq(chi2,n-1,lower.tail=F) result$conf.int-c( (n-1)*v/qchisq(alpha/2,df=n-1,lower.tail=F), (n-1)*v/qchisq(alpha/2,df=n-1,lower.tail=T) ) resultx-c(1.32,
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 语言 统计分析 第六 习题 答案
限制150内