数据集:Introduction to Econometrics by Stock&Watson
James H. Stock and Mark W. Watson, Introduction to Econometrics: data sets
詹姆斯·H·斯托克 马克·W·沃森. 计量经济学. 数据集
学生资源
https://wps.pearsoned.com/aw_stock_ie_3/178/45691/11696965.cw/index.html
Third Edition or Third Edition Update
Data for Empirical Exercises and Test Bank
- Data for Empirical Exercises and Test Bank (Original Edition)
- Data for Empirical Exercises and Test Bank (Updated Edition)
STATA 数据集
Each of these data sets is readable by Stata over the Web. You need only copy the line given below each dataset into your Stata command window or Stata do-file. After loading the data into Stata, use save to make a copy of the data on your own machine if you wish. The link from each dataset's name gives you the codebook of variable names and definitions. Please report any problems accessing these data to baum.
- CASCHOOL: N=420, panel data on test performance, school characteristics and student demographic backgrounds for California school districts, 1998-1999.
use http://fmwww.bc.edu/ec-p/data/stockwatson/caschool - CIG_CH10: N=96, Panel data, annual per capita cigarette sales for 48 states in packs per fiscal year in 1985 and 1995, only.
use http://fmwww.bc.edu/ec-p/data/stockwatson/cig_ch10 - CIG85_95: N=528, Panel data, annual per capita cigarette sales for 48 states in packs per fiscal year from 1985-1995.
use http://fmwww.bc.edu/ec-p/data/stockwatson/cig85_95 - CPS_CH3: N=11130, Panel data: the Current Population Survey (CPS) provides data on labor force characteristics of the population, 1992-1998.
use http://fmwww.bc.edu/ec-p/data/stockwatson/cps_ch3 - FATALITY: N=336, Panel data, number of state traffic fatalities for 48 states, 1982-1988.
use http://fmwww.bc.edu/ec-p/data/stockwatson/fatality - HMDA_AER: N=2925, Cross-sectional data, mortgage applications made in 1990 in the greater Boston metropolitan area.
use http://fmwww.bc.edu/ec-p/data/stockwatson/hmda_aer - HMDA_SW: N=2380, Cross-sectional data, mortgage applications made in 1990 in the greater Boston metropolitan area using a subset of the original dataset.
use http://fmwww.bc.edu/ec-p/data/stockwatson/hmda_sw - JOURNALS: N=180, Cross-sectional data on 180 economics journals for the year 2000.
use http://fmwww.bc.edu/ec-p/data/stockwatson/journals - OJ: N=642, Time-series data on frozen and finished Florida orange juice prices, 1948-2001.
use http://fmwww.bc.edu/ec-p/data/stockwatson/oj - MACRODAT: N=168, Time-series macroeconomic data.
use http://fmwww.bc.edu/ec-p/data/stockwatson/macrodat - MCAS: N=220, Cross-sectional data, district-wide averages for Mass. public elementary school districts in 1998.
use http://fmwww.bc.edu/ec-p/data/stockwatson/mcas
STAR_SW(http://fmwww.bc.edu/ec-p/data/stockwatson/STAR_SW.des): N=11598, Subset of the variables in WEBSTAR.
use http://fmwww.bc.edu/ec-p/data/stockwwatson/star_sw - WEBSTAR: N=11598, Panel data on test scores, treatment groups, and student and teacher characteristics for four years (1985-86 to 1988-89).
use http://fmwww.bc.edu/ec-p/data/stockwatson/webstar
数据集:Introduction to Econometrics by Stock&Watson的更多相关文章
- (转) Using the latest advancements in AI to predict stock market movements
Using the latest advancements in AI to predict stock market movements 2019-01-13 21:31:18 This blog ...
- An Introduction to Stock Market Data Analysis with R (Part 1)
Around September of 2016 I wrote two articles on using Python for accessing, visualizing, and evalua ...
- mongoDB index introduction
索引为mongoDB的查询提供了有效的解决方案,如果没有索引,mongodb必须的扫描文档集中所有记录来match查询条件的记录.然而这些扫描是没有必要,而且每一次操作mongod进程会处理大量的数据 ...
- 【转】[特征选择] An Introduction to Feature Selection 翻译
中文原文链接:http://www.cnblogs.com/AHappyCat/p/5318042.html 英文原文链接: An Introduction to Feature Selection ...
- 阅读笔记Multi-task Learning for Stock Selection [NIPS1996]
Multi-task Learning for Stock Selection Joumana Ghosn and Yoshua Bengio 摘要 用人工神经网络预测未来回报以便于做出对应的金融决 ...
- 人工智能范畴及深度学习主流框架,IBM Watson认知计算领域IntelligentBehavior介绍
人工智能范畴及深度学习主流框架,IBM Watson认知计算领域IntelligentBehavior介绍 工业机器人,家用机器人这些只是人工智能的一个细分应用而已.图像识别,语音识别,推荐算法,NL ...
- Introduction to Machine Learning
Chapter 1 Introduction 1.1 What Is Machine Learning? To solve a problem on a computer, we need an al ...
- Introduction to Financial Management
Recently,i am learning some useful things about financial management by reading <Essentials of Co ...
- Samza文档翻译 : Comparison Introduction
http://samza.incubator.apache.org/learn/documentation/0.7.0/comparisons/introduction.html 这里有一些使得Sam ...
随机推荐
- easyUI之Accordion(分类)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <hea ...
- Kafka offset机制
- c语言数组类型默认值(c99)
#include <stdio.h> #include <stdlib.h> int main() { ] = {}; //每个值默认0 ; i < len; i ++) ...
- StringJoiner,StringBuffer的一些lamada写法
public String friendlyText(List data) { if(CollectionUtils.isEmpty(data)) { return "[]"; } ...
- VS Code 的插件位置更改
--extensions-dir 你的目标文件夹 原来的目标位置:"E:\Program Files\VSCode\Code.exe" 更改后的位置:"E:\Progra ...
- MariaDB知识点总结02--日志+备份
一.日志 1.查询日志 记录每一条sql语句,建议不开启,因为如果访问量较大,会占用相当大的资源,影响性能; vim /etc/my.cnf.d/server.cnf general_log = ON ...
- webdriver的八种定位
转自https://zhuanlan.zhihu.com/p/54588889 在UI层面的自动化测试开发中,元素的定位与操作是基础,也是经常遇到的困难所在.webdriver提供了8种定位: 1. ...
- USACO 1.3 Name That Number【暴搜】
裸的穷举搜索. 研究了好久怎么输入$dict.txt$,$USACO$好像对$freopen$的顺序还有要求? /* ID: Starry21 LANG: C++ TASK: namenum */ # ...
- fping 命令
NAME fping - send ICMP ECHO_REQUEST packets to network hosts SYNOPSIS fping [ options ] [ systems... ...
- cm api
cm API:https://github.com/cloudera/cm_api/tree/master/python/examples/auto-deploy#看集群有几个clustercurl ...