This function takes the output of qpgraph_resample_snps and creates a data frame with summaries of the estimated graph parameters. weight has the mean of all fits, while low and high have lower and upper quantiles.

summarize_fits(fits, q_low = 0.05, q_high = 0.95)

Arguments

fits

A nested data frame where each line is the output of qpgraph()

Value

A data frame summarizing the fits