Learn R Programming

PedCNV (version 0.1)

print.asso: Prints association study results

Description

Prints formatted results from the association study returned by AssoTestProc.

Usage

"print" (x, ...)

Arguments

x
The association study results obtained from the AssoTestProc.
...
Usual arguments passed to the print function.

Examples

Run this code
# Fit the data under the assumption that there are 3 clusters
asso.fit <- AssoTestProc(signal=signal,fam=fam,envirX=envirX,phi=phi,N=3,varSelection='PC.9')
print(asso.fit)

Run the code above in your browser using DataLab