Description Usage Arguments Value Note Author(s) References See Also Examples
Given the observed value of two variables and their respective standard error, the measurement error estimate for their correlation coefficient is returned
1 | cor.me.vector(exp1, se1, exp2, se2)
|
exp1 |
observed value for vector 1 |
se1 |
estimated standard error for vector 1 |
exp2 |
observed value for vector 2 |
se2 |
estimated standard error for vector 2 |
estimate |
Vecotr containing the estimates from the measurement error model, i.e. |
count |
numer of function and gradient evaluation |
convergence |
0 if converged. See optim() for details |
Most applicable for microarray expression data where standard errors are readily estimated by most low level analysis softwares. Hence variables can be thought of as genes. One also need to differentiate between cor.me and cor.true: the first one being the correlation between the measurement error distributions of the two genes whereas the second one is the quantity of interest, i.e true correlation between the two gene expression profiles.\
The function involves using quasi-newton for linear optimization, "BFGS" is the only implemented method now.
Beiying Ding
Ding, B.Y. and Gentleman, R. (2003) Measurement Error Model for correlation coefficient estimation and its application in microarray analysis
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.