dot-pcr_error: Propage two vectors

.pcr_errorR Documentation

Propage two vectors

Description

Propage two vectors

Usage

.pcr_error(vec, ref)

Arguments

vec

A vector of numerics

ref

A numeric vector

Value

A vector of numerics

Examples

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

MahShaaban/pcr documentation built on Jan. 23, 2023, 11:37 p.m.