Learn R Programming

polySegratio (version 0.2-5)

print.testSegRatio: Print objects of class testSegRatio

Description

Prints an object of S3 class testSegRatio

Usage

# S3 method for 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

See Also

segRatio, segregationRatios, test.segRatio

Examples

Run this code
# NOT RUN {
  ## 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