acrResponse: Calculate ACR 20/50/70 response

Description Usage Arguments Examples

View source: R/responseRA.R

Description

Calculate ACR 20/50/70 response from SJC, TJC, patient global assessment, patient pain VAS, physician global assessment, HAQ and measurements.

Usage

1
acrResponse(acr1, acr2, na.rm = TRUE)

Arguments

acr1

acrRA object with initial measurements.

acr2

acrRA object with follow up measurements.

na.rm

logical. Should missing values be removed.

Examples

1
2
3
4
  acr1 <- acrRA(sjc=8, tjc=12, ptGA=50, ptPain=35, phGA=60, haq=0.850, apr=15)
  acr2 <- acrRA(sjc=4, tjc=7, ptGA=20, ptPain=25, phGA=30, haq=0.350, apr=10)

  acrResponse(acr1, acr2)

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