Skip to content

Commit 4e7e1ff

Browse files
committed
2022-04-13 Typos
1 parent d46908a commit 4e7e1ff

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ msnz::censoring_date
7777

7878
This function is the only one of use more generally to external researchers. The
7979
package incorporates the New Zealand Cohort Life Tables provided by
80-
Statistics New Zealand, and as released in March 2021. (See https://www.stats.govt.nz/information-releases/new-zealand-cohort-life-tables-march-2022-update
80+
Statistics New Zealand, as released in March 2021. (See https://www.stats.govt.nz/information-releases/new-zealand-cohort-life-tables-march-2022-update
8181
for source data).
8282

8383
The `msnz::expected_year_of_death()` function allows one to calculate the life
@@ -127,6 +127,6 @@ to compare the survival in a given sample against a synthetic sample derived
127127
from the population. That is, for each person in the actual sample, generate a
128128
synthetic comparison person randomly sampled from the population, conditional
129129
on the target person's year of birth, sex, and age at a censoring date. The
130-
sampling approach gives a much more natural looking comparison sample
130+
sampling approach gives a much more natural looking population comparison
131131
survival distribution, compared to each synthetic person having precisely the
132132
median survival conditional on those values.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ msnz::censoring_date
7474

7575
This function is the only one of use more generally to external
7676
researchers. The package incorporates the New Zealand Cohort Life Tables
77-
provided by Statistics New Zealand, and as released in March 2021. (See
77+
provided by Statistics New Zealand, as released in March 2021. (See
7878
<https://www.stats.govt.nz/information-releases/new-zealand-cohort-life-tables-march-2022-update>
7979
for source data).
8080

@@ -130,6 +130,6 @@ against a synthetic sample derived from the population. That is, for
130130
each person in the actual sample, generate a synthetic comparison person
131131
randomly sampled from the population, conditional on the target person’s
132132
year of birth, sex, and age at a censoring date. The sampling approach
133-
gives a much more natural looking comparison sample survival
134-
distribution, compared to each synthetic person having precisely the
135-
median survival conditional on those values.
133+
gives a much more natural looking population comparison
134+
survival distribution, compared to each synthetic person having
135+
precisely the median survival conditional on those values.

0 commit comments

Comments
 (0)