aprClassification: Calculate acute phase reactant classification from test...

Description Usage Arguments Examples

View source: R/acrEularRA.R

Description

Calculates acute phase reactant classification for given the C-reactive protein and ESR test scores and the upper limit of normal.

Usage

1
aprClassification(crp, esr, crp.uln = 10, esr.uln = 15)

Arguments

crp

numeric of C-reactive protein test result.

esr

numeric of erythrocyte sedimentation rate test result.

crp.uln

numeric for upper limit of normal for the C-reactive protein test.

esr.uln

numeric for upper limit of normal for the erythrocyte sedimentation rate test.

Examples

1
aprClassification(crp=9, esr=16, crp.uln=10, esr.uln=15)

fragla/acreular documentation built on June 8, 2020, 2:46 p.m.