Do print and summary as in regular glm, then display extra information on haplotypes used in the model fit
# S3 method for haplo.glm
summary(object, show.all.haplo=FALSE,
show.missing=FALSE, ...)
# S3 method for summary.haplo.glm
print(x, digits = max(getOption("digits")-3,3), ...)
If print is assigned, the object contains a list with the coefficient and haplotype data.frames which are printed by the method.
A haplo.glm object
A haplo.glm object
Logical. If TRUE, print all haplotypes considered in the model.
Logical. If TRUE, print number of rows removed because of missing values (NA) in y or x-covariates, or all alleles missing in geno
Number of numeric digits to print.
Optional arguments for summary method
Uses print.glm for the first section, then prints information on the haplotypes.
haplo.glm