print.haplo.glm {haplo.stats}R Documentation

Print a contents of a haplo.glm object

Description

Print model information and then haplotype information.

Usage

## S3 method for class 'haplo.glm':
print(x, print.all.haplo=FALSE, show.missing=FALSE, digits = max(options()$digits - 4, 3), ...)

Arguments

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

Value

If print is assigned, the object contains a list with the coefficient and haplotype data.frames which are printed by the method.

See Also

haplo.glm


[Package haplo.stats version 1.3.8 Index]