haptable(object)
haplin
object, i.e. the result of running haplin
.maternal = T
was used in the haplin
call.
haptable
extracts the most important information from a haplin
object to produce a summary table. The table can then be saved with, for instance, write.table
, making the results easily accessible to other applications. You can also use output
to produce and save the same results.
haplin
, output
## Not run:
#
# # Produce a table containing the most important output from haplin:
# res <- haplin("data.dat", use.missing = T, maternal = T)
# haptable(res)
#
#
#
# ## End(Not run)
Run the code above in your browser using DataLab