Description Usage Arguments Value Examples
Propage two vectors
1 | .pcr_error(vec, ref)
|
vec |
A vector of numerics |
ref |
A numeric vector |
A vector of numerics
1 2 3 | vec <- rnorm(6, 30, 1)
ref <- rnorm(6, 30, .1)
pcr:::.pcr_error(vec, ref)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.