sprite_parameters <- set_parameters(mean = 2.2, sd = 1.3, n_obs = 20,
min_val = 1, max_val = 5)
poss <- find_possible_distributions(sprite_parameters, 5, seed = 1234)
# All distributions in same plot
plot_distributions(poss, plot_type = "ecdf")
# Separate plot for each distribution
plot_distributions(poss, plot_type = "ecdf", facets = TRUE)
Run the code above in your browser using DataLab