Hern\(\'{a}\)n M. and Robins J. Causal Inference: What If.

已经介绍过两个bias: confounding和selection, 这里介绍第三个, measurement bias.

这个measurement bias 不是指样本数目过少导致的误差, 用记录误差更为准确, 比如明明是\(A=1\), 但是记录成了\(A=0\).

9.1 Measurement Error

如上图所示, 我们所希望的实际上只有\(A \rightarrow Y\)这一条先, 但是由于measurement error \(U_A\)导致我们最后得到的只有\(A^*\), 此时想要计算\(A\)关于\(Y\)的causal effect就比较麻烦了.

不光是intervention, outcome \(Y\)实际上也可能会有measurement error.

The structure of measurement error

measurement error 可以分成四种:

  • independent nondifferential: Figure 9.2;
  • dependent nondifferential: Figure 9.3;
  • independent differential: Figure 9.4;
  • dependent differential: Figure 9.6.

9.3 Mismeasured confounders

这里介绍了另外一种特殊的情况, \(A, Y\)都没有测量误差, 但是\(L\)是存在测量误差的, 此时因为缺乏\(L\), 我们没法依赖其获得想要的条件可交换性.

同样的, 类似的情况也可能导致selection bias.

9.4 Intention-to-treat effect: the effect of a misclassified treatment

这一节讨论的是, 预先打算的策略\(Z\)对\(Y\)的causal effect和实际进行的\(A\)关于\(Y\)的causal effect之间的差别.

9.5 Per-protocol effect

主要讲了什么时候Intention-to-treat effect会是一个不错的选择.

Fine Point

The strength and direction of measurement bias

Per-protocol analyses

  • as treated: 只管\(A\), 不管\(Z\)(所以是不考虑\(Z\)的存在?).
  • per protocol: 只在\(A=Z\)的子集上讨论, 所以这种很有可能会导致selection bias. 如Figure 9.14 所示.

Pseudo-intention-to-treat analyses

Effectiveness versus efficacy

Technical Point

Independence and nondifferentiality

The exclusion restriction

指的是没有直接的箭头由assign treatment \(Z\) 指向 outcome \(Y\).

Chapter 9 Measurement Bias的更多相关文章

  1. Chapter 8 Selection Bias

    目录 8.1 The structure of selection bias 8.2 Examples of selection bias 8.3 Selection bias and confoun ...

  2. Java性能提示(全)

    http://www.onjava.com/pub/a/onjava/2001/05/30/optimization.htmlComparing the performance of LinkedLi ...

  3. [书目20131114]微软技术丛书•快速软件开发(珍藏版) Rapid Development Taming Wild Software Schedules By Steve McConnell

    本文摘自:http://shop.oreilly.com/product/9781556159008.do EFFICIENT DEVELOPMENT Chapter 1 Welcome to Rap ...

  4. 如何写出优秀的研究论文 Chapter 1. How to Write an A+ Research Paper

    This Chapter outlines the logical steps to writing a good research paper. To achieve supreme excelle ...

  5. LKD: Chapter 9 An Introduction to Kernel Synchronization

    This chapter introduces some conception about kernel synchronization generally. Critical Regions: Co ...

  6. Notes : <Hands-on ML with Sklearn & TF> Chapter 7

    .caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .label { border: 1px so ...

  7. 对Inductive Bias(归纳偏置)的理解

    参考资料: https://en.wikipedia.org/wiki/Inductive_bias http://blog.sina.com.cn/s/blog_616684a90100emkd.h ...

  8. Chapter 4 深入理解Caffe MNIST DEMO中的LeNet网络模型

    明代思想家王阳明提出了"知行合一",谓认识事物的道理与在现实中运用此道理,是密不可分的一回事.我以为这样的中国哲学话语,对于学习者来说,极具启发意义,要细细体会.中华文明源远流长, ...

  9. JVM Specification 9th Edition (3) Chapter 2. The Structure of the Java Virtual Machine

    Chapter 2. The Structure of the Java Virtual Machine 内容列表 2.1. The class File Format (class文件的格式) 2. ...

随机推荐

  1. Linux 参数代换 命令 xargs

    xargs 命令也是管道命令中的一员.xargs命令的功能简单来说就是参数代换.那么什么叫做参数代换,这里首先要了解管道的概念.在 linux管道 命令一节中我们详细介绍了管道命令的概念.这里我们只是 ...

  2. 『学了就忘』Linux启动引导与修复 — 68、Linux系统运行级别

    目录 1.Linux系统运行级别介绍 2.查看运行级别 3.修改当前系统的运行级别 4.系统默认运行级别 5./etc/rc.d/rc.local文件说明 1.Linux系统运行级别介绍 Linux默 ...

  3. 零基础学习java------23---------动态代理,ip,url案例

    1. 动态代理 2. ip,url案例 给定的access.log是电信运营商的用户上网数据,第一个字段是时间, 第二个字段是ip地址,第三个字段是访问的网站,其他字段可以忽略不计. 第一个字段是网段 ...

  4. Maven 学习第一步[转载]

    转载至:http://www.cnblogs.com/haippy/archive/2012/07/04/2576453.html 什么是 Maven?(摘自百度百科) Maven是Apache的一个 ...

  5. Running shell commands by C++

    #include <iostream> #include <stdio.h> #include <stdlib.h> using namespace std; st ...

  6. 【Linux】【Services】【SaaS】 kubeadm安装kubernetes

    1. 简介 2. 环境 2.1. OS:  CentOS Linux release 7.5.1804 (Core) 2.2. Ansible: 2.6.2-1.el7 2.3. docker: 2. ...

  7. OC简单介绍

    一.OC与C的对比 关键字 OC新增的关键字在使用时,注意部分关键字以"@"开头 方法->函数 定义与实现 数据类型 新增:BOOL/NSObject/id/SEL/bloc ...

  8. docker创建tomcat容器无法正常访问

    记一次创建tomcat docker容器后访问是404,进入到tomcat docker容器后发现webapps是空的 1.挂载 docker run -v localConfigFile:/cont ...

  9. KVM配置

    安装依赖包(因最小化安装) [root@slave-master ~]# yum install -y vim wget tree lrzsz gcc gcc-c++ automake pcre pc ...

  10. KrakenD url匹配通配符 url_pattern wildcard

    KrakenD是一个高性能Api网关,  api转发的推荐做法是每个api一个配置项,也就是一个endpoint,其开发者认为api网关和纯粹的L7路由不一样(文章链接). 因此社区版并没有提供通配符 ...