dot-pcr_error: Propage two vectors

Description Usage Arguments Value Examples

Description

Propage two vectors

Usage

1
.pcr_error(vec, ref)

Arguments

vec

A vector of numerics

ref

A numeric vector

Value

A vector of numerics

Examples

1
2
3
vec <- rnorm(6, 30, 1)
ref <- rnorm(6, 30, .1)
pcr:::.pcr_error(vec, ref)

pcr documentation built on April 1, 2020, 9:07 a.m.