Skip to content

Commit

Permalink
data cleaned up and documented
Browse files Browse the repository at this point in the history
  • Loading branch information
aminadibi committed Sep 14, 2021
1 parent 14a6c93 commit 37e5c33
Show file tree
Hide file tree
Showing 52 changed files with 5,191 additions and 17 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
^_pkgdown\.yml$
^docs$
^pkgdown$
^doc$
^Meta$
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
.RData
.Ruserdata
inst/doc
docs
/doc/
/Meta/
8 changes: 4 additions & 4 deletions R/dev_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
#' @format A data frame with 500 rows and 5 variables:
#' \itemize{
#' \item{age}{age}
#' \item{severity}{dooshvari}
#' \item{sex}{dooshvari}
#' \item{comorbidity}{dooshvari}
#' \item{y}{dooshvari}
#' \item{severity}{whether or not the disease was severe}
#' \item{sex}{binary sex variable, 1 for female and 0 for male}
#' \item{comorbidity}{whether or not comorbidities are present}
#' \item{y}{response variable}
#' }
#' @docType data
#' @keywords datasets
Expand Down
8 changes: 4 additions & 4 deletions R/val_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
#' @format A data frame with 400 rows and 5 variables:
#' \itemize{
#' \item{age}{age of the patient}
#' \item{severity}{dooshvari}
#' \item{sex}{dooshvari}
#' \item{comorbidity}{dooshvari}
#' \item{y}{dooshvari}
#' \item{severity}{whether or not the disease was severe}
#' \item{sex}{binary sex variable, 1 for female and 0 for male}
#' \item{comorbidity}{whether or not comorbidities are present}
#' \item{y}{response variable}
#' }
#' @docType data
#' @keywords datasets
Expand Down
Binary file modified data/dev_data.rda
Binary file not shown.
Binary file modified data/val_data.rda
Binary file not shown.
157 changes: 157 additions & 0 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 37e5c33

Please sign in to comment.