Learn R Programming

multic (version 0.4.3.1)

summary.multic: Use print() on a multic object

Description

Produces a summary of a fitted multic object.

Usage

"summary"(object, ...)

Arguments

object
an object of class "multic", usually a result of a call to "multic".
...
further arguments passed to or from other methods. Currently ... only exists to pass 'R CMD check' tests.

Value

a list is returned with the following components. as contained on object maximum lod score from the multic object IBD file that corresponds to the maximum lod score position where the maximum lod score was found default=5. Number of families to examine for the top families ids of the top n families as they contribute to the maximum lod score The minimum and maximum positions (cM) that produced a lod score greater than the "maximum - 1" and are contiguous to max.lod.locus.

Details

This is a method for the function summary() for objects inheriting from class multic. See "summary" for the general behavior of this function.

See Also

multic, multic.object

Examples

Run this code
## Not run: summary(fit)

Run the code above in your browser using DataLab