# Example usage of the plot_t function
plot_t(
mu_start = 0, mu_end = 10, n = 50, y1_mean = 5,
y2_mean = 5, y1_std = 2, y2_std = 2, cov = 0.5
)
plot_t(
mu_start = 0, mu_end = 10, n = 50, y1_mean = 5,
y2_mean = 5, y1_std = 2, y2_std = 2, cov = 0.5,
lower = TRUE, alpha = 0.1
)
Run the code above in your browser using DataLab