品质协会(www.PinZhi.org)

 找回密码
 加入协会

QQ登录

只需一步,快速开始

查看: 2675|回复: 8

Experimental Design and Analysis

[复制链接]

87

主题

2155

回帖

15

精华

品质协会主任会员

Rank: 8Rank: 8

积分
39417
品质币
36875
职位
校長兼撞鐘
发表于 2018-2-1 00:31:23 | 显示全部楼层 |阅读模式
Contents
1 The Big Picture 1
1.1 The importance of careful experimental design . . . . . . . . . . . . 3
1.2 Overview of statistical analysis . . . . . . . . . . . . . . . . . . . . 3
1.3 What you should learn here . . . . . . . . . . . . . . . . . . . . . . 6
2 Variable Classification 9
2.1 What makes a “good” variable? . . . . . . . . . . . . . . . . . . . . 10
2.2 Classification by role . . . . . . . . . . . . . . . . . . . . . . . . . . 11
2.3 Classification by statistical type . . . . . . . . . . . . . . . . . . . . 12
2.4 Tricky cases . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
3 Review of Probability 19
3.1 Definition(s) of probability . . . . . . . . . . . . . . . . . . . . . . . 19
3.2 Probability mass functions and density functions . . . . . . . . . . . 24
3.2.1 Reading a pdf . . . . . . . . . . . . . . . . . . . . . . . . . . 27
3.3 Probability calculations . . . . . . . . . . . . . . . . . . . . . . . . . 28
3.4 Populations and samples . . . . . . . . . . . . . . . . . . . . . . . . 34
3.5 Parameters describing distributions . . . . . . . . . . . . . . . . . . 35
3.5.1 Central tendency: mean and median . . . . . . . . . . . . . 37
3.5.2 Spread: variance and standard deviation . . . . . . . . . . . 38
3.5.3 Skewness and kurtosis . . . . . . . . . . . . . . . . . . . . . 39
3.5.4 Miscellaneous comments on distribution parameters . . . . . 39
3.5.5 Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
3.6 Multivariate distributions: joint, conditional, and marginal . . . . . 42
3.6.1 Covariance and Correlation . . . . . . . . . . . . . . . . . . 46
3.7 Key application: sampling distributions . . . . . . . . . . . . . . . . 50
3.8 Central limit theorem . . . . . . . . . . . . . . . . . . . . . . . . . . 52
3.9 Common distributions . . . . . . . . . . . . . . . . . . . . . . . . . 54
3.9.1 Binomial distribution . . . . . . . . . . . . . . . . . . . . . . 54
3.9.2 Multinomial distribution . . . . . . . . . . . . . . . . . . . . 56
3.9.3 Poisson distribution . . . . . . . . . . . . . . . . . . . . . . . 57
3.9.4 Gaussian distribution . . . . . . . . . . . . . . . . . . . . . . 57
3.9.5 t-distribution . . . . . . . . . . . . . . . . . . . . . . . . . . 59
3.9.6 Chi-square distribution . . . . . . . . . . . . . . . . . . . . . 59
3.9.7 F-distribution . . . . . . . . . . . . . . . . . . . . . . . . . . 60
4 Exploratory Data Analysis 61
4.1 Typical data format and the types of EDA . . . . . . . . . . . . . . 61
4.2 Univariate non-graphical EDA . . . . . . . . . . . . . . . . . . . . . 63
4.2.1 Categorical data . . . . . . . . . . . . . . . . . . . . . . . . 63
4.2.2 Characteristics of quantitative data . . . . . . . . . . . . . . 64
4.2.3 Central tendency . . . . . . . . . . . . . . . . . . . . . . . . 67
4.2.4 Spread . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69
4.2.5 Skewness and kurtosis . . . . . . . . . . . . . . . . . . . . . 71
4.3 Univariate graphical EDA . . . . . . . . . . . . . . . . . . . . . . . 72
4.3.1 Histograms . . . . . . . . . . . . . . . . . . . . . . . . . . . 72
4.3.2 Stem-and-leaf plOTS . . . . . . . . . . . . . . . . . . . . . . . 78
4.3.3 Boxplots . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79
4.3.4 Quantile-normal plots . . . . . . . . . . . . . . . . . . . . . 83

