|
1 | 1 | #' DataSHIELD login data for the CNSIM simulated datasets |
2 | 2 | #' |
3 | | -#' DataSHIELD login data.frame for connecting with CNSIM datasets. |
| 3 | +#' DataSHIELD login data.frame for connecting with CNSIM datasets. The CNSIM datasets contain |
| 4 | +#' synthetic data based on a model derived from the participants of the 1958 Birth Cohort, |
| 5 | +#' as part of the obesity methodological development project. These datasets do contain some |
| 6 | +#' NA values. |
| 7 | +#' |
| 8 | +#' | **Field** | **Description** | **Type** | **Note** | |
| 9 | +#' | ------------------ | -------------------------------- | -------- | -------- | |
| 10 | +#' | server | Server/study name | char || |
| 11 | +#' | url | Server/study URL | char | DSLiteServer instance symbol name | |
| 12 | +#' | user | User name | char | Always empty for DSLiteServer | |
| 13 | +#' | password | User password | char | Always empty for DSLiteServer | |
| 14 | +#' | table | Table unique name | char | As registered in the DSLiteServer | |
| 15 | +#' | options | Connection options | char | Always empty for DSLiteServer | |
| 16 | +#' | driver | Connection driver | char | DSLiteServer | |
4 | 17 | #' |
5 | 18 | #' @name logindata.dslite.cnsim |
6 | 19 | #' @docType data |
|
9 | 22 |
|
10 | 23 | #' Simulated dataset CNSIM 1 |
11 | 24 | #' |
12 | | -#' Simulated dataset CNSIM 1, in a data.frame with 2163 observations of 11 harmonized variables: |
13 | | -#' LAB_TSC, LAB_TRIG, LAB_HDL, LAB_GLUC_ADJUSTED, PM_BMI_CONTINUOUS, DIS_CVA, MEDI_LPD, DIS_DIAB, |
14 | | -#' DIS_AMI, GENDER, PM_BMI_CATEGORICAL. |
| 25 | +#' Simulated dataset CNSIM 1, in a data.frame with 2163 observations of 11 harmonized |
| 26 | +#' variables. The CNSIM dataset contains synthetic data based on a model derived from the |
| 27 | +#' participants of the 1958 Birth Cohort, as part of the obesity methodological development |
| 28 | +#' project. This dataset does contain some NA values. |
| 29 | +#' |
| 30 | +#' | **Variable** | **Description** | **Type** | **Note** | |
| 31 | +#' | ------------------ | -------------------------------- | -------- | -------- | |
| 32 | +#' | LAB_TSC | Total Serum Cholesterol | numeric | mmol/L | |
| 33 | +#' | LAB_TRIG | Triglycerides | numeric | mmol/L | |
| 34 | +#' | LAB_HDL | HDL Cholesterol | numeric | mmol/L | |
| 35 | +#' | LAB_GLUC_ADJUSTED | Non-Fasting Glucose | numeric | mmol/L | |
| 36 | +#' | PM_BMI_CONTINUOUS | Body Mass Index (continuous) | numeric | kg/m2 | |
| 37 | +#' | DIS_CVA | History of Stroke | factor | 0 = Never had stroke, 1 = Has had stroke| |
| 38 | +#' | MEDI_LPD | Current Use of Lipid Lowering Medication (from categorical assessment item) | factor | 0 = Not currently using lipid lowering medication, 1 = Currently using lipid lowering medication| |
| 39 | +#' | DIS_DIAB | History of Diabetes | factor | 0 = Never had diabetes, 1 = Has had diabetes | |
| 40 | +#' | DIS_AMI | History of Myocardial Infarction | factor | 0 = Never had myocardial infarction, 1 = Has had myocardial infarction | |
| 41 | +#' | GENDER | Gender | factor | 0 = Female, 1 = Male | |
| 42 | +#' | PM_BMI_CATEGORICAL | Body Mass Index (categorical) | factor | 1 = Less than 25 kg/m2, 2 = 25 to 30 kg/m2, 3 = Over 30 kg/m2 | |
15 | 43 | #' |
16 | 44 | #' @name CNSIM1 |
17 | 45 | #' @docType data |
|
20 | 48 |
|
21 | 49 | #' Simulated dataset CNSIM 2 |
22 | 50 | #' |
23 | | -#' Simulated dataset CNSIM 1, in a data.frame with 3088 observations of 11 harmonized variables: |
24 | | -#' LAB_TSC, LAB_TRIG, LAB_HDL, LAB_GLUC_ADJUSTED, PM_BMI_CONTINUOUS, DIS_CVA, MEDI_LPD, DIS_DIAB, |
25 | | -#' DIS_AMI, GENDER, PM_BMI_CATEGORICAL. |
| 51 | +#' Simulated dataset CNSIM 1, in a data.frame with 3088 observations of 11 harmonized variables |
| 52 | +#' variables. The CNSIM dataset contains synthetic data based on a model derived from the |
| 53 | +#' participants of the 1958 Birth Cohort, as part of the obesity methodological development |
| 54 | +#' project. This dataset does contain some NA values. |
| 55 | + |
| 56 | +#' |
| 57 | +#' | **Variable** | **Description** | **Type** | **Note** | |
| 58 | +#' | ------------------ | -------------------------------- | -------- | -------- | |
| 59 | +#' | LAB_TSC | Total Serum Cholesterol | numeric | mmol/L | |
| 60 | +#' | LAB_TRIG | Triglycerides | numeric | mmol/L | |
| 61 | +#' | LAB_HDL | HDL Cholesterol | numeric | mmol/L | |
| 62 | +#' | LAB_GLUC_ADJUSTED | Non-Fasting Glucose | numeric | mmol/L | |
| 63 | +#' | PM_BMI_CONTINUOUS | Body Mass Index (continuous) | numeric | kg/m2 | |
| 64 | +#' | DIS_CVA | History of Stroke | factor | 0 = Never had stroke, 1 = Has had stroke| |
| 65 | +#' | MEDI_LPD | Current Use of Lipid Lowering Medication (from categorical assessment item) | factor | 0 = Not currently using lipid lowering medication, 1 = Currently using lipid lowering medication| |
| 66 | +#' | DIS_DIAB | History of Diabetes | factor | 0 = Never had diabetes, 1 = Has had diabetes | |
| 67 | +#' | DIS_AMI | History of Myocardial Infarction | factor | 0 = Never had myocardial infarction, 1 = Has had myocardial infarction | |
| 68 | +#' | GENDER | Gender | factor | 0 = Female, 1 = Male | |
| 69 | +#' | PM_BMI_CATEGORICAL | Body Mass Index (categorical) | factor | 1 = Less than 25 kg/m2, 2 = 25 to 30 kg/m2, 3 = Over 30 kg/m2 | |
26 | 70 | #' |
27 | 71 | #' @name CNSIM2 |
28 | 72 | #' @docType data |
|
31 | 75 |
|
32 | 76 | #' Simulated dataset CNSIM 3 |
33 | 77 | #' |
34 | | -#' Simulated dataset CNSIM 1, in a data.frame with 4128 observations of 11 harmonized variables: |
35 | | -#' LAB_TSC, LAB_TRIG, LAB_HDL, LAB_GLUC_ADJUSTED, PM_BMI_CONTINUOUS, DIS_CVA, MEDI_LPD, DIS_DIAB, |
36 | | -#' DIS_AMI, GENDER, PM_BMI_CATEGORICAL. |
| 78 | +#' Simulated dataset CNSIM 1, in a data.frame with 4128 observations of 11 harmonized variables |
| 79 | +#' variables. The CNSIM dataset contains synthetic data based on a model derived from the |
| 80 | +#' participants of the 1958 Birth Cohort, as part of the obesity methodological development |
| 81 | +#' project. This dataset does contain some NA values. |
| 82 | +#' |
| 83 | +#' | **Variable** | **Description** | **Type** | **Note** | |
| 84 | +#' | ------------------ | -------------------------------- | -------- | -------- | |
| 85 | +#' | LAB_TSC | Total Serum Cholesterol | numeric | mmol/L | |
| 86 | +#' | LAB_TRIG | Triglycerides | numeric | mmol/L | |
| 87 | +#' | LAB_HDL | HDL Cholesterol | numeric | mmol/L | |
| 88 | +#' | LAB_GLUC_ADJUSTED | Non-Fasting Glucose | numeric | mmol/L | |
| 89 | +#' | PM_BMI_CONTINUOUS | Body Mass Index (continuous) | numeric | kg/m2 | |
| 90 | +#' | DIS_CVA | History of Stroke | factor | 0 = Never had stroke, 1 = Has had stroke| |
| 91 | +#' | MEDI_LPD | Current Use of Lipid Lowering Medication (from categorical assessment item) | factor | 0 = Not currently using lipid lowering medication, 1 = Currently using lipid lowering medication| |
| 92 | +#' | DIS_DIAB | History of Diabetes | factor | 0 = Never had diabetes, 1 = Has had diabetes | |
| 93 | +#' | DIS_AMI | History of Myocardial Infarction | factor | 0 = Never had myocardial infarction, 1 = Has had myocardial infarction | |
| 94 | +#' | GENDER | Gender | factor | 0 = Female, 1 = Male | |
| 95 | +#' | PM_BMI_CATEGORICAL | Body Mass Index (categorical) | factor | 1 = Less than 25 kg/m2, 2 = 25 to 30 kg/m2, 3 = Over 30 kg/m2 | |
37 | 96 | #' |
38 | 97 | #' @name CNSIM3 |
39 | 98 | #' @docType data |
|
0 commit comments