Description Usage Arguments Value Examples
Creates an acrEular RA object from different parameters. Converts dates to duration value and serology and acute phase reactant values to classifications.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | 
| ljc | large joint count. Numeric between 0 and 10 of total number of swollen and/or tender large joints. | 
| sjc | small joint count. Numeric between 0 and 18 of total number of swollen and/or tender small joints. | 
| duration | numeric patient’s self-report on the maximum duration (in days) of signs and symptoms of any joint that is clinically involved at the time of assessment. | 
| onset | Date signs and symptoms started. | 
| assessment | Date of initial assessment. | 
| apr | character acute phase reactant levels. "Normal" or "Abnormal" | 
| 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. | 
| serology | character CCP and/or rheumatoid factor levels. "Negative", "Low" positive or "High" positive. | 
| ccp | numeric of ccp test result. | 
| rf | numeric of rheumatoid factor test result. | 
| ccp.uln | numeric for upper limit of normal for the ccp test | 
| rf.uln | numeric for upper limit of normal for the RF test | 
An acrEularRA object.
| 1 2 3 4 5 6 |  obj1 <- acrEularRA(ljc=8, sjc=12, duration=43, apr="Normal", serology="High")
 obj2 <- acrEularRA(ljc=8, sjc=12,
             onset=as.Date("2010-01-01"), assessment=as.Date("2010-02-13"),
             crp=5, esr=12, ccp=32, rf=71)
 all.equal(obj1, obj2)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.