print.asso: Prints association study results

Description Usage Arguments Author(s) Examples

Description

Prints formatted results from the association study returned by AssoTestProc.

Usage

1
2
  ## S3 method for class 'asso'
 print(x, ...)

Arguments

x

The association study results obtained from the AssoTestProc.

...

Usual arguments passed to the print function.

Author(s)

Meiling Liu

Examples

1
2
3
# 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)

rksyouyou/PedCNV documentation built on May 27, 2019, 9:16 a.m.