View source: R/summary.haplin.R
summary.haplin | R Documentation |
Provides detailed information about estimation results from a haplin object.
## S3 method for class 'haplin'
summary(object, reference, ...)
object |
A |
reference |
Same as |
... |
Other arguments (ignored). |
Further information is found on the web page
Hakon K. Gjessing
Professor of Biostatistics
Division of Epidemiology
Norwegian Institute of Public Health
hakon.gjessing@uib.no
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
haplin
## Not run:
# Produce separate plots for child and mother, dump plots to files:
res <- haplin("data.dat", use.missing = T, maternal = T)
summary(res)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.