plotAsso: plotAsso

Description Usage Arguments Details Value Examples

View source: R/Functions.R

Description

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

Usage

1
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

1
2
3
4
## Not run: 
plotAsso(jointModelResult=jmRes,type="Pearson")

## End(Not run)

IntegratedJM documentation built on May 2, 2019, 2:44 p.m.