You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**The workflow previously described on this page is now defunct as the functions it relied on have been superseded by methods in the [specific package](https://ready4-dev.github.io/specific). Updated syntax for reporting utility mapping studies with the TTU package is currently being developed.**
**The workflow previously described on this page is now defunct as the functions it relied on have been superseded by methods in the [specific package](https://ready4-dev.github.io/specific).**
**The TTU package is currently undergoing significant redevelopment. Many of the functions previously included in the package have been replaced by methods in the [specific package](https://ready4-dev.github.io/specific). More information will be poster here shortly.**
22
-
23
-
This development version of the TTU package has been made available as part of the process of testing and documenting the package. [Installation instructions are on the package homepage](https://ready4-dev.github.io/TTU/index.html).
This development version of the TTU package has been made available as part of the process of testing and documenting the package. [Installation instructions are on the package homepage](https://ready4-dev.github.io/TTU/index.html). Currently, one vignette article is available to demonstrate how to use the TTU package:
22
+
23
+
-[Implement A Utility Mapping Study (Adolescent AQoL-6D Example)](V_01.html)
Copy file name to clipboardExpand all lines: vignettes/V_01.Rmd
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ Additionally, TTU relies on two RMarkdown programs:
33
33
### Background and citation
34
34
The following workflow illustrates (**using fake data**) the same steps we used in a real world study, a summary of which is available at https://doi.org/10.1101/2021.07.07.21260129). Citation information for that study is:
35
35
36
+
```{r eval=F}
36
37
@article {Hamilton2021.07.07.21260129,
37
38
author = {Hamilton, Matthew P and Gao, Caroline X and Filia, Kate M and Menssink, Jana M and Sharmin, Sonia and Telford, Nic and Herrman, Helen and Hickie, Ian B and Mihalopoulos, Cathrine and Rickwood, Debra J and McGorry, Patrick D and Cotton, Sue M},
38
39
title = {Predicting Quality Adjusted Life Years in young people attending primary mental health services},
@@ -44,9 +45,11 @@ The following workflow illustrates (**using fake data**) the same steps we used
The program applied in that study, which this workflow closely resembles is available at https://doi.org/10.5281/zenodo.6116077 and can be cited as follows:
49
51
52
+
```{r eval=FALSE}
50
53
@software{hamilton_matthew_2022_6212704,
51
54
author = {Hamilton, Matthew and
52
55
Gao, Caroline},
@@ -68,6 +71,8 @@ The program applied in that study, which this workflow closely resembles is avai
68
71
doi = {10.5281/zenodo.6212704},
69
72
url = {https://doi.org/10.5281/zenodo.6212704}
70
73
}
74
+
```
75
+
71
76
72
77
### Load required packages
73
78
We begin by loading our required packages.
@@ -175,7 +180,7 @@ A <- renewSlot(A, "c_SpecificProject",
We now generate tables and charts that describe our dataset. These are saved in a sub-directory of our output data directory, a copy of which is [available for download](https://github.com/ready4-dev/TTU/releases/download/Documentation_0.0/_A_Candidate_Mdls_Cmprsn_Descriptives.zip). One of the plots is also reproduced here.
183
+
We now generate tables and charts that describe our dataset. These are saved in a sub-directory of our output data directory, a copy of which is [available for download](https://github.com/ready4-dev/TTU/releases/download/Documentation_0.0/_Descriptives.zip). One of the plots is also reproduced here.
0 commit comments