.pcr_amount {pcr} | R Documentation |
Calculate the amounts
Description
Calculate the amounts
Usage
.pcr_amount(vec, a, b)
Arguments
vec |
A vector of numerics |
a |
A numeric |
b |
A numeric |
Value
A vector of numerics
Examples
vec <- rnorm(6, 30, 1)
pcr:::.pcr_amount(vec, 1, 1)
[Package pcr version 1.2.2 Index]