LDLallEq: Calculates and returns the LDL values using all available...

View source: R/Equation_functions.R

LDLallEqR Documentation

Calculates and returns the LDL values using all available equations

Description

This function calculates and returns the LDL values computed with all of the 12 named equations.

Usage

LDLallEq(TC, HDL, TG)

Arguments

TC

The TC (Total Cholesterol) value.

HDL

The HDL (High-density lipoprotein-cholesterol) value.

TG

The TG (Triglyceride) value.

Value

The calculated LDL values, according to all the equations.

Examples

LDLallEq(170,35,174)

LDLcalc documentation built on May 31, 2022, 5:07 p.m.