|
21 | 21 | #' The following trial concepts can be used by referencing their name when |
22 | 22 | #' calling \link{dbGetFieldsIntoDf} (parameter `calculate`). |
23 | 23 | #' Concepts will continue to be refined and added; |
24 | | -#' last updated 2025-07-18. |
| 24 | +#' last updated 2025-07-24. |
25 | 25 | #' |
26 | 26 | #' - \link{f.assignmentType} (factor) was the assignment to treatment based on |
27 | 27 | #' randomisation or not? ("R" or "NR") |
|
42 | 42 | #' of study design) |
43 | 43 | #' |
44 | 44 | #' - \link{f.isUniqueTrial} (logical) is the trial record unique in the data |
45 | | -#' frame of trial, based on default parameters of \link{dbFindIdsUniqueTrials}? |
| 45 | +#' frame of trial records, based on default parameters of |
| 46 | +#' \link{dbFindIdsUniqueTrials}? |
46 | 47 | #' |
47 | 48 | #' - \link{f.likelyPlatformTrial} (logical, list of likely related trials, and |
48 | 49 | #' list of maybe related trials) is the trial possibly a (research) |
49 | 50 | #' platform trial, and what are related trials? (based on trial title, |
50 | | -#' f.numTestArmsSubstances, number of periods; identifiers of related trials; |
| 51 | +#' `f.numTestArmsSubstances`, number of periods; identifiers of related trials; |
51 | 52 | #' similarity of terms in parts of trial titles) |
52 | 53 | #' |
53 | 54 | #' - \link{f.numSites} (integer) how many sites does the trial have? |
54 | 55 | #' |
55 | | -#' - \link{f.numTestArmsSubstances} (integer) how many arms or groups have |
56 | | -#' medicines that are investigational? (cannot be calculated for ISRCTN or |
57 | | -#' for phase 1 trials) |
| 56 | +#' - \link{f.numTestArmsSubstances} (integer) how many arms or groups in the |
| 57 | +#' trial have medicines that are investigational? (cannot be calculated for |
| 58 | +#' ISRCTN or for phase 1 trials) |
58 | 59 | #' |
59 | 60 | #' - \link{f.primaryEndpointDescription} (list of character) string containing |
60 | 61 | #' protocol definition, details and time frames, concatenated with " == " |
61 | 62 | #' |
62 | 63 | #' - \link{f.primaryEndpointResults} (columns of number, character, integer, |
63 | 64 | #' logical) returning the statistical testing p value and method as well as the |
64 | | -#' number of subjects included in the test and if the record includes results, |
65 | | -#' each in one new column, for the first primary endpoint only |
| 65 | +#' number of subjects included in the test, each in one new column, for the |
| 66 | +#' first primary endpoint only |
66 | 67 | #' |
67 | 68 | #' - \link{f.resultsDate} (date) the planned or achieved date of results availability |
68 | 69 | #' |
|
81 | 82 | #' withdrawn) |
82 | 83 | #' |
83 | 84 | #' - \link{f.trialObjectives} (string) identifies with letters those objectives |
84 | | -#' that could be identified by text fragments, e.g. "E S PD D", with "E" |
| 85 | +#' that could be identified in text fragments, e.g. "E S PD D", with "E" |
85 | 86 | #' (efficacy), "S" (safety), "D" (dose-finding) |
86 | 87 | #' |
87 | 88 | #' - \link{f.trialPhase} (ordered factor) the phase(s) of medicine development |
88 | | -#' with which a trial is associated |
| 89 | +#' with which a trial is associated ("phase 1", "phase 1+2" etc.) |
89 | 90 | #' |
90 | 91 | #' - \link{f.trialPopulation} (columns of factor, string and string) age groups |
91 | 92 | #' (e.g., "P" for paediatric participants, "A" for adults, "E" for older than |
|
0 commit comments