plotAsso {IntegratedJM}R Documentation

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.

Details

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

Value

Creates a plot

Examples

## Not run: 
plotAsso(jointModelResult=jmRes,type="Pearson")

## End(Not run)

[Package IntegratedJM version 1.6 Index]