Learn R Programming

LDLcalc (version 2.1)

LDLallEq: 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)

Value

The calculated LDL values, according to all the equations.

Arguments

TC

The TC (Total Cholesterol) value.

HDL

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

TG

The TG (Triglyceride) value.

Examples

Run this code
LDLallEq(170,35,174)

Run the code above in your browser using DataLab