new_acrEularRA: Create a new acrEularRA class

Description Usage Arguments Value Examples

View source: R/acrEularRA.R

Description

new_acrEularRA returns an acrEularRA object.

Usage

1
2
3
4
5
6
7
new_acrEularRA(
  ljc = numeric(),
  sjc = numeric(),
  duration = numeric(),
  apr = character(),
  serology = character()
)

Arguments

ljc

numeric large joint count. Number of swollen and/or tender large joints.

sjc

numeric small joint count. 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.

apr

character acute phase reactant levels. "Normal" or "Abnormal"

serology

character CCP and/or rheumatoid factor levels. "Negative", "Low" positive or "High" positive.

Value

An acrEularRA object.

Examples

1
 obj <- new_acrEularRA(ljc=8, sjc=12, duration=43, apr="Normal", serology="High")

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