Description Usage Arguments Details Value Author(s)
Stepwise coco parameter estimation wrapper.
Forward model selection in coco.
1 2 3 4 5 6 7 | stepwise_coco(res_preparation, p_value_threshold = 1e-04,
colinear_threshold = 0.9, joint = T, max_iter = 100,
return_all_betas = F)
stepwise_coco(res_preparation, p_value_threshold = 1e-04,
colinear_threshold = 0.9, joint = T, max_iter = 100,
return_all_betas = F)
|
p_value_threshold |
float P-value threshold for forward-stepwise selection. |
joint |
boolean
@export |
data_set |
data.frame. Coco formatted input data. |
ld_matrix |
matrix. LD matrix ordered by postiion |
rsids |
character vector. SNPIDs in res preparation to perform CoCo analysis on. |
idxs |
integer vector - postiion in input data to condition on. |
var_y |
float. Phenotypic variance for Y, if not specified it will be estimated using |
hwe_variance |
boolean. Force the use of Hardy-weinberg equillibrium when calculating the genotypic variance. |
data_set |
input file format |
ld_matrix |
LD matrix for the subset of the region. |
stepwise_results |
- results from a stepwise analysis. |
stepwise_coco
wraps joint_from_ids
for convinience.
stepwise_coco
. Forward model selection in coco.
all_but_ones betas and standard error for the entire region.
James Boocock and Eli Stahl
James Boocock
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.