4.4 Multivariate non-graphical EDA . . . . . . . . . . . . . . . . . . . . 88
4.4.1 Cross-tabulation . . . . . . . . . . . . . . . . . . . . . . . . 89
4.4.2 Correlation for categorical data . . . . . . . . . . . . . . . . 90
4.4.3 Univariate statistics by category . . . . . . . . . . . . . . . . 91
4.4.4 Correlation and covariance . . . . . . . . . . . . . . . . . . . 91
4.4.5 Covariance and correlation matrices . . . . . . . . . . . . . . 93
4.5 Multivariate graphical EDA . . . . . . . . . . . . . . . . . . . . . . 94
4.5.1 Univariate graphs by category . . . . . . . . . . . . . . . . . 95
4.5.2 Scatterplots . . . . . . . . . . . . . . . . . . . . . . . . . . . 95
4.6 A note on degrees of freedom . . . . . . . . . . . . . . . . . . . . . 98
5 Learning SPSS: Data and EDA 101
5.1 Overview of SPSS . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102
5.2 Starting SPSS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104
5.3 Typing in data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104
5.4 Loading data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 110

5.5 Creating new variables . . . . . . . . . . . . . . . . . . . . . . . . . 116
5.5.1 Recoding . . . . . . . . . . . . . . . . . . . . . . . . . . . . 119
5.5.2 Automatic recoding . . . . . . . . . . . . . . . . . . . . . . . 120
5.5.3 Visual binning . . . . . . . . . . . . . . . . . . . . . . . . . . 121
5.6 Non-graphical EDA . . . . . . . . . . . . . . . . . . . . . . . . . . . 123
5.7 Graphical EDA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 127
5.7.1 Overview of SPSS Graphs . . . . . . . . . . . . . . . . . . . 127
5.7.2 Histogram . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131
5.7.3 Boxplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 133
5.7.4 Scatterplot . . . . . . . . . . . . . . . . . . . . . . . . . . . 134
5.8 SPSS convenience item: Explore . . . . . . . . . . . . . . . . . . . . 139
6 t-test 141



Experimental Design and analysis.rar

2.72 MB, 下载次数: 30

售价: 15 品质币  [记录]

1. 问答、交流探讨的帖子,回帖时,请不要发纯表情等无价值回帖,无意义,太多了影响用户体验,经常这样账号会被扣分甚至禁号的;
2. 品质协会是个学习、交流分享的平台,所有资料和内容归作者和版权方所有,需要正版标准、资料的请去相关的官方网站等平台购买。

0

主题

3205

回帖

0

精华

品质协会高级会员

Rank: 4

积分
3235
品质币
30
职位
2
发表于 2018-2-1 08:05:54 | 显示全部楼层
谢谢分享。。。

0

主题

1万

回帖

0

精华

品质协会高级会员

Rank: 4

积分
12274
品质币
15
职位
3
发表于 2018-2-1 08:16:24 | 显示全部楼层
谢谢分享。。。

105

主题

8189

回帖

0

精华

品质协会高级会员

Rank: 4

积分
8442
品质币
148
职位
4
发表于 2018-2-1 08:59:06 | 显示全部楼层
感谢提供

32

主题

4848

回帖

1

精华

品质协会主任会员

Rank: 8Rank: 8

积分
27068
品质币
22167
职位
5
发表于 2021-6-7 16:46:39 | 显示全部楼层

1

主题

926

回帖

0

精华

品质协会中级会员

Rank: 3Rank: 3

积分
1558
品质币
631
职位
6
发表于 2021-6-8 07:46:35 | 显示全部楼层

52

主题

3385

回帖

5

精华

品质协会高级会员

Rank: 4

积分
4698
品质币
1161
职位
7
发表于 2023-3-22 12:56:56 | 显示全部楼层
感谢分享

52

主题

3385

回帖

5

精华

品质协会高级会员

Rank: 4

积分
4698
品质币
1161
职位
8
发表于 2023-3-23 12:38:39 | 显示全部楼层
感谢分享

52

主题

3385

回帖

5

精华

品质协会高级会员

Rank: 4

积分
4698
品质币
1161
职位
9
发表于 2023-3-23 12:38:58 | 显示全部楼层
感谢分享
您需要登录后才可以回帖 登录 | 加入协会

本版积分规则

《品质协会规则》|品质币|品质B2B|手机版|加入协会|联系我们|品质协会(www.PinZhi.org) |网站地图

GMT+8, 2024-4-24 11:13 , Processed in 0.040873 second(s), 7 queries , Gzip On, Redis On.

Powered by 品质协会 © 2010-2024

品质人,让生活和环境变得更美好!!!

快速回复 返回顶部 返回列表