From 2042123ae97da248b5cfa06f3c4a62544e4dac58 Mon Sep 17 00:00:00 2001 From: jreps Date: Wed, 15 Mar 2023 12:48:09 -0400 Subject: [PATCH] preparing new release - updating news - updating website - updating description --- DESCRIPTION | 4 +- NEWS.md | 7 + _pkgdown.yml | 6 +- docs/404.html | 4 +- docs/articles/InstallationGuide.html | 13 +- .../UsingCharacterizationPackage.html | 2429 ++++++++++++++--- docs/articles/index.html | 4 +- docs/authors.html | 8 +- docs/index.html | 25 +- docs/news/index.html | 9 +- docs/pkgdown.yml | 4 +- docs/pull_request_template.html | 4 +- docs/reference/Characterization-package.html | 7 +- .../computeAggregateCovariateAnalyses.html | 4 +- ...computeDechallengeRechallengeAnalyses.html | 4 +- ...puteRechallengeFailCaseSeriesAnalyses.html | 4 +- .../reference/computeTimeToEventAnalyses.html | 4 +- .../createAggregateCovariateSettings.html | 9 +- .../createCharacterizationSettings.html | 4 +- .../createCharacterizationTables.html | 4 +- .../createDechallengeRechallengeSettings.html | 4 +- docs/reference/createSqliteDatabase.html | 4 +- docs/reference/createTimeToEventSettings.html | 4 +- .../exportAggregateCovariateToCsv.html | 4 +- docs/reference/exportDatabaseToCsv.html | 4 +- .../exportDechallengeRechallengeToCsv.html | 4 +- .../exportRechallengeFailCaseSeriesToCsv.html | 4 +- docs/reference/exportTimeToEventToCsv.html | 4 +- docs/reference/index.html | 12 +- .../loadAggregateCovariateAnalyses.html | 10 +- .../loadCharacterizationSettings.html | 8 +- .../loadDechallengeRechallengeAnalyses.html | 10 +- ...loadRechallengeFailCaseSeriesAnalyses.html | 10 +- docs/reference/loadTimeToEventAnalyses.html | 10 +- .../runCharacterizationAnalyses.html | 4 +- .../saveAggregateCovariateAnalyses.html | 10 +- .../saveCharacterizationSettings.html | 8 +- .../saveDechallengeRechallengeAnalyses.html | 10 +- ...saveRechallengeFailCaseSeriesAnalyses.html | 10 +- docs/reference/saveTimeToEventAnalyses.html | 10 +- docs/reference/viewCharacterization.html | 128 + docs/sitemap.xml | 3 + 42 files changed, 2339 insertions(+), 493 deletions(-) create mode 100644 docs/reference/viewCharacterization.html diff --git a/DESCRIPTION b/DESCRIPTION index 40270bb..59aa8d5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: Characterization Type: Package Title: Characterizations of Cohorts -Version: 0.0.6 -Date: 2023-02-13 +Version: 0.1.0 +Date: 2023-03-13 Authors@R: c( person("Jenna", "Reps", , "reps@ohdsi.org", role = c("aut", "cre")), person("Patrick", "Ryan", , "ryan@ohdsi.org", role = c("aut")) diff --git a/NEWS.md b/NEWS.md index dc98ade..79c5acd 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +Characterization 0.1.0 +====================== + +- added support to enable target cohorts with multiple cohort entries for the aggregate covariate analysis by restructing to first cohort entry and ensuring the subject has a user specified minPriorObservation days observation in the database at first entry and also perform analysis on first outcomes and any outcome that is recorded during TAR. +- added shiny app + + Characterization 0.0.1 ====================== diff --git a/_pkgdown.yml b/_pkgdown.yml index 89c427c..0549e21 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -87,6 +87,10 @@ reference: - createSqliteDatabase - createCharacterizationTables - exportDatabaseToCsv - + - title: "Shiny App" + desc: > + Functions to interactively exlore the results from runCharacterizationAnalyses(). + contents: + - viewCharacterization diff --git a/docs/404.html b/docs/404.html index 60042e4..20886a8 100644 --- a/docs/404.html +++ b/docs/404.html @@ -32,7 +32,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -115,7 +115,7 @@

Page not found (404)

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/articles/InstallationGuide.html b/docs/articles/InstallationGuide.html index fc35bfb..a2b2c58 100644 --- a/docs/articles/InstallationGuide.html +++ b/docs/articles/InstallationGuide.html @@ -33,7 +33,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -96,7 +96,7 @@

Characterization Installation Guide

Jenna Reps

-

2022-12-16

+

2023-03-15

Source: vignettes/InstallationGuide.Rmd @@ -107,7 +107,7 @@

2022-12-16

Introduction @@ -163,7 +163,6 @@

Installing Characterization u

To install using remotes run:

 install.packages("remotes")
-remotes::install_github("OHDSI/FeatureExtraction")
 remotes::install_github("OHDSI/Characterization")

When installing make sure to close any other Rstudio sessions that are using Characterization or any dependency. Keeping @@ -199,7 +198,7 @@

Acknowledgments## ## To cite package 'Characterization' in publications use: ## -## Reps J, Ryan P (2022). _Characterization: Characterizations of +## Reps J, Ryan P (2023). _Characterization: Characterizations of ## Cohorts_. https://ohdsi.github.io/Characterization, ## https://github.com/OHDSI/Characterization. ## @@ -208,7 +207,7 @@

Acknowledgments## @Manual{, ## title = {Characterization: Characterizations of Cohorts}, ## author = {Jenna Reps and Patrick Ryan}, -## year = {2022}, +## year = {2023}, ## note = {https://ohdsi.github.io/Characterization, https://github.com/OHDSI/Characterization}, ## }

@@ -231,7 +230,7 @@

Acknowledgments

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/articles/UsingCharacterizationPackage.html b/docs/articles/UsingCharacterizationPackage.html index 66e5172..c2be504 100644 --- a/docs/articles/UsingCharacterizationPackage.html +++ b/docs/articles/UsingCharacterizationPackage.html @@ -33,7 +33,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -97,7 +97,7 @@

Using Characterization Package

Jenna Reps

-

2022-12-16

+

2023-03-15

Source: vignettes/UsingCharacterizationPackage.Rmd @@ -108,7 +108,7 @@

2022-12-16

Introduction @@ -165,28 +165,28 @@

Setup | | 0% | |======================================================================| 100% -
## Executing SQL took 0.00556 secs
+
## Executing SQL took 0.00634 secs
## Creating cohort: Diclofenac
 ## 
   |                                                                            
   |                                                                      |   0%
   |                                                                            
   |======================================================================| 100%
-
## Executing SQL took 0.00483 secs
+
## Executing SQL took 0.00962 secs
## Creating cohort: GiBleed
 ## 
   |                                                                            
   |                                                                      |   0%
   |                                                                            
   |======================================================================| 100%
-
## Executing SQL took 0.0104 secs
+
## Executing SQL took 0.0088 secs
## Creating cohort: NSAIDs
 ## 
   |                                                                            
   |                                                                      |   0%
   |                                                                            
   |======================================================================| 100%
-
## Executing SQL took 0.0512 secs
+
## Executing SQL took 0.0492 secs
## Cohorts created in table main.cohort
##   cohortId       name
 ## 1        1  Celecoxib
@@ -332,16 +332,16 @@ 

Aggreagate Covariates -100000 +1 8507001 -914 +237 -0.4956616 +0.4947808 @@ -352,16 +352,16 @@

Aggreagate Covariates -100000 +1 8532001 -930 +242 -0.5043384 +0.5052192 @@ -372,7 +372,7 @@

Aggreagate Covariates -100031 +2 8507001 @@ -392,7 +392,7 @@

Aggreagate Covariates -100031 +2 8532001 @@ -412,16 +412,16 @@

Aggreagate Covariates -100032 +3 8507001 -734 +57 -0.4929483 +0.4596774 @@ -432,16 +432,16 @@

Aggreagate Covariates -100032 +3 8532001 -755 +67 -0.5070517 +0.5403226 @@ -452,16 +452,16 @@

Aggreagate Covariates -100033 +4 8507001 -180 +237 -0.5070423 +0.4947808 @@ -472,16 +472,16 @@

Aggreagate Covariates -100033 +4 8532001 -175 +242 -0.4929577 +0.5052192 @@ -492,16 +492,16 @@

Aggreagate Covariates -200000 +5 8507001 -407 +894 -0.4788235 +0.4966667 @@ -512,16 +512,16 @@

Aggreagate Covariates -200000 +5 8532001 -443 +906 -0.5211765 +0.5033333 @@ -532,16 +532,16 @@

Aggreagate Covariates -200031 +6 8507001 -57 +395 -0.4596774 +0.4759036 @@ -552,16 +552,16 @@

Aggreagate Covariates -200031 +6 8532001 -67 +435 -0.5403226 +0.5240964 @@ -572,16 +572,16 @@

Aggreagate Covariates -200032 +7 8507001 -350 +1289 -0.4820937 +0.4901141 @@ -592,16 +592,16 @@

Aggreagate Covariates -200032 +7 8532001 -376 +1341 -0.5179063 +0.5098859 @@ -612,16 +612,16 @@

Aggreagate Covariates -200033 +8 8507001 -57 +180 -0.4596774 +0.5070423 @@ -632,16 +632,16 @@

Aggreagate Covariates -200033 +8 8532001 -67 +175 -0.5403226 +0.4929577 @@ -652,16 +652,16 @@

Aggreagate Covariates -300000 +9 8507001 -237 +57 -0.4947808 +0.4596774 @@ -672,16 +672,16 @@

Aggreagate Covariates -300000 +9 8532001 -242 +67 -0.5052192 +0.5403226 @@ -692,16 +692,16 @@

Aggreagate Covariates -400000 +10 8507001 -1321 +237 -0.4903489 +0.4947808 @@ -712,16 +712,16 @@

Aggreagate Covariates -400000 +10 8532001 -1373 +242 -0.5096511 +0.5052192 @@ -732,16 +732,16 @@

Aggreagate Covariates -400031 +11 8507001 -237 +714 -0.4947808 +0.4941176 @@ -752,16 +752,16 @@

Aggreagate Covariates -400031 +11 8532001 -242 +731 -0.5052192 +0.5058824 @@ -772,16 +772,16 @@

Aggreagate Covariates -400032 +12 8507001 -1084 +338 -0.4893905 +0.4787535 @@ -792,16 +792,16 @@

Aggreagate Covariates -400032 +12 8532001 -1131 +368 -0.5106095 +0.5212465 @@ -812,16 +812,16 @@

Aggreagate Covariates -400033 +13 8507001 -237 +1052 -0.4947808 +0.4890748 @@ -832,73 +832,18 @@

Aggreagate Covariates -400033 +13 8532001 -242 +1099 -0.5052192 +0.5109252 - - -
    -
  • covariatesContinuous:
  • -
-
- - - - - - - - - - - - - - - - - - - - - + + @@ -951,40 +892,36 @@

Aggreagate Covariates

- - - + + @@ -995,40 +932,56 @@

Aggreagate Covariates

- + + + + + + + + @@ -1039,40 +992,56 @@

Aggreagate Covariates

+ + + + + + + + @@ -1083,40 +1052,1735 @@

Aggreagate Covariates

- + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-databaseId - -runId - -cohortDefinitionId - -covariateId - -countValue - -minValue - -maxValue - -averageValue - -standardDeviation - -medianValue - -p10Value - -p25Value - -p75Value - -p90Value -
Eunomia @@ -907,40 +852,36 @@

Aggreagate Covariates

-200031 - -1901 - -41 +14 -0 +8507001 -2 +180 -0.4274194 +0.5070423 -0.4606464 +
+Eunomia -0 +1 -0 +14 -0 +8532001 -1 +175 -1 +0.4929577
-200033 - -1901 - -41 +15 -0 +8507001 -2 +57 -0.4274194 +0.4596774 -0.4606464 +
+Eunomia -0 +1 -0 +15 -0 +8532001 -1 +67 -1 +0.5403226
-200032 +16 -1901 +8507001 -263 +237 -0 +0.4947808 -3 +
+Eunomia -0.3994490 +1 -0.3163975 +16 -0 +8532001 -0 +242 -0 +0.5052192 +
+Eunomia 1 -1 +17 + +8507001 + +714 + +0.4941176
-100031 +17 -1901 +8532001 -275 +731 -0 +0.5058824 +
+Eunomia -2 +1 -0.9549296 +18 -0.4233403 +8507001 -1 +338 -0 +0.4787535 +
+Eunomia 1 -1 +18 -2 +8532001 + +368 + +0.5212465
-100033 +19 -1901 +8507001 -275 +1052 -0 +0.4890748 -2 +
+Eunomia -0.9577465 +1 -0.4256226 +19 -1 +8532001 -0 +1099 -1 +0.5109252 -1 +
+Eunomia + +1 + +20 + +8507001 + +914 + +0.4956616 +
+Eunomia + +1 + +20 + +8532001 + +930 + +0.5043384 +
+Eunomia + +1 + +21 + +8507001 + +407 + +0.4788235 +
+Eunomia + +1 + +21 + +8532001 + +443 + +0.5211765 +
+Eunomia + +1 + +22 + +8507001 + +1321 + +0.4903489 +
+Eunomia + +1 + +22 + +8532001 + +1373 + +0.5096511 +
+Eunomia + +1 + +23 + +8507001 + +237 + +0.4947808 +
+Eunomia + +1 + +23 + +8532001 + +242 + +0.5052192 +
+Eunomia + +1 + +24 + +8507001 + +180 + +0.5070423 +
+Eunomia + +1 + +24 + +8532001 + +175 + +0.4929577 +
+Eunomia + +1 + +25 + +8507001 + +57 + +0.4596774 +
+Eunomia + +1 + +25 + +8532001 + +67 + +0.5403226 +
+Eunomia + +1 + +26 + +8507001 + +237 + +0.4947808 +
+Eunomia + +1 + +26 + +8532001 + +242 + +0.5052192 +
+
    +
  • covariatesContinuous:
  • +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1127,40 +2791,40 @@

Aggreagate Covariates

@@ -1171,40 +2835,40 @@

Aggreagate Covariates

@@ -1215,40 +2879,40 @@

Aggreagate Covariates

@@ -1259,40 +2923,40 @@

Aggreagate Covariates

@@ -1303,40 +2967,40 @@

Aggreagate Covariates

@@ -1347,40 +3011,40 @@

Aggreagate Covariates

@@ -1391,40 +3055,40 @@

Aggreagate Covariates

@@ -1435,40 +3099,40 @@

Aggreagate Covariates

@@ -1479,31 +3143,31 @@

Aggreagate Covariates

@@ -1567,31 +3231,31 @@

Aggreagate Covariates

@@ -1699,31 +3363,31 @@

Aggreagate Covariates

@@ -1743,31 +3407,31 @@

Aggreagate Covariates

@@ -1787,28 +3451,28 @@

Aggreagate Covariates

+ + +
+databaseId + +runId + +cohortDefinitionId + +covariateId + +countValue + +minValue + +maxValue + +averageValue + +standardDeviation + +medianValue + +p10Value + +p25Value + +p75Value + +p90Value +
+Eunomia + +1 + +3 + +1901 + +41 + +0 + +2 + +0.4274194 + +0.4606464 + +0 + +0 + +0 + +1 + +1 +
+Eunomia + +1 + +9 + +1901 + +41 + +0 + +2 + +0.4274194 + +0.4606464 + +0 + +0 + +0 + +1 + +1 +
+Eunomia + +1 + +15 + +1901 + +41 + +0 + +2 + +0.4274194 + +0.4606464 + +0 + +0 + +0 + +1 + +1 +
+Eunomia + +1 + +25 + +1901 + +41 + +0 + +2 + +0.4274194 + +0.4606464 + +0 + +0 + +0 + +1 + +1 +
+Eunomia + +1 + +12 + +1901 + +255 + +0 + +3 + +0.3980170 + +0.3159103 + +0 + +0 + +0 + +1 + +1 +
+Eunomia + +1 + +18 + +1901 + +255 + +0 + +3 + +0.3980170 + +0.3159103 + +0 + +0 + +0 + +1 + +1 +
+Eunomia + +1 + +8 + +1901 + +275 + +0 + +2 + +0.9549296 + +0.4233403 + +1 + +0 + +1 + +1 + +2 +
+Eunomia + +1 + +14 + +1901 + +275 + +0 + +2 + +0.9549296 + +0.4233403 + +1 + +0 + +1 + +1 + +2 +
+Eunomia + +1 + +2 + +1901 + +275 + +0 + +2 + +0.9577465 + +0.4256226 + +1 + +0 + +1 + +1 + +2 +
+Eunomia + +1 + +24 + +1901 + +275 + +0 + +2 + +0.9577465 + +0.4256226 + +1 + +0 + +1 + +1 + +2 +
+Eunomia + +1 + +6 + +1901 + +296 + +0 + +3 + +0.4024096 + +0.3450454 + +0 + +0 + +0 + +1 + +1 +
+Eunomia + +1 + +21 + +1901 + +304 + +0 + +3 + +0.4035294 + +0.3446752 + +0 + +0 + +0 + +1 + +1 +
+Eunomia + +1 + +10 + +1901 + +316 + +0 + +2 + +0.8183716 + +0.4280688 + +1 + +0 + +0 + +1 + +2 +
+Eunomia + +1 + +16 + +1901 + +316 + +0 + +2 + +0.8183716 + +0.4280688 + +1 + +0 + +0 + +1 + +2 +
+Eunomia + +1 + +1 + +1901 + +316 + +0 + +2 + +0.8204593 + +0.4299773 + +1 + +0 + +0 + +1 + +2 +
+Eunomia + +1 + +4 + +1901 + +316 + +0 + +2 + +0.8204593 + +0.4299773 + +1 + +0 + +0 + +1 + +2 +
+Eunomia + +1 + +23 + +1901 + +316 + +0 + +2 + +0.8204593 + +0.4299773 + +1 + +0 + +0 + +1 + +2 +
+Eunomia + +1 + +26 + +1901 + +316 + +0 + +2 + +0.8204593 + +0.4299773 + +1 + +0 + +0 + +1 + +2 +
+Eunomia + +1 + +11 + +1901 + +660 + +0 + +2 + +0.5307958 + +0.3688415 + +0 + +0 + +0 + +1 + +1 +
+Eunomia + +1 + +17 + +1901 + +660 + +0 + +2 + +0.5307958 + +0.3688415 + +0 + +0 + +0 + +1 + +1 +
+Eunomia + +1 + +13 + +1901 + +915 + +0 + +3 + +0.4872152 + +0.3557403 + +0 + +0 + +0 + +1 + +1 +
+Eunomia + +1 + +19 + +1901 + +915 + +0 + +3 + +0.4872152 + +0.3557403 + +0 + +0 + +0 + +1 + +1 +
+Eunomia + +1 + +5 + +1901 + +935 + +0 + +2 + +0.6144444 + +0.3867813 + +1 + +0 + +0 + +1 + +1 +
+Eunomia + +1 + +20 + +1901 + +958 + +0 + +2 + +0.6144252 + +0.3865994 + +1 + +0 + +0 + +1 + +1 +
+Eunomia + +1 + +7 + +1901 + +1231 + +0 + +3 + +0.5475285 + +0.3777510 + +0 + +0 + +0 + +1 + +1 +
+Eunomia + +1 + +22 + +1901 + +1262 + +0 + +3 + +0.5478842 + +0.3775118 + +0 + +0 + +0 + +1 + +1 +
+Eunomia + +1 + +9 + +1002 + +124 + +32 + +46 + +38.8709677 + +3.4000663 + +39 + +34 + +36 + +41 + +44 +
+Eunomia + +1 + +15 + +1002 + +124 + +32 + +46 + +38.8709677 + +3.4000663 + +39 + +34 + +36 + +41 + +44 +
+Eunomia + +1 + +3 + +1002 + +124 + +32 + +47 + +38.9758065 + +3.4226973 + +39 + +34 + +36 + +41 + +44 +
+Eunomia + +1 + +25 + +1002 + +124 + +32 + +47 + +38.9758065 + +3.4226973 + +39 + +34 + +36 + +41 + +44 +
+Eunomia + +1 + +8 + +1002 + +355 + +32 + +46 + +38.7746479 + +3.2746121 + +39 + +35 + +36 + +41 -2 +43
-200000 +14 -1901 +1002 -304 +355 -0 +32 -3 +46 -0.4035294 +38.7746479 -0.3446752 +3.2746121 -0 +39 -0 +35 -0 +36 -1 +41 -1 +43
-400031 +2 -1901 +1002 -316 +355 -0 +32 -2 +46 -0.8183716 +38.9014085 -0.4280688 +3.2449654 -1 +39 -0 +35 -0 +36 -1 +41 -2 +43
-300000 +24 -1901 +1002 -316 +355 -0 +32 -2 +46 -0.8204593 +38.9014085 -0.4299773 +3.2449654 -1 +39 -0 +35 -0 +36 -1 +41 -2 +43
-400033 +10 -1901 +1002 -316 +479 -0 +32 -2 +46 -0.8204593 +38.7995825 -0.4299773 +3.3042257 -1 +39 -0 +34 -0 +36 -1 +41 -2 +44
-100032 +16 -1901 +1002 -683 +479 -0 +32 -2 +46 -0.5332438 +38.7995825 -0.3691960 +3.3042257 -0 +39 -0 +34 -0 +36 -1 +41 -1 +44
-400032 +1 -1901 +1002 -946 +479 -0 +32 -3 +47 -0.4893905 +38.9206681 -0.3561536 +3.2884308 -0 +39 -0 +35 -0 +36 -1 +41 -1 +44
-100000 +4 -1901 +1002 -958 +479 -0 +32 -2 +47 -0.6144252 +38.9206681 -0.3865994 +3.2884308 -1 +39 -0 +35 -0 +36 -1 +41 -1 +44
-400000 +23 -1901 +1002 -1262 +479 -0 +32 -3 +47 -0.5478842 +38.9206681 -0.3775118 +3.2884308 -0 +39 -0 +35 -0 +36 -1 +41 -1 +44
-200031 +26 1002 -124 +479 32 -46 +47 -38.8709677 +38.9206681 -3.4000663 +3.2884308 39 -34 +35 36 @@ -1523,28 +3187,28 @@

Aggreagate Covariates

-200033 +12 1002 -124 +706 -32 +31 -47 +46 -38.9758065 +38.5226629 -3.4226973 +3.2712236 -39 +38 34 @@ -1556,7 +3220,7 @@

Aggreagate Covariates

-44 +43
-100031 +18 1002 -355 +706 -32 +31 46 -38.7746479 +38.5226629 -3.2746121 +3.2712236 -39 +38 -35 +34 36 @@ -1611,31 +3275,31 @@

Aggreagate Covariates

-100033 +6 1002 -355 +830 -32 +31 46 -38.9014085 +38.5746988 -3.2449654 +3.2910429 39 -35 +34 36 @@ -1655,25 +3319,25 @@

Aggreagate Covariates

-400031 +21 1002 -479 +850 -32 +31 46 -38.7995825 +38.5658824 -3.3042257 +3.2816028 39 @@ -1688,7 +3352,7 @@

Aggreagate Covariates

-44 +43
-300000 +11 1002 -479 +1445 -32 +31 47 -38.9206681 +38.6131488 -3.2884308 +3.3329496 39 -35 +34 36 @@ -1732,7 +3396,7 @@

Aggreagate Covariates

-44 +43
-400033 +17 1002 -479 +1445 -32 +31 47 -38.9206681 +38.6131488 -3.2884308 +3.3329496 39 -35 +34 36 @@ -1776,7 +3440,7 @@

Aggreagate Covariates

-44 +43
-200032 +5 1002 -726 +1800 31 -46 +47 -38.5137741 +38.6450000 -3.2604976 +3.3212435 -38 +39 34 @@ -1831,25 +3495,25 @@

Aggreagate Covariates

-200000 +20 1002 -850 +1844 31 -46 +47 -38.5658824 +38.6469631 -3.2816028 +3.3192555 39 @@ -1875,13 +3539,13 @@

Aggreagate Covariates

-100032 +13 1002 -1489 +2151 31 @@ -1890,10 +3554,10 @@

Aggreagate Covariates

-38.6165212 +38.5834496 -3.3301766 +3.3123287 39 @@ -1919,13 +3583,13 @@

Aggreagate Covariates

-100000 +19 1002 -1844 +2151 31 @@ -1934,10 +3598,10 @@

Aggreagate Covariates

-38.6469631 +38.5834496 -3.3192555 +3.3123287 39 @@ -1963,13 +3627,13 @@

Aggreagate Covariates

-400032 +7 1002 -2215 +2630 31 @@ -1978,10 +3642,10 @@

Aggreagate Covariates

-38.5828442 +38.6228137 -3.3071156 +3.3112779 39 @@ -2007,7 +3671,7 @@

Aggreagate Covariates

-400000 +22 1002 @@ -2343,8 +4007,8 @@

Dechallenge Rechallenge -
## Executing SQL took 0.066 secs
-## Computing dechallenge rechallenge for 3 target ids and 1outcome ids took 0.131 secs
+
## Executing SQL took 0.00906 secs
+## Computing dechallenge rechallenge for 3 target ids and 1outcome ids took 0.0708 secs

If you would like to save the results you can use the function saveDechallengeRechallengeAnalyses and this can then be loaded using loadDechallengeRechallengeAnalyses.

@@ -2450,8 +4114,8 @@

Dechallenge Rechallenge -
## Executing SQL took 0.104 secs
-## Computing dechallenge failed case series for 3 target ids and 1outcome ids took 0.158 secs
+
## Executing SQL took 0.0936 secs
+## Computing dechallenge failed case series for 3 target IDs and 1 outcome IDs took 0.135 secs

The results are Andromeda objects that can we viewed using dplyr. There is just one table named rechallengeFailCaseSeries:

@@ -2548,6 +4212,7 @@

Time to Event## Connecting using SQLite driver ## Uploading #cohort_settings ## +## Inserting data took 0.00473 secs ## Computing time to event results
## 
   |                                                                            
@@ -2584,8 +4249,8 @@ 

Time to Event## Executing SQL took 0.0434 secs -## Computing time-to-event for T-O pairs took 0.158 secs

+
## Executing SQL took 0.0428 secs
+## Computing time-to-event for T-O pairs took 0.16 secs

If you would like to save the results you can use the function saveTimeToEventAnalyses and this can then be loaded using loadTimeToEventAnalyses.

@@ -2989,7 +4654,7 @@

Run Multiple
 connectionDetailsT <- DatabaseConnector::createConnectionDetails(
   dbms = 'sqlite',
-  server = file.path(tempdir(),'example','sqliteCharacterization', 'sqlite')
+  server = file.path(tempdir(),'example','sqliteCharacterization', 'sqlite.sqlite')
 )
 
 exportDatabaseToCsv(
@@ -3020,7 +4685,7 @@ 

Run Multiple

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/articles/index.html b/docs/articles/index.html index 819227e..c31bf3e 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -89,7 +89,7 @@

All vignettes

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/authors.html b/docs/authors.html index c1598ff..d5c9951 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -90,14 +90,14 @@

Citation

-

Reps J, Ryan P (2022). +

Reps J, Ryan P (2023). Characterization: Characterizations of Cohorts. https://ohdsi.github.io/Characterization, https://github.com/OHDSI/Characterization.

@Manual{,
   title = {Characterization: Characterizations of Cohorts},
   author = {Jenna Reps and Patrick Ryan},
-  year = {2022},
+  year = {2023},
   note = {https://ohdsi.github.io/Characterization, https://github.com/OHDSI/Characterization},
 }
@@ -112,7 +112,7 @@

Citation

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/index.html b/docs/index.html index 27cfafc..a809885 100644 --- a/docs/index.html +++ b/docs/index.html @@ -33,7 +33,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -96,6 +96,8 @@
+

Build Status codecov.io

+

Characterization is part of HADES.

Introduction @@ -224,9 +226,28 @@

User Documentationpackage website.

+

Support +

+ +
+

Contributing

Read here how you can contribute to this package.

+
+
+

License +

+

Characterization is licensed under Apache License 2.0

+
+
+

Development +

+

Characterization is being developed in R Studio.

@@ -277,7 +298,7 @@

Developers

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/news/index.html b/docs/news/index.html index 192b085..0cdf562 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -72,6 +72,11 @@

Changelog

Source: NEWS.md +
+ +
  • added support to enable target cohorts with multiple cohort entries for the aggregate covariate analysis by restructing to first cohort entry and ensuring the subject has a user specified minPriorObservation days observation in the database at first entry and also perform analysis on first outcomes and any outcome that is recorded during TAR.
  • +
  • added shiny app
  • +

Initial version

@@ -90,7 +95,7 @@
-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index c92d37c..33dd174 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -1,8 +1,8 @@ pandoc: 2.19.2 -pkgdown: 2.0.6 +pkgdown: 2.0.7 pkgdown_sha: ~ articles: InstallationGuide: InstallationGuide.html UsingCharacterizationPackage: UsingCharacterizationPackage.html -last_built: 2022-12-16T22:10Z +last_built: 2023-03-15T16:42Z diff --git a/docs/pull_request_template.html b/docs/pull_request_template.html index a2c7f35..8e0be78 100644 --- a/docs/pull_request_template.html +++ b/docs/pull_request_template.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -94,7 +94,7 @@

NA

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/Characterization-package.html b/docs/reference/Characterization-package.html index a8f7548..0037c39 100644 --- a/docs/reference/Characterization-package.html +++ b/docs/reference/Characterization-package.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -88,7 +88,8 @@

See also

Author

Maintainer: Jenna Reps reps@ohdsi.org

-
+

Authors:

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/computeAggregateCovariateAnalyses.html b/docs/reference/computeAggregateCovariateAnalyses.html index b2e535b..8ea4096 100644 --- a/docs/reference/computeAggregateCovariateAnalyses.html +++ b/docs/reference/computeAggregateCovariateAnalyses.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -165,7 +165,7 @@

Value

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/computeDechallengeRechallengeAnalyses.html b/docs/reference/computeDechallengeRechallengeAnalyses.html index d82e5d0..c74d039 100644 --- a/docs/reference/computeDechallengeRechallengeAnalyses.html +++ b/docs/reference/computeDechallengeRechallengeAnalyses.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -150,7 +150,7 @@

Value

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/computeRechallengeFailCaseSeriesAnalyses.html b/docs/reference/computeRechallengeFailCaseSeriesAnalyses.html index 6717c60..60cfc21 100644 --- a/docs/reference/computeRechallengeFailCaseSeriesAnalyses.html +++ b/docs/reference/computeRechallengeFailCaseSeriesAnalyses.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -155,7 +155,7 @@

Value

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/computeTimeToEventAnalyses.html b/docs/reference/computeTimeToEventAnalyses.html index 88bfbf0..146b10c 100644 --- a/docs/reference/computeTimeToEventAnalyses.html +++ b/docs/reference/computeTimeToEventAnalyses.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -155,7 +155,7 @@

Value

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/createAggregateCovariateSettings.html b/docs/reference/createAggregateCovariateSettings.html index da2ee60..a0b0a36 100644 --- a/docs/reference/createAggregateCovariateSettings.html +++ b/docs/reference/createAggregateCovariateSettings.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -81,6 +81,7 @@

Create aggregate covariate study settings

createAggregateCovariateSettings(
   targetIds,
   outcomeIds,
+  minPriorObservation = 0,
   riskWindowStart = 1,
   startAnchor = "cohort start",
   riskWindowEnd = 365,
@@ -99,6 +100,10 @@ 

Arguments

A list of cohortIds for the outcome cohorts

+
minPriorObservation
+

The minimum time in the database a patient in the target cohorts must be observed prior to index

+ +
riskWindowStart

The start of the risk window (in days) relative to the `startAnchor`.

@@ -140,7 +145,7 @@

Value

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/createCharacterizationSettings.html b/docs/reference/createCharacterizationSettings.html index 1c5101e..5d758d8 100644 --- a/docs/reference/createCharacterizationSettings.html +++ b/docs/reference/createCharacterizationSettings.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -122,7 +122,7 @@

Details

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/createCharacterizationTables.html b/docs/reference/createCharacterizationTables.html index e708f68..7eb013f 100644 --- a/docs/reference/createCharacterizationTables.html +++ b/docs/reference/createCharacterizationTables.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -144,7 +144,7 @@

Details

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/createDechallengeRechallengeSettings.html b/docs/reference/createDechallengeRechallengeSettings.html index f6d1217..8a9fdec 100644 --- a/docs/reference/createDechallengeRechallengeSettings.html +++ b/docs/reference/createDechallengeRechallengeSettings.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -123,7 +123,7 @@

Value

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/createSqliteDatabase.html b/docs/reference/createSqliteDatabase.html index 68017dd..30b14d0 100644 --- a/docs/reference/createSqliteDatabase.html +++ b/docs/reference/createSqliteDatabase.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -110,7 +110,7 @@

Details

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/createTimeToEventSettings.html b/docs/reference/createTimeToEventSettings.html index 940d4f6..4cb3987 100644 --- a/docs/reference/createTimeToEventSettings.html +++ b/docs/reference/createTimeToEventSettings.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -110,7 +110,7 @@

Value

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/exportAggregateCovariateToCsv.html b/docs/reference/exportAggregateCovariateToCsv.html index 326a99f..b8dab95 100644 --- a/docs/reference/exportAggregateCovariateToCsv.html +++ b/docs/reference/exportAggregateCovariateToCsv.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -110,7 +110,7 @@

Value

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/exportDatabaseToCsv.html b/docs/reference/exportDatabaseToCsv.html index f194dab..b6d6dd5 100644 --- a/docs/reference/exportDatabaseToCsv.html +++ b/docs/reference/exportDatabaseToCsv.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -144,7 +144,7 @@

Details

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/exportDechallengeRechallengeToCsv.html b/docs/reference/exportDechallengeRechallengeToCsv.html index 0e4988c..d237188 100644 --- a/docs/reference/exportDechallengeRechallengeToCsv.html +++ b/docs/reference/exportDechallengeRechallengeToCsv.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -110,7 +110,7 @@

Value

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/exportRechallengeFailCaseSeriesToCsv.html b/docs/reference/exportRechallengeFailCaseSeriesToCsv.html index d8a6ecd..8fd1a4d 100644 --- a/docs/reference/exportRechallengeFailCaseSeriesToCsv.html +++ b/docs/reference/exportRechallengeFailCaseSeriesToCsv.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -110,7 +110,7 @@

Value

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/exportTimeToEventToCsv.html b/docs/reference/exportTimeToEventToCsv.html index 30b9e67..a7bbca2 100644 --- a/docs/reference/exportTimeToEventToCsv.html +++ b/docs/reference/exportTimeToEventToCsv.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -110,7 +110,7 @@

Value

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/index.html b/docs/reference/index.html index b59be76..7cc08c8 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -199,6 +199,14 @@

Insert into Database exportDatabaseToCsv()

Exports all tables in the result database to csv files

+

Shiny App

+

Functions to interactively exlore the results from runCharacterizationAnalyses().

+
+

viewCharacterization()

+

viewCharacterization - Interactively view the characterization results

diff --git a/docs/reference/loadAggregateCovariateAnalyses.html b/docs/reference/loadAggregateCovariateAnalyses.html index 3db8869..c4eabb2 100644 --- a/docs/reference/loadAggregateCovariateAnalyses.html +++ b/docs/reference/loadAggregateCovariateAnalyses.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -78,13 +78,13 @@

Load the AggregateCovariate results

-
loadAggregateCovariateAnalyses(saveDirectory)
+
loadAggregateCovariateAnalyses(fileName)

Arguments

-
saveDirectory
-

An directory location to save the results into

+
fileName
+

The file to save the results into.

@@ -106,7 +106,7 @@

Value

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/loadCharacterizationSettings.html b/docs/reference/loadCharacterizationSettings.html index b1830e9..988d7c7 100644 --- a/docs/reference/loadCharacterizationSettings.html +++ b/docs/reference/loadCharacterizationSettings.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -78,12 +78,12 @@

Load the characterization settings previously saved as a json file

-
loadCharacterizationSettings(saveDirectory)
+
loadCharacterizationSettings(fileName)

Arguments

-
saveDirectory
+
fileName

The location of the the json settings

@@ -110,7 +110,7 @@

Details

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/loadDechallengeRechallengeAnalyses.html b/docs/reference/loadDechallengeRechallengeAnalyses.html index c2bb526..417352f 100644 --- a/docs/reference/loadDechallengeRechallengeAnalyses.html +++ b/docs/reference/loadDechallengeRechallengeAnalyses.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -78,13 +78,13 @@

Load the DechallengeRechallenge results

-
loadDechallengeRechallengeAnalyses(saveDirectory)
+
loadDechallengeRechallengeAnalyses(fileName)

Arguments

-
saveDirectory
-

An directory location to save the results into

+
fileName
+

The file to save the results into.

@@ -106,7 +106,7 @@

Value

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/loadRechallengeFailCaseSeriesAnalyses.html b/docs/reference/loadRechallengeFailCaseSeriesAnalyses.html index 4a7801f..3f6b9a8 100644 --- a/docs/reference/loadRechallengeFailCaseSeriesAnalyses.html +++ b/docs/reference/loadRechallengeFailCaseSeriesAnalyses.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -78,13 +78,13 @@

Load the RechallengeFailCaseSeries results

-
loadRechallengeFailCaseSeriesAnalyses(saveDirectory)
+
loadRechallengeFailCaseSeriesAnalyses(fileName)

Arguments

-
saveDirectory
-

An directory location to save the results into

+
fileName
+

The file to save the results into.

@@ -106,7 +106,7 @@

Value

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/loadTimeToEventAnalyses.html b/docs/reference/loadTimeToEventAnalyses.html index 3563050..af61ae4 100644 --- a/docs/reference/loadTimeToEventAnalyses.html +++ b/docs/reference/loadTimeToEventAnalyses.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -78,13 +78,13 @@

Load the TimeToEvent results

-
loadTimeToEventAnalyses(saveDirectory)
+
loadTimeToEventAnalyses(fileName)

Arguments

-
saveDirectory
-

An directory location to save the results into

+
fileName
+

The file to save the results into.

@@ -106,7 +106,7 @@

Value

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/runCharacterizationAnalyses.html b/docs/reference/runCharacterizationAnalyses.html index cbd1111..416f975 100644 --- a/docs/reference/runCharacterizationAnalyses.html +++ b/docs/reference/runCharacterizationAnalyses.html @@ -18,7 +18,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -177,7 +177,7 @@

Details

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/saveAggregateCovariateAnalyses.html b/docs/reference/saveAggregateCovariateAnalyses.html index 4083254..db5c47a 100644 --- a/docs/reference/saveAggregateCovariateAnalyses.html +++ b/docs/reference/saveAggregateCovariateAnalyses.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -78,7 +78,7 @@

Save the AggregateCovariate results

-
saveAggregateCovariateAnalyses(result, saveDirectory)
+
saveAggregateCovariateAnalyses(result, fileName)
@@ -87,8 +87,8 @@

Arguments

The output of running computeAggregateCovariateAnalyses()

-
saveDirectory
-

An directory location to save the results into

+
fileName
+

The file to save the results into.

@@ -110,7 +110,7 @@

Value

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/saveCharacterizationSettings.html b/docs/reference/saveCharacterizationSettings.html index 452c3df..34ec74e 100644 --- a/docs/reference/saveCharacterizationSettings.html +++ b/docs/reference/saveCharacterizationSettings.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -78,7 +78,7 @@

Save the characterization settings as a json

-
saveCharacterizationSettings(settings, saveDirectory)
+
saveCharacterizationSettings(settings, fileName)
@@ -87,7 +87,7 @@

Arguments

An object of class characterizationSettings created using createCharacterizationSettings

-
saveDirectory
+
fileName

The location to save the json settings

@@ -114,7 +114,7 @@

Details

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/saveDechallengeRechallengeAnalyses.html b/docs/reference/saveDechallengeRechallengeAnalyses.html index 1316456..9d465f3 100644 --- a/docs/reference/saveDechallengeRechallengeAnalyses.html +++ b/docs/reference/saveDechallengeRechallengeAnalyses.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -78,7 +78,7 @@

Save the DechallengeRechallenge results

-
saveDechallengeRechallengeAnalyses(result, saveDirectory)
+
saveDechallengeRechallengeAnalyses(result, fileName)
@@ -87,8 +87,8 @@

Arguments

The output of running computeDechallengeRechallengeAnalyses()

-
saveDirectory
-

An directory location to save the results into

+
fileName
+

The file to save the results into.

@@ -110,7 +110,7 @@

Value

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/saveRechallengeFailCaseSeriesAnalyses.html b/docs/reference/saveRechallengeFailCaseSeriesAnalyses.html index d56acd8..de8f8b5 100644 --- a/docs/reference/saveRechallengeFailCaseSeriesAnalyses.html +++ b/docs/reference/saveRechallengeFailCaseSeriesAnalyses.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -78,7 +78,7 @@

Save the RechallengeFailCaseSeries results

-
saveRechallengeFailCaseSeriesAnalyses(result, saveDirectory)
+
saveRechallengeFailCaseSeriesAnalyses(result, fileName)
@@ -87,8 +87,8 @@

Arguments

The output of running computeRechallengeFailCaseSeriesAnalyses()

-
saveDirectory
-

An directory location to save the results into

+
fileName
+

The file to save the results into.

@@ -110,7 +110,7 @@

Value

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/saveTimeToEventAnalyses.html b/docs/reference/saveTimeToEventAnalyses.html index 3d69544..914af23 100644 --- a/docs/reference/saveTimeToEventAnalyses.html +++ b/docs/reference/saveTimeToEventAnalyses.html @@ -17,7 +17,7 @@ Characterization - 0.0.4 + 0.1.0 @@ -78,7 +78,7 @@

Save the TimeToEvent results

-
saveTimeToEventAnalyses(result, saveDirectory)
+
saveTimeToEventAnalyses(result, fileName)
@@ -87,8 +87,8 @@

Arguments

The output of running computeTimeToEventAnalyses()

-
saveDirectory
-

An directory location to save the results into

+
fileName
+

The file to save the results into.

@@ -110,7 +110,7 @@

Value

-

Site built with pkgdown 2.0.6.

+

Site built with pkgdown 2.0.7.

diff --git a/docs/reference/viewCharacterization.html b/docs/reference/viewCharacterization.html new file mode 100644 index 0000000..eb0f2a4 --- /dev/null +++ b/docs/reference/viewCharacterization.html @@ -0,0 +1,128 @@ + +viewCharacterization - Interactively view the characterization results — viewCharacterization • Characterization + + +
+
+ + + +
+
+ + +
+

This is a shiny app for viewing interactive plots and tables

+
+ +
+
viewCharacterization(resultLocation, cohortDefinitionSet = NULL)
+
+ +
+

Arguments

+
resultLocation
+

The location of the results

+ + +
cohortDefinitionSet
+

The cohortDefinitionSet extracted using webAPI

+ +
+
+

Value

+ + +

Opens a shiny app for interactively viewing the results

+
+
+

Details

+

Input is the output of ...

+
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.0.7.

+
+ +
+ + + + + + + + diff --git a/docs/sitemap.xml b/docs/sitemap.xml index cd00cad..a679701 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -108,4 +108,7 @@ /reference/saveTimeToEventAnalyses.html + + /reference/viewCharacterization.html +