View source: R/plottingfunctions.R
InteractionCoefficientGraph | R Documentation |
Graphs a scatterplot of pairs vs. the interaction coefficient for the pair
InteractionCoefficientGraph( inputResults, interactionCoeffPercentile = 0.1, percentageToPlot = 0.01, independent.var.type = 1, outcome = 2 )
inputResults |
Data frame with model results (output of ProcessResults()) |
interactionCoeffPercentile |
percentile cutoff for interaction coefficient (default bottom 10 percent (high negative coefficients) and top 10 percent (high positive coefficients)) |
percentageToPlot |
percentage of points to plot (the points will be randomly selected) – plotting all points will likely overwhelm plotting function. |
independent.var.type |
type of analyte used as the independent variable ("1" or "2") |
outcome |
type of analyte used as the outcome/dependent variable ("1" or "2") |
a scatterplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.