twograders.plotx: Correlation Plot

Description Usage Arguments

Description

Creates the plot with x-axis = "Grader 1" vs. Y-axis = "Grader 2" for continuous type data. Calculates the mean difference, intra-class correlaion, within [range1] (%), and within [range2](%)

Usage

1
2
3
4
twograders.plotx(grade1a, grade2a, label1, label2, range1, range2,
  range3 = 9999, ptsz = 0.7, lab = c(5, 5, 7), cantgrade = "",
  maintitle = "", subtitle = "", footer = "", shiny = FALSE,
  x1 = -999, x2 = -999, y1 = -999, y2 = -999, mar = c(0, 0, 0, 0))

Arguments

grade1a

vector of grades

grade2a

vector of second grades

label1

label for first grades

label2

label for second grades

range1, range2, range3

numerics; specify the ranges to use for within calculations

ptsz

numeric; passed to cex argument of plot

cantgrade

numeric value specifying what is used for 'Cannot Grades'

maintitle

main title of graph

subtitle

sub title of graph

footer

foot text

x1, x2

range for x axis – if -999 the range is calculated from data

y1, y2

range for y axis – if -999 the range is calculated from data


rmtrane/QualityControl documentation built on May 5, 2019, 5:54 p.m.