Skip to content

Commit

Permalink
Updated participant information, trial summaries, trial validation pl…
Browse files Browse the repository at this point in the history
…ots and exploratory analyses for full participant database.
  • Loading branch information
araikes committed Dec 12, 2016
1 parent e8a6161 commit 354acf1
Show file tree
Hide file tree
Showing 21 changed files with 3,484 additions and 516 deletions.
8 changes: 4 additions & 4 deletions .Rhistory
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
concussion.models <- concussion.crossval %>%
mutate(train = map(train, as_tibble)) %>%
mutate(rcomplex.model = map(train, ~ glm(prior.concussion ~ raw.complexity_mean,
family = binomial(),
data = .)),
dtcomplex.model = map(train, ~ glm(prior.concussion ~ detrended.complexity_mean,
family = binomial(),
Expand Down Expand Up @@ -510,3 +506,7 @@ select(id, actual, rcomplex.pred:complete.pred) %>%
unnest() %>%
mutate_at(vars(ends_with("pred")), funs(round_pred)) %>%
mutate_at(vars(ends_with("pred")), funs(as.factor))
source("./R Script files/Helper functions.R")
source("./R Script files/Deidentification.R")
source("./R Script files/Trial Validation.R")
source("./R Script files/Deidentification.R")
380 changes: 380 additions & 0 deletions Data Files/AvP.csv

Large diffs are not rendered by default.

289 changes: 161 additions & 128 deletions Data Files/Comp Athletic Hx.csv

Large diffs are not rendered by default.

289 changes: 161 additions & 128 deletions Data Files/Concussion Symptoms.csv

Large diffs are not rendered by default.

289 changes: 161 additions & 128 deletions Data Files/Current Athletic Hx.csv

Large diffs are not rendered by default.

Loading

0 comments on commit 354acf1

Please sign in to comment.