Skip to content

Commit a24ef8a

Browse files
committed
Fix micro sign encoding
1 parent 8dc2995 commit a24ef8a

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

R/data.survival.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ NULL
3535
#' | age.60 | Age centred at 60 | numeric ||
3636
#' | female | Gender | factor | 0 = Male, 1 = Female |
3737
#' | noise.56 | Noise pollution centred at 56 | numeric | dB |
38-
#' | pm10.16 | Particulate matter centred at 16 | numeric | μg/m3 |
38+
#' | pm10.16 | Particulate matter centred at 16 | numeric | µg/m3 |
3939
#' | bmi.26 | Body mass index centred at 26 | numeric | kg/m2 |
4040
#'
4141
#' @name SURVIVAL.EXPAND_WITH_MISSING1
@@ -60,7 +60,7 @@ NULL
6060
#' | age.60 | Age centred at 60 | numeric ||
6161
#' | female | Gender | factor | 0 = Male, 1 = Female |
6262
#' | noise.56 | Noise pollution centred at 56 | numeric | dB |
63-
#' | pm10.16 | Particulate matter centred at 16 | numeric | μg/m3 |
63+
#' | pm10.16 | Particulate matter centred at 16 | numeric | µg/m3 |
6464
#' | bmi.26 | Body mass index centred at 26 | numeric | kg/m2 |
6565
#'
6666
#' @name SURVIVAL.EXPAND_WITH_MISSING2
@@ -85,7 +85,7 @@ NULL
8585
#' | age.60 | Age centred at 60 | numeric ||
8686
#' | female | Gender | factor | 0 = Male, 1 = Female |
8787
#' | noise.56 | Noise pollution centred at 56 | numeric | dB |
88-
#' | pm10.16 | Particulate matter centred at 16 | numeric | μg/m3 |
88+
#' | pm10.16 | Particulate matter centred at 16 | numeric | µg/m3 |
8989
#' | bmi.26 | Body mass index centred at 26 | numeric | kg/m2 |
9090
#'
9191
#' @name SURVIVAL.EXPAND_WITH_MISSING3

man/SURVIVAL.EXPAND_WITH_MISSING1.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/SURVIVAL.EXPAND_WITH_MISSING2.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/SURVIVAL.EXPAND_WITH_MISSING3.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)