percentiles from bootstrap distribution of the mean;
proc tabulate data=boot_data;
var boot_mean;
table boot_mean, P5 P95;
run;
ods graphics on;
proc sgplot data=boot_data; * histogram of bootstrap means (not shown); ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.