-
Notifications
You must be signed in to change notification settings - Fork 332
Ch13 Alt Text #233
Copy link
Copy link
Open
Description
pancakereport
opened on May 28, 2026
Issue body actions
- 13.1 scores_and_sections.select('Midterm').hist(bins=np.arange(-0.5, 25.6, 1))
- 13.2 sf2019.select('Total Compensation').hist(bins=sf_bins)
- 13.2 our_sample.select('Total Compensation').hist(bins=sf_bins)
- 13.2 resample_1.select('Total Compensation').hist(bins=sf_bins)
- 13.2 plots.scatter(pop_median, 0, color=parameter_green, s=40, zorder=2);
- 13.2 plots.scatter(pop_median, 0, color=parameter_green, s=40, zorder=2);
- 13.2 "Population Median and Intervals of Estimates"
- 13.3 ratios.select('Ratio BW:GD').hist()
- 13.3 resampled_medians.hist(bins=15)
- 13.3 births.select('Maternal Age').hist()
- 13.3 resampled_means.hist(bins=15)
- 13.3 births.select('Maternal Age').hist()
- 13.3 plots.plot([left_80, right_80], [0, 0], color='yellow', lw=8);
- 13.3 plots.plot([left, right], [0, 0], color='yellow', lw=8);
- 13.4 births.select('Maternal Age').hist()
- 13.4 hodgkins.select('drop').hist(bins=np.arange(-20, 81, 20))
- 13.4 plots.plot([left, right], [0, 0], color='yellow', lw=8);
- Not alt text, but it looks like the same image illustrating the bootstrap is shown twice on this page
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.