楼主: North@PKU
5418 7

a visual guide to stata graphics [推广有奖]

  • 0关注
  • 2粉丝

本科生

25%

还不是VIP/贵宾

-

威望
0
论坛币
4759 个
通用积分
1.5404
学术水平
5 点
热心指数
5 点
信用等级
5 点
经验
873 点
帖子
54
精华
0
在线时间
63 小时
注册时间
2010-4-14
最后登录
2013-6-23
毕业学校
PKU

相似文件 换一批

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
Contents
Dedication v
Acknowledgments vii
Preface xiii
1 Introduction 1
1.1 Using this book . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 Types of Stata graphs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1.3 Schemes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
1.4 Options . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
1.5 Building graphs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
2 Twoway graphs 35
2.1 Scatterplots . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
2.2 Regression fits and splines . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
2.3 Regression confidence interval (CI) fits . . . . . . . . . . . . . . . . . . . . 50
2.4 Line plots . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54
2.5 Area plots . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
2.6 Bar plots . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
2.7 Range plots . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64
2.8 Distribution plots . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74
2.9 Options . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82
2.10 Overlaying plots . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
3 Scatterplot matrix graphs 95
3.1 Marker options . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95
3.2 Controlling axes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98
3.3 Matrix options . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102
The electronic form of this book is solely for direct use at UCLA and only by faculty, students, and staff of UCLA.
All rights reserved on the copyright page apply to this document and specifically neither the electronic nor
published form of the book may be distributed or reproduced, either electronically or in printed form.
x Contents
3.4 Graphing by groups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103
4 Bar graphs 107
4.1 Y-variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107
4.2 Graphing bars over groups . . . . . . . . . . . . . . . . . . . . . . . . . . . 111
4.3 Options for groups, over options . . . . . . . . . . . . . . . . . . . . . . . . 117
4.4 Controlling the categorical axis . . . . . . . . . . . . . . . . . . . . . . . . 123
4.5 Controlling legends . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 130
4.6 Controlling the y-axis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 143
4.7 Changing the look of bars, lookofbar options . . . . . . . . . . . . . . . . . 147
4.8 Graphing by groups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 151
5 Box plots 157
5.1 Specifying variables and groups, yvars and over . . . . . . . . . . . . . . . 157
5.2 Options for groups, over options . . . . . . . . . . . . . . . . . . . . . . . . 163
5.3 Controlling the categorical axis . . . . . . . . . . . . . . . . . . . . . . . . 168
5.4 Controlling legends . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 174
5.5 Controlling the y-axis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 179
5.6 Changing the look of boxes, boxlook options . . . . . . . . . . . . . . . . . 183
5.7 Graphing by groups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 189
6 Dot plots 193
6.1 Specifying variables and groups, yvars and over . . . . . . . . . . . . . . . 193
6.2 Options for groups, over options . . . . . . . . . . . . . . . . . . . . . . . . 198
6.3 Controlling the categorical axis . . . . . . . . . . . . . . . . . . . . . . . . 202
6.4 Controlling legends . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 205
6.5 Controlling the y-axis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 207
6.6 Changing the look of dot rulers, dotlook options . . . . . . . . . . . . . . . 210
6.7 Graphing by groups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 214
7 Pie graphs 217
7.1 Types of pie graphs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217
7.2 Sorting pie slices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 219
7.3 Changing the look of pie slices, colors, and exploding . . . . . . . . . . . . 221
The electronic form of this book is solely for direct use at UCLA and only by faculty, students, and staff of UCLA.
All rights reserved on the copyright page apply to this document and specifically neither the electronic nor
published form of the book may be distributed or reproduced, either electronically or in printed form.
Contents xi
7.4 Slice labels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 224
7.5 Controlling legends . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 228
7.6 Graphing by groups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 232
8 Options available for most graphs 235
8.1 Changing the look of markers . . . . . . . . . . . . . . . . . . . . . . . . . 235
8.2 Creating and controlling marker labels . . . . . . . . . . . . . . . . . . . . 247
8.3 Connecting points and markers . . . . . . . . . . . . . . . . . . . . . . . . 250
8.4 Setting and controlling axis titles . . . . . . . . . . . . . . . . . . . . . . . 254
8.5 Setting and controlling axis labels . . . . . . . . . . . . . . . . . . . . . . . 256
8.6 Controlling axis scales . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 265
8.7 Selecting an axis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 269
8.8 Graphing by groups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 272
8.9 Controlling legends . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 287
8.10 Adding text to markers and positions . . . . . . . . . . . . . . . . . . . . . 299
8.11 More options for text and textboxes . . . . . . . . . . . . . . . . . . . . . . 303
9 Standard options available for all graphs 313
9.1 Creating and controlling titles . . . . . . . . . . . . . . . . . . . . . . . . . 313
9.2 Using schemes to control the look of graphs . . . . . . . . . . . . . . . . . 318
9.3 Sizing graphs and their elements . . . . . . . . . . . . . . . . . . . . . . . . 322
9.4 Changing the look of graph regions . . . . . . . . . . . . . . . . . . . . . . 324
10 Styles for changing the look of graphs 327
10.1 Angles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 327
10.2 Colors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 328
10.3 Clock position . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 330
10.4 Compass direction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 331
10.5 Connecting points . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 332
10.6 Line patterns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 336
10.7 Line width . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 337
10.8 Margins . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 338
10.9 Marker size . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 340
10.10 Orientation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 341
The electronic form of this book is solely for direct use at UCLA and only by faculty, students, and staff of UCLA.
All rights reserved on the copyright page apply to this document and specifically neither the electronic nor
published form of the book may be distributed or reproduced, either electronically or in printed form.
xii Contents
10.11 Marker symbols . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 342
10.12 Text size . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 344
11 Appendix 345
11.1 Overview of statistical graph commands, stat graphs . . . . . . . . . . . . 345
11.2 Common options for statistical graphs, stat graph options . . . . . . . . . 352
11.3 Saving and combining graphs, save/redisplay/combine . . . . . . . . . . . 358
11.4 Putting it all together, more examples . . . . . . . . . . . . . . . . . . . . 366
11.5 Common mistakes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 376
11.6 Customizing schemes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 379
11.7 Online supplements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 382
Subject index 383
The electronic form of this book is solely for direct use at UCLA and only by faculty, students, and staff of UCLA.
All rights
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:Graphics GRAPHIC Visual GRAPH Stata Stata Guide Visual Graphics

