
continuous trait power analysis plot
continuous_power_plot.Rd
This function (1) identifies an informative distribution of effect and power estimates given your datas total sample size and (2) returns a summary plot.
Examples
ex_data = matrix(NA, 1000, 2)
continuous_power_plot( ex_data )