print.linkage.tests: Print a linkage.tests object

View source: R/print.linkage.tests.q

print.linkage.testsR Documentation

Print a linkage.tests object

Description

Print a linkage.tests object, made within ibdreg. For each test, print the score test statistic, degree(s) of freedom, and pvalue at the position with the smallest pvalue.

Usage

## S3 method for class 'linkage.tests'
print(x, digits=max(options()$digits - 2, 5), 
                    show.model.tests=FALSE, ...)

Arguments

x

A linkage.tests object

digits

The number of significant digits to print for numeric values

show.model.tests

logical, if TRUE, show tests with model-based covariance, in addition to the other tests

...

Additional print parameters

Value

nothing is returned

See Also

ibdreg, linkage.tests, plot.linkage.tests

Examples

# reg.out <- ibdreg(formula=~1, ped.id=ped.id, person.id=person.id, 
#                   status=status, status.method="AA", data=data,
#                   ibd.dat=ibd.dat.obj, ibd.var=ibd.var.obj) 

# print.linkage.tests(reg.out$AA.linkage, digits=4)

ibdreg documentation built on Nov. 16, 2022, 5:14 p.m.