print.testSegRatio {polySegratio} | R Documentation |
Print objects of class testSegRatio
Description
Prints an object of S3 class testSegRatio
Usage
## S3 method for class 'testSegRatio'
print(x, ..., last = 10)
Arguments
x |
object of class |
last |
prints from 1 to |
... |
extra printing options |
Value
None
Author(s)
Peter Baker p.baker1@uq.edu.au
See Also
segRatio
, segregationRatios
,
test.segRatio
Examples
## 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)
[Package polySegratio version 0.2-5 Index]