summary.haplin {Haplin} | R Documentation |
Provides detailed information about estimation results from a haplin object.
## S3 method for class 'haplin': summary(object, reference, ...)
object |
A haplin object, i.e. the result of running haplin . |
reference |
Same as reference argument in haplin . Note that when producing the summary, you can only choose "reciprocal" , "population" or "ref.cat" . You cannot use a numeric value to change the reference category, to do that haplin must be run over again. (See the reference argument of haplin .) |
... |
Other arguments (ignored). |
Further information is found on the web page
Håkon K. Gjessing
Professor of Biostatistics
Division of Epidemiology
Norwegian Institute of Public Health
hakon.gjessing@fhi.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: http://www.uib.no/smis/gjessing/genetics/software/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)