plotline {ONEST} | R Documentation |
This function uses the binary (0/1) pathology data to plot the percentage of agreement.
plotline(path,indi=1,color="red")
path |
pathology data as a matrix (missing values are allowed) |
indi |
an indicator; if indi=0: then do not make plot; indi=1: then make plot, original scale. Labels on the x and y-axis are on the original scale |
color |
the color used to draw pictures |
A matrix with percentage of agreement from the original scale
data("sp142_bin")
plotline(sp142_bin,1,"red")