Fit a specified regression model for each split independently and aggregate the results into one data frame
1 2 3 4 5 6 7 | fit_glm_across_splits(
pheno_df,
splits,
glm_formula_str,
family,
split_col = "split"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.