ZfromLMS: Calculate z-scores

Description Usage Arguments Details

View source: R/functions.R

Description

Calculates z-scores from a measure and LMS values

Usage

1
ZfromLMS(measure, la, mu, si)

Arguments

measure

a vector of numbers

la

a vector of lambda values

mu

a vector of mu values

si

a vector of sigma values

Details

ZfromLMS calcuates a z-score from a measure=y and the distribuiton parameters, la=λ, mu=μ, and si=σ, which describe the median, the generalized coefficient of variation, and the power in the Box-Cox transformation. It uses the formula: Z=((y / μ)^λ - 1)/(λ * σ)


adblackwell/localgrowth documentation built on Jan. 26, 2020, 4:43 p.m.