{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

Stata 环境下的数据管理实务手册

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

Stata 环境下的数据管理实务手册

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Editer Recommend

·一本非常实用的社会统计软件Stata数据管理的指导书!
·有效提升大数据时代的数据管理能力和处理能力!
·社会科学工作者、数据工作者的数据管理参考书!
·手把手逐步演示数据管理的流程,易上手,易操作,突出实务!
·国际Stata出版社授权,中国人民大学中国调查与数据中心翻译,准确、经得起检验的数据管理实务手册。
一本生动可读的数据管理书。作者就像是一个坐在对面娓娓道来的讲故事的人,将数据管理的流程和步骤一一展现,让我们重新认识到Stata在数据管理方面的迷人魅力。大数据时代,让数据为我所用,易用,乐用,是这本书的一个出发点。
该书的翻译也是可圈可点的,精确,流畅,译者唐丽娜不亏是科班出身并长期致力于社会统计的专家,她在社会数据的管理与统计方面的专业经验,以及在CGSS(中国综合社会调查)项目中丰富的实操经验,也极大保证了这本书的翻译质量。

Content Description

数据管理是介于原始数据收集和统计分析之间的一项重要工作,其包含了数据分析中那些挑战性的方面。《Stata环境下的数据管理实务手册》从Stata入手,展示了Stata在管理数据工作中的作用,而非仅仅是其在统计上的优势。
《Stata环境下的数据管理实务手册》各章甚至各章中的大多数小节都是相互独立的,每一部分都关注某一个特定的数据管理任务,并且提供了相应的实例来展示如何在Stata中实现这一特定数据管理任务。这使得本书提供了两种不同的方式供读者使用。读者可挑选其中某一章节进行阅读学习,或以数据管理任务为导向快速获得相应帮助。
《Stata环境下的数据管理实务手册》包含11章,第1章是简介,第2—5章讨论数据管理的基本问题:读入和保存数据、数据清理、给数据加标签以及创建变量。第6—8章讨论的是在数据管理项目中较为常见的问题:合并数据、处理子群体中的个案以及改变数据结构。第9章讨论的是有关数据管理编程的问题。其相对第2—5章的内容而言更为深入和高级。这章描述了应怎样组织构建数据分析以便其能被循环使用,并介绍了很多用来处理重复性任务的简单编程方法。第10章主要为拓展内容,介绍了怎样为本书获取一些在线资源,如何寻找和安装其他STATA用户编写的程序,并推荐了一系列补充的在线资源。最后附录列出STATA操作中的一些基本要素。这些要素并不是关于某一个特定的数据管理任务,较为分散,但却无处不在。

Author Description

迈克尔 ·N·米歇尔(Michael N. Mitchell),是一位医疗卫生服务领域的高级统计师。12年来,他一直在加州大学洛杉矶分校学术技术服务部门的统计咨询组工作。所著书籍有A Visual Guide to Stata Graphics,Interpreting and Visualizing Regression Models Using Stata,Stata for the Behavioral Sciences等。

唐丽娜,社会学博士,就职于中国人民大学中国调查与数据中心。研究领域为宗教社会学、社会调查方法与技术、社会科学数据管理及数据可视化、数据库建设。
Comments

有人说收集数据就像收垃圾一样:收集之前就应该想好怎么处理它。
——罗素.福克斯,马克思.哥白尼和罗伯特.虎克
Catalogue

第一章 入门介绍
1.1 本书的使用
1.2 本书的概要
1.3 本书使用的案例
第二章 读取和录入数据
2.1 简 介
2.2 读入Stata数据
2.3 保存Stata数据
2.4 读取逗号或制表符作分隔符的文件
2.5 读取空格作分隔符的文件
2.6 读取固定格式文件
2.7 读取一条观测值包含多行原始数据的固定格式的文件
2.8 读取SAS XPORT文件
2.9 读取数据时的常见错误
2.10 在Stata数据编辑器中直接输入数据
2.11 保存逗号或制表符作分隔符的文件
2.12 保存空格作分隔符的文件
2.13 保存SAS XPORT文件
第三章 数据清理
3.1 简 介
3.2 数据的双录
3.3 单个变量检查
3.4 用分类变量检查分类变量
3.5 用连续变量检查分类变量
3.6 用连续变量检查连续变量
3.7 修正数据中的错误
3.8 识别重复录入
3.9 关于数据清理的总结性思考
第四章 给数据加标签
4.1 简 介
4.2 描述数据
4.3 给变量加标签 4.4 给取值加标签
4.5 标签的作用
4.6 用不同的语言给变量和取值加标签
4.7 给数据添加注释
4.8 格式化变量的显示
4.9 改变数据中的变量顺序
第五章 创建变量
5.1 简 介
5.2 创建和修改变量
5.3 数值表达式和函数
5.4 字符表达式和函数
5.5 重新编码
5.6 给缺失值编码
5.7 虚拟变量
5.8 日期变量
5.9 日期-时间变量
5.10 变量间的计算
5.11 个案间的计算
5.12 更多的使用egen命令的例子
5.13 把字符型变量转换成数值型变量
5.14 把数值型变量转换成字符型变量
5.15 变量重命名和变量排序
第六章 合并数据
6.1 简 介
6.2 添加数据
6.3 添加数据时存在的问题
6.4 一对一匹配合并数据
6.5 一对多匹配合并数据
6.6 合并多个数据
6.7 更新合并
6.8 合并数据时的其他选项
6.9 合并数据时的问题
6.10 连接数据
6.11 交叉合并数据
第七章 处理分组的观测值
7.1 简 介
7.2 为每个分组获取独立的结果
7.3 分组独立计算数值
7.4 组内计算:加下标的观测值
7.5 组内计算:跨观测值计算
7.6 组内计算:求和
7.7 组内计算:更多示例
7.8 比较by命令和tsset命令
第八章 改变数据形状
8.1 简 介
8.2 宽数据和长数据
8.3 长数据转换成宽数据
8.4 长数据转宽数据时的问题
8.5 宽数据转换成长数据
8.6 宽数据转长数据时的问题
8.7 多层次数据
8.8 延展数据
第九章 数据管理编程
9.1 简 介
9.2 对数据管理长期目标的建议
9.3 执行do文件和制作日志文件
9.4 数据检验的自动化
9.5 合并do文件
9.6 介绍Stata中的宏
9.7 使用Stata中的宏
9.8 通过变量循环实现命令的重复执行
9.9 通过数字循环实现命令的重复执行
9.10 任何数据管理都能用循环实现命令的重复执行
9.11 获取Stata命令保存的结果
9.12 把estimation命令的结果保存为数据
9.13 编写Stata程序
第十章 附加资源
10.1 本书的在线资源
10.2 搜索并安装其他程序
10.3 更多在线资源
附录 基础知识
A1.简 介
A2.Stata语法概述
A3.用by命令进行分组分析
A4.注释
A5.数据类型
A6.逻辑表达式
A7.函数
A8.用if和in对观测值进行分组
A9.用keep和drop选择观测值和变量
A10.缺失值
A11.变量列表
主题词表
Book Abstract

书如其名,这是一本关于用Stata来管理数据的操作手册。作为一本操作手册,也就没有必要一定遵循某种顺序来阅读每个章节。书中各章不仅各自独立,并且各章中的大多数小节也相互独立。书中每一部分都关注某一个特定的数据管理任务,且提供了相应的示例来展示如何在Stata中实现这一特定的数据管理任务。我认为本书至少有两种使用方式。
读者可挑选其中一章,比如第3章“数据清理”,通过阅读这一章来掌握一些有关如何清理和准备数据的新知识点或小技巧。这样,当下次需要清理数据时,就可以直接使用之前学到的这些相关知识点,如果需要的话,也可以再快速浏览一下相关章节。
或者,面对之前从来没有做过的数据任务(或者也许之前做过,但是已经很长时间没有操作过了),希望能够快速获得帮助。例如,要读入一个用逗号作为分隔符的数据文件。这时候,拿起这本书直接翻到第2章“读入数据”的2.4节,这节介绍了如何读入以逗号和制表符作分隔符的数据文件。根据这节中的示例,就能把逗号分隔的数据文件读入Stata,然后继续你的数据处理工作。
当阅读这本书的时候,读者会发现本书的每个章节都是为解决某个具体问题而设计的,但千万不要迷失在一些附属或难懂的细节之中。如果发现自己需要了解一些更深的知识,本书的每个小节也列出了一些Stata帮助文件中的相关参考文件,这些参考中包含了更多的知识。如果读者用的是Stata 11.0版本,那么这些帮助文件中还包含了在线参考手册的链接。由于本书是按照实际数据管理中会遇到的不同任务来组织的,而Stata的参考手册是根据命令来组织的,因此我希望本书能够帮助读者将手头上要处理的数据管理任务和手册中与这些任务相关的对应条目联系起来。从这个角度来看,本书并不是Stata参考手册的竞争者,相反是它们的使用指南。
建议读者能够自己去操作和运行书中的示例。和被动学习(比如仅阅读本书)相比,实际操作让你进入一种主动学习的状态。如果读者主动在Stata中敲入命令,查看运行结果,自己试验同一命令的变体,那么相信这时你对知识的理解,和被动学习相比,会更好且更深入。
为了方便读者重复操作书中列出的示例,书中所有的数据都可以从网络上直接下载。通过在Stata中键入下面的命令,将书中涉及到的所有数据直接读入Stata的当前工作目录下:
执行完这些命令后,就可以使用这些数据了,比如:要用数据wws.data,只需键入如下命令即可:
. use wws
书中每个小节都是独立的,因此可以在每个小节开时,键入相关命令,直接重复运行本节中的示例。有时,甚至可以在某个小节的中间重复运行一个示例,但并不是在所有的小节中都能这么操作。此时,需要重新回到这一小节的开头来重复这些示例。尽管大部分的章节是独立的,但有些部分仍是建立在之前章节的基础上。即使在这种情况下,数据也是可用的,以便读者能从任何一个给定小节开头部分来运行这些示例。
尽管书中讲的所有示例都可以通过点击Stata菜单中的相关条目来实现,但本书的重点是使用Stata的命令行进行操作。但,有一点需要说明:Stata里有两个非常方便的交互界面/点击的功能,即使一些以写命令为主的用户(包括我自己)也会发现这些功能很有用。数据编辑器(Data Editor,2.10节会介绍)是一个非常有用的用来把数据录入Stata的交互界面。在这节中,还介绍了变量管理器(Variable Manager)的使用。虽然这是在给一个新创建的数据添加标签的背景中,介绍变量管理器,但它对修改(或增加)一个既存数据的标签同样非常有用。
需要说明的是本书是在Stata 11.0下写成的。书中大部分示例在11.0之前的版本中也同样有效。但是,有些示例在11.0之前的版本下是无效的,最明显的是第6章中那些用来讲解数据合并的例子。
这就提出了一个问题,读者要一直保持自己所用的Stata是最新的,这也是一个不错的练习。要想证实你的Stata是最新版并获取所有免费更新,输入下面这个命令:
然后根据提示操作。升级完成后,可键入命令 help whatsnew来查看刚刚都更新了些什么以及此前Stata的更新记录。
在下载完所需数据并实现Stata的全面升级后,便可投入到本书的学习中,并亲自操作书中的所有示例。在此之前,希望读者能看完下面一节,它是对本书的总体介绍,能够帮助读者选择可能是你想最先阅读的章节。
……

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book