Skip to content

Commit 2d10354

Browse files
authored
Merge pull request #24 from mitre/weightcap-kg-docs
Tweaking weight_cap note to specify kg
2 parents 0469964 + fb499fe commit 2d10354

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

R/growth.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
#' pediatric algorithm should not be applied (< adult_cutpoint), and the adult
7979
#' algorithm should apply (>= adult_cutpoint). Numbers outside this range will be
8080
#' changed to the closest number within the range. Defaults to 20.
81-
#' @param weight_cap Positive number, describing a weight cap (rounded to the
81+
#' @param weight_cap Positive number, describing a weight cap in kg (rounded to the
8282
#' nearest .1, +/- .1) within the adult dataset. If there is no weight cap, set
8383
#' to Inf. Defaults to Inf.
8484
#' @param adult_columns_filename Name of file to save original adult data, with additional output columns to

README.Rmd

+3-3
Original file line numberDiff line numberDiff line change
@@ -590,9 +590,9 @@ techniques.
590590
should apply (>= adult_cutpoint). Numbers outside this range will be changed to the
591591
closest number within the range.
592592

593-
- `weight_cap` - default `Inf`; weight_cap Positive number, describing a weight cap
594-
(rounded to the nearest .1, +/- .1) within the adult dataset. If there is no weight
595-
cap, set to Inf.
593+
- `weight_cap` - default `Inf`; weight_cap Positive number, describing a weight
594+
cap in kg (rounded to the nearest .1, +/- .1) within the adult dataset. If
595+
there is no weight cap, set to Inf.
596596

597597
- `adult_columns_filename` - default `""`; Name of file to save original adult data,
598598
with additional output columns to as CSV. Defaults to "", for which this data will not

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -624,8 +624,8 @@ later techniques.
624624
closest number within the range.
625625

626626
- `weight_cap` - default `Inf`; weight\_cap Positive number,
627-
describing a weight cap (rounded to the nearest .1, +/- .1) within
628-
the adult dataset. If there is no weight cap, set to Inf.
627+
describing a weight cap in kg (rounded to the nearest .1, +/- .1)
628+
within the adult dataset. If there is no weight cap, set to Inf.
629629

630630
- `adult_columns_filename` - default `""`; Name of file to save
631631
original adult data, with additional output columns to as CSV.

man/cleangrowth.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)