Learn R Programming

hemat (version 1.1.3)

calc_mchc: Calculate Mean Corpuscular Hemoglobin Concentration (MCHC)

Description

Calculates the MCHC based on hemoglobin concentration and hematocrit. MCHC measures the average concentration of hemoglobin in red blood cells.

Usage

calc_mchc(hb, ht)

Value

Numeric value representing the MCHC in grams per deciliter (g/dL).

Arguments

hb

Numeric value representing the hemoglobin concentration in g/dL.

ht

Numeric value representing the hematocrit in percentage.

Examples

Run this code
calc_mchc(15, 40)

Run the code above in your browser using DataLab