elaborator_plot_ref_pattern: Generates the reference-value based pattern analysis plots in...

Description Usage Arguments Value

View source: R/elaborator_plot_ref_pattern.R

Description

Generates diagrams showing the frequency of normal and abnormal values at each visit of a study separately by treatment group and laboratory parameter according to the reference-value based pattern analysis.

Usage

1
2
3
4
5
6
7
elaborator_plot_ref_pattern(
  data,
  criterion,
  fontsize = 0.6,
  sorting_vector = as.character(unique(data[, "PARAMCD"])),
  abnormal_value_factor = 1
)

Arguments

data

data set

criterion

criterion for defining whether abnormal values are defined as values below the lower limit of normal (less), above the upper limit of normal (greater) or either above the upper limit of normal or below the lower limit of normal (within)

fontsize

font size of numbers printed inside the circles

sorting_vector

vector of laboratory parameter names in the order in which laboratory parameters are presented in the output

abnormal_value_factor

numeric which is multiplied with upper and/or lower limit of normal for defining abnormal values; can only take positive values.

Value

No return value, called to plot the reference-based value pattern.


elaborator documentation built on Feb. 23, 2021, 1:06 a.m.