a visual guide to stata graphics.pdf

9.93 MB

需要: 5 个论坛币  [购买]

沙发
thunders 发表于 2010-4-14 11:23:24 |只看作者 |坛友微信交流群
这个在网上就能找到免费的

使用道具

藤椅
wddior 发表于 2010-4-23 19:00:19 |只看作者 |坛友微信交流群
请问这08版的还是04版的?

使用道具

板凳
North@PKU 发表于 2010-4-26 11:20:46 |只看作者 |坛友微信交流群
3# wddior
04...

使用道具

报纸
tshero 发表于 2010-8-22 23:49:16 |只看作者 |坛友微信交流群
看样子是第一版的,谁有第二版的啊?
A Visual Guide to Stata Graphics, 2nd Edition

使用道具

地板
tshero 发表于 2010-8-22 23:54:12 |只看作者 |坛友微信交流群
A Visual Guide to Stata Graphics

Michael Mitchell


Table of content

Dedication
Acknowledgments


Preface to the Second Edition
Preface to the First Edition


1 Introduction
1.1 Using this book
1.2 Types of Stata graphs
1.3 Schemes
1.4 Options
1.5 Building graphs


2 Editor
2.1 Overview of the Graph Editor
2.2 Object Browser
2.3 Modifying objects
2.4 Adding objects
2.5 Moving objects
2.6 Hiding and showing objects
2.7 Locking and unlocking objects
2.8 Using the Graph Recorder
2.9 Graph Editor versus Stata commands


3 Twoway graphs
3.1 Scatterplots
3.2 Regression fits and splines
3.3 Regression confidence interval fits
3.4 Line plots
3.5 Area plots
3.6 Bar plots
3.7 Range plots
3.8 Distribution plots
3.9 Options
3.10 Overlaying plots


4 Scatterplot matrix graphs
4.1 Marker options
4.2 Controlling axes
4.3 Matrix options
4.4 Graphing by groups


5 Bar graphs
5.1 Y variables
5.2 Graphing bars over groups
5.3 Options for controlling gaps between bars
5.4 Options for sorting bars
5.5 Controlling the categorical axis
5.6 Legends and labeling bars
5.7 Controlling the y axis
5.8 Changing the look of bars
5.9 Graphing by groups


6 Box plots
6.1 Specifying variables and groups
6.2 Options for controlling gaps between boxes
6.3 Options for sorting boxes
6.4 Controlling the categorical axis
6.5 Controlling legends
6.6 Controlling the y axis
6.7 Changing the look of boxes
6.8 Graphing by groups


7 Dot plots
7.1 Specifying variables and groups
7.2 Options for controlling gaps between dots
7.3 Options for sorting dots
7.4 Controlling the categorical axis
7.5 Controlling legends
7.6 Controlling the y axis
7.7 Changing the look of dot rulers
7.8 Graphing by groups


8 Pie charts
8.1 Types of pie charts
8.2 Sorting pie slices
8.3 Changing the look and color and exploding pie slices
8.4 Slice labels
8.5 Controlling legends
8.6 Graphing by groups


9 Options available for most graphs
9.1 Changing the look of markers
9.2 Creating and controlling marker labels
9.3 Connecting points and markers
9.4 Setting and controlling axis titles
9.5 Setting and controlling axis labels
9.6 Controlling axis scales
9.7 Selecting an axis
9.8 Graphing by groups
9.9 Controlling legends
9.10 Adding text to markers and positions
9.11 More options for text and textboxes


10 Standard options available for all graphs
10.1 Creating and controlling titles
10.2 Using schemes to control the look of graphs
10.3 Sizing graphs and their elements
10.4 Changing the look of graph regions


11 Styles for changing the look of graphs
11.1 Angles
11.2 Colors
11.3 Clock position
11.4 Compass direction
11.5 Connecting points
11.6 Line patterns
11.7 Line width
11.8 Margins
11.9 Marker size
11.10 Orientation
11.11 Marker symbols
11.12 Text size


12 Appendix
12.1 Overview of statistical graph commands
12.2 Common options for statistical graphs
12.3 Saving, redisplaying, and combining graphs
12.4 More examples: Putting it altogether
12.5 Common mistakes
12.6 Customizing schemes
12.7 Online supplements

Subject index

使用道具

7
devin_lzc 发表于 2016-8-24 18:37:35 |只看作者 |坛友微信交流群
非常好的资料!谢谢!

使用道具

8
红魔来了 发表于 2016-9-10 16:50:38 |只看作者 |坛友微信交流群
刚看stata十八讲  mark下

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注jltj
拉您入交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-11-5 14:58