print.haplo.glm {haplo.stats} | R Documentation |
Print model information and then haplotype information.
## S3 method for class 'haplo.glm': print(x, print.all.haplo=FALSE, show.missing=FALSE, digits = max(options()$digits - 4, 3), ...)
x |
A haplo.glm object |
print.all.haplo |
Logical. If TRUE, print all haplotypes considered in the model. |
show.missing |
Logical. If TRUE, print number of rows removed because of missing values (NA) in y or x-covariates, or all alleles missing in geno |
digits |
Number of numeric digits to print. |
... |
Optional arguments for print method |
If print is assigned, the object contains a list with the coefficient and haplotype data.frames which are printed by the method.
haplo.glm