# \donttest{
data("ATC_Tree_UpperBound_2024")
data("FAERS_myopathy")
estimated_score_distribution = DistributionApproximation(epochs = 10,
ATCtree = ATC_Tree_UpperBound_2024,
observations = FAERS_myopathy[1:100,], Smax =2)
true_score_distribution = trueDistributionSizeTwoCocktail(ATCtree = ATC_Tree_UpperBound_2024,
observations = FAERS_myopathy[1:100,], beta = 4)
qq_plot_output(estimated = estimated_score_distribution,
true = true_score_distribution)
# }
Run the code above in your browser using DataLab