print.testSegRatio {polySegratio} | R Documentation |
Prints an object of S3 class testSegRatio
## S3 method for class 'testSegRatio'
print(x, ..., last = 10)
x |
object of class |
last |
prints from 1 to |
... |
extra printing options |
None
Peter Baker p.baker1@uq.edu.au
segRatio
, segregationRatios
,
test.segRatio
## 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)