InteractionCoefficientGraph: Graphs a scatterplot of pairs vs. the interaction coefficient...

View source: R/plottingfunctions.R

InteractionCoefficientGraphR Documentation

Graphs a scatterplot of pairs vs. the interaction coefficient for the pair

Description

Graphs a scatterplot of pairs vs. the interaction coefficient for the pair

Usage

InteractionCoefficientGraph(
  inputResults,
  interactionCoeffPercentile = 0.1,
  percentageToPlot = 0.01,
  independent.var.type = 1,
  outcome = 2
)

Arguments

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")

Value

a scatterplot


IntLIM documentation built on Aug. 22, 2022, 5:05 p.m.