Learn R Programming

polySegratio (version 0.2-6)

print.testSegRatio: Print objects of class testSegRatio

Description

Prints an object of S3 class testSegRatio

Usage

# S3 method for testSegRatio
print(x, ..., last = 10)

Value

None

Arguments

x

object of class testSegRatio

last

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

...

extra printing options

Author

Peter Baker drpetebaker@gmail.com

See Also

segRatio, segregationRatios, test.segRatio

Examples

Run this code

  ## 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)

Run the code above in your browser using DataLab