powered by
This function uses the binary (0/1) pathology data to plot the percentage of agreement.
plotline(path,indi=1,color="red")
pathology data as a matrix (missing values are allowed)
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
the color used to draw pictures
A matrix with percentage of agreement from the original scale
# NOT RUN { data("sp142_bin") plotline(sp142_bin,1,"red") # }
Run the code above in your browser using DataLab