-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #87 from nhs-r-community/add-getting-started
Add getting started
- Loading branch information
Showing
16 changed files
with
333 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
#' \item{Death}{Binary for death status: 0 = survived, 1= died in hospital} | ||
#' } | ||
#' | ||
#' @source Generated by Chris Mainey \email{[email protected]}, Feb-2019 | ||
#' @source Generated by Chris Mainey, Feb-2019 | ||
#' | ||
#' @usage data(LOS_model) | ||
#' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
#' Deaths registered weekly in England and Wales, provisional | ||
#' | ||
#' Provisional counts of the number of deaths registered in England and Wales, by age, sex and region, in the latest weeks for which data are available. | ||
#' Provisional counts of the number of deaths registered in England and Wales, | ||
#' by age, sex and region, from week commencing 8th January 2010 to | ||
#' 3rd April 202. | ||
#' | ||
#' Source and licence acknowledgement | ||
#' This data has been made available through Office of National Statistics under the Open Government | ||
#' Licence \url{http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/} | ||
#' | ||
#' This data has been made available through Office of National Statistics under | ||
#' the Open Government Licence | ||
#' \url{http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/} | ||
#' | ||
#' | ||
#' @docType data | ||
|
@@ -13,14 +17,19 @@ | |
#' | ||
#' @format Data frame with five columns | ||
#' \describe{ | ||
#' \item{category_1}{character, containing the names of the groups for counts, for example "Total deaths", "all ages".} | ||
#' \item{category_2}{character, subcategory of names of groups where necessary, for example details of region: "East", details of age bands "15-44".} | ||
#' \item{counts}{numeric, numbers of deaths in whole numbers and average numbers with decimal points. To retain the integrity of the format this column data is left as character.} | ||
#' \item{category_1}{character, containing the names of the groups for counts, | ||
#' for example "Total deaths", "all ages".} | ||
#' \item{category_2}{character, subcategory of names of groups where necessary, | ||
#' for example details of region: "East", details of age bands "15-44".} | ||
#' \item{counts}{numeric, numbers of deaths in whole numbers and average numbers | ||
#' with decimal points. To retain the integrity of the format this column data | ||
#' is left as character.} | ||
#' \item{date}{date, format is yyyy-mm-dd; all dates are a Friday.} | ||
#' \item{week_no}{integer, each week in a year is numbered sequentially.} | ||
#' } | ||
#' | ||
#' @source Collected by Zoë Turner \email{[email protected]}, Apr-2020 from \url{https://www.ons.gov.uk/peoplepopulationandcommunity/birthsdeathsandmarriages/deaths/datasets/weeklyprovisionalfiguresondeathsregisteredinenglandandwales} | ||
#' @source Collected by Zoë Turner, Apr-2020 from | ||
#' \url{https://www.ons.gov.uk/peoplepopulationandcommunity/birthsdeathsandmarriages/deaths/datasets/weeklyprovisionalfiguresondeathsregisteredinenglandandwales} | ||
#' | ||
#' @usage data(ons_mortality) | ||
#' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.