zoukankan      html  css  js  c++  java
  • What is 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".

    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.

    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). 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.

  • 相关阅读:
    MXNet--DMLC-Core代码解读与宏
    mxnet的训练过程——从python到C++
    L1正则化及其推导
    mshadow的原理--MXNet
    A-Softmax的总结及与L-Softmax的对比——SphereFace
    天猫-淘宝年货精选,内部特供,最高折扣,最优质量
    get_template_part() 函数详解备忘(转)
    (转)WordPress的主查询函数-query_posts()
    深度剖析WordPress主题结构(转)
    Science上发表的超赞聚类算法(转)
  • 原文地址:https://www.cnblogs.com/ysjxw/p/1209033.html
Copyright © 2011-2022 走看看