博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
什么是协变量
阅读量:7220 次
发布时间:2019-06-29

本文共 3142 字,大约阅读时间需要 10 分钟。

 

I've found a good passage talking about covariate:

Covariate:

In design of experiments, a covariate is an independent variable not manipulated

by the experimenter but still affecting the response. See Variables (in design
of experiments) for an explanatory example.

协变量:在实验的设计中,协变量是一个独立变量(解释变量),不为实验者所操纵,但仍影响响应

 

Variables (in design of experiments):

Many statistical methods rest on a statistical model which states a relationship

Y = f(X1,..,XN)

between a dependent variable (Y) and independent variable(s) X1,...,XN. In designed experiments, the dependent variable is often named "response", independent variables manipulated by the experimenter "factors", independent variables not manipulated by the experimenter (but still affecting the response) "covariates". The values which a factor can take on are named "levels" of this factor. Tested combinations of levels of all factors are called "treatments".

许多统计方法基于一个统计模型

Y = f(X1,..,XN)

 

描述依存变量(被解释变量)Y 和独立变量(解释变量) X1,...,XN 之间的关系。在设计的实验中,依存变量(被解释变量)经常被称为“反应”,被实验者所操纵的独立变量(解释变量)被称为“影响因素”,

不被实验者所操纵(但仍然影响“反应”)的独立变量(解释变量)被称为“协变量”,一个影响因素所取的值称为该因素的“水平”。用于检验的所有影响因素水平的不同组合被称为“方案”。

 

Consider an example of a clinical trial of drugs. The question addressed by the trial is how combinations of two drugs affect the survival rate. Two drugs have been tested: "Drug 1" and "Drug 2". Drug 1 has been administered in three ways - "None", "Orally (pills)", "Injection"; drug 2 has been administered in a single way, but in 4 different doses "None", "Low", "Moderate", "High". All the 12 (3x4) possible combinations of administration of the two drugs have been tested. The following model is used to interpret outcomes of the trial:

Y = Tij + B X + E ;    i=1,...,3;    j=1,...,4;

where Y is the survival rate, indices i and j correspond to the methods of administration of the drug 1 and drug 2 respectively, X is age, and E is random variation in survival rate. Coefficients Tij, which characterize the effect of the two drugs on the survival rate, are of primary interest.

考虑一个药品临床试验的例子,试验提出的问题是,两种药品的不同组合如何影响救活率。试验的两种药品分别是 “药品1”、“药品2”。药品1的使用方式有3种:“不用”、“口服”、“注射”;药品2的使用方式只有1种,但有4种不同的剂量:“不用”、“低剂量”、“中剂量”、“高剂量”。2种药品在试验中的方案有12种(3*4)可能的组合。试验的结果用模型表示为:

Y = Tij + B X + E ;    i=1,...,3;    j=1,...,4;

 

 

The response here is the survival rate. We have two factors - "drug 1" and "drug 2". The first factor has three levels ("none", "orally", "injection"), the second factor - four levels ("none", "low dose", "moderate", "high"). (Note: levels are not necessarily doses, as for factor 2; for factor 1, for example, levels are related to methods of administration). We have here 12 treatments being tested - all the possible combinations of the three levels of factor 1 and the four levels of factor 4 (specified above).

 

系数Tij 是相应治疗方式的成效。举个例子,T23 是药物1口服和药物2中等剂量治疗方案的治疗效果。年龄在这里作为协变量而存在,它虽然不被实验者所控制,但确实会对存活率产生影响。

 

Coefficients Tij are "effects" of the corresponding treatments. For example, T23 is the effect of the treatment by drug 1 orally plus drug 2 in moderate dose. Age here is a covariate - it is not manipulated by the experimenter but still may have effect on the survival rate.

 

作者:
出处:
博客文章大部分为原创,版权归作者和博客园共有,欢迎转载。
你可能感兴趣的文章
netty初步认知
查看>>
redis
查看>>
用过的发送邮件的方法。
查看>>
VMWare
查看>>
web.xml 中的listener、 filter、servlet 加载顺序及其详解
查看>>
try catch finally
查看>>
Windows编程之作业篇
查看>>
一文了解“Service Mesh(服务网格)”的历史与现在
查看>>
使用 rt_tables 巧妙配置 Linux centos7多网卡多路由实现策略路由
查看>>
Javascript中的RegExp类型
查看>>
Java 基础
查看>>
Spring的代理选择
查看>>
PHP搭建简易留言板
查看>>
websphere set jndi
查看>>
ORACLE同义词总结
查看>>
浅谈教你如何掌握Linux系统
查看>>
做数据分析必须了解的获取数据与清洗数据技巧
查看>>
11月8日云栖精选夜读:如何让测试少加班?阿里Mock平台使用方法揭秘!
查看>>
netty源码分析(一)
查看>>
vue.js 总结
查看>>