Skip to content

Commit e33734d

Browse files
removed incorrect hyphens (from old R version)
1 parent 5b4bbac commit e33734d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/inference.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ to rent. They need to create a budget, so they want to know something about
116116
studio apartment rental prices in Vancouver, BC. This student might
117117
formulate the following question:
118118

119-
*What is the average price-per-month of studio apartment rentals in Vancouver, Canada?*
119+
*What is the average price per month of studio apartment rentals in Vancouver, Canada?*
120120

121121
In this case, the population consists of all studio apartment rentals in Vancouver, and the
122-
population parameter is the *average price-per-month*. Here we used the average
122+
population parameter is the *average price per month*. Here we used the average
123123
as a measure of the center to describe the "typical value" of studio apartment
124124
rental prices. But even within this one example, we could also be interested in
125125
many other population parameters. For instance, we know that not every studio
@@ -1215,9 +1215,9 @@ Distribution of the bootstrap sample means with percentile lower and upper bound
12151215

12161216
To finish our estimation of the population parameter, we would report the point
12171217
estimate and our confidence interval's lower and upper bounds. Here the sample
1218-
mean price-per-night of 40 Airbnb listings was
1218+
mean price per night of 40 Airbnb listings was
12191219
\${glue:}`one_sample_mean`, and we are 95\% "confident" that the true
1220-
population mean price-per-night for all Airbnb listings in Vancouver is between
1220+
population mean price per night for all Airbnb listings in Vancouver is between
12211221
\$({glue:}`ci_lower`, {glue:}`ci_upper`).
12221222
Notice that our interval does indeed contain the true
12231223
population mean value, \${glue:}`population_mean`\! However, in

0 commit comments

Comments
 (0)