extract_estimation_info_tbl | R Documentation |
Title Internal Function used to extact input needed for liability estimation
extract_estimation_info_tbl(.tbl, cur_fid, h2, fid, pid, role, add_ind = TRUE)
.tbl |
.tbl input from estimate_liability |
cur_fid |
current family ID being worked on |
h2 |
heritability value from estimate_liability |
fid |
name of family ID column |
pid |
name of personal ID column |
role |
name of role column |
add_ind |
Whether the genetic liability be added. Default is TRUE. |
list with two elements: tbl (tibble with all relevant information) and cov (covariance matrix) estimated through construct_covmat()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.