new_acrRA: Create a new acrRA class

Description Usage Arguments Value Examples

View source: R/responseRA.R

Description

new_acrRA returns an acrRA object.

Usage

1
2
3
4
5
6
7
8
9
new_acrRA(
  sjc = numeric(),
  tjc = numeric(),
  ptGA = numeric(),
  ptPain = numeric(),
  phGA = 60,
  haq = numeric(),
  apr = numeric()
)

Arguments

sjc

numeric swollen joint count.

tjc

numeric tender joint count.

ptGA

numeric patient global assessment score.

ptPain

numeric patient pain assessment score.

phGA

numeric physician global assessment score.

haq

numeric health assessment questionairre score.

apr

numeric acute phase reactant value.

Value

An acrRA object.

Examples

1
 obj <- new_acrRA(sjc=8, tjc=12, ptGA=50, ptPain=29, phGA=60, haq=0.875, apr=15)

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