print.testSegRatio: Print objects of class testSegRatio

Description Usage Arguments Value Author(s) See Also Examples

Description

Prints an object of S3 class testSegRatio

Usage

1
2
## S3 method for class 'testSegRatio'
print(x, ..., last = 10)

Arguments

x

object of class testSegRatio

last

prints from 1 to last segregation ratio tests (Default: 10)

...

extra printing options

Value

None

Author(s)

Peter Baker p.baker1@uq.edu.au

See Also

segRatio, segregationRatios, test.segRatio

Examples

1
2
3
4
  ## simulated data
  a <- sim.autoMarkers(ploidy = 8, c(0.7,0.2,0.09,0.01))
  ac <- test.segRatio(a$seg.ratios, ploidy=8, method="chi.squared")
  print(ac)

polySegratio documentation built on May 2, 2019, 7:26 a.m.