Learn R Programming

Haplin (version 7.3.2)

print.summary.haplin: Print the summary of a haplin object

Description

Print the result of applying summary to a haplin object

Usage

# S3 method for summary.haplin
print(x, digits, ...)

Arguments

x

A haplin object, i.e. the result of running haplin.

digits

The number of digits to be used in the printout. Defaults to 3.

...

Other arguments (ignored).

Author

Hakon K. Gjessing
Professor of Biostatistics
Division of Epidemiology
Norwegian Institute of Public Health
hakon.gjessing@uib.no

References

Gjessing HK and Lie RT. Case-parent triads: Estimating single- and double-dose effects of fetal and maternal disease gene haplotypes. Annals of Human Genetics (2006) 70, pp. 382-396.

Web Site: https://haplin.bitbucket.io

See Also

haplin

Examples

Run this code
if (FALSE) {

# Standard summary:
res <- haplin("data.dat", use.missing = T, maternal = T)
summary(res)

# Increase number of digits in printout
print(summary(res), digits = 8)

}

Run the code above in your browser using DataLab