z_lms_to_x: Z and LMS to X function

View source: R/growth_functions.R

z_lms_to_xR Documentation

Z and LMS to X function

Description

Vectorized function to convert Z + LMS parameters to a measurement. If Z, L, M, or S are vectors of different length, will recycle the shorter vectors.

Usage

z_lms_to_x(Z, L, M, S)

Arguments

Z

Z parameter(s)

L

lambda parameter(s)

M

mu parameter(s)

S

sigma parameter(s)

Examples

# z_lms_to_x()

jhchou/peditools documentation built on Oct. 2, 2023, 7:14 a.m.