summary.pedigree: Pedigree summary

Description Usage Arguments Details Value Author(s) See Also Examples

Description

summary.Pedigree reports TODO.

Usage

1
2
## S3 method for class 'Pedigree'
summary(object, ...)

Arguments

object

pedigree object

...

additional arguments for other methods (not used)

Details

TODO.

Value

TODO.

Author(s)

Gregor Gorjanc

See Also

Pedigree

Examples

1
2
  ped <- generatePedigree(nId=5)
  summary(ped)

Example output

Loading required package: MASS

Attaching package:GeneticsPedThe following object is masked frompackage:stats:

    family

       id           father         mother      generation      sex     
 Min.   : 1.0   Min.   :1.00   Min.   :3.0   Min.   :1    Min.   :1.0  
 1st Qu.: 4.5   1st Qu.:1.25   1st Qu.:4.0   1st Qu.:1    1st Qu.:1.0  
 Median : 8.0   Median :4.00   Median :6.5   Median :2    Median :1.0  
 Mean   : 8.0   Mean   :4.00   Mean   :6.3   Mean   :2    Mean   :1.4  
 3rd Qu.:11.5   3rd Qu.:6.75   3rd Qu.:9.0   3rd Qu.:3    3rd Qu.:2.0  
 Max.   :15.0   Max.   :7.00   Max.   :9.0   Max.   :3    Max.   :2.0  
                NA's   :5      NA's   :5                               

GeneticsPed documentation built on Nov. 8, 2020, 5:54 p.m.