print.asso: Prints association study results

Description Usage Arguments Author(s) Examples

View source: R/AssoTestProcCS_mix.R

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)

PedCNV documentation built on May 2, 2019, 8:17 a.m.