Learn R Programming

IntegratedJM (version 1.6)

plotAsso: plotAsso

Description

The plotAsso function is used to plot the unadjusted association vs the adjusted association for all the genes.

Usage

plotAsso(jointModelResult, type)

Arguments

jointModelResult

Data frame, containing the results from the fitJM function.

type

Character string, specifying the type of association - Pearson or Spearman.

Value

Creates a plot

Details

Plots the unadjusted association vs the adjusted association for all the genes.

Examples

Run this code
# NOT RUN {
plotAsso(jointModelResult=jmRes,type="Pearson")
# }

Run the code above in your browser using DataLab