|
0
|
1 # Resource bundle for analysis page
|
|
|
2
|
|
|
3 # page ID
|
|
|
4
|
|
|
5 pageTitle=Subsetting, Downloading and Analysis
|
|
|
6
|
|
|
7 # study ID block
|
|
|
8
|
|
|
9 stdyInf.ID=Study ID
|
|
|
10 stdyInf.Name=Study Name
|
|
|
11
|
|
|
12
|
|
|
13 # download tab
|
|
|
14 dwnld.tab.text=Download Subset
|
|
|
15
|
|
|
16 dwnld.selectedVarBox.topText=Selected Variables:
|
|
|
17 dwnld.selectedvarBox.bttmHelpText=(Select Variables from table below)
|
|
|
18 dwnld.selectedVarBox.title=Selected Variables
|
|
|
19
|
|
|
20 dwnld.instruction=Choose File Format to download selected variables:
|
|
|
21
|
|
|
22 dwnld.fileType.text=Text
|
|
|
23 dwnld.fileType.Rdata=R Data
|
|
|
24 dwnld.fileType.Splus=S plus
|
|
|
25 dwnld.fileType.stata=Stata
|
|
|
26 #dwnld.fileType.SPSSsav=SPSS(SAV)
|
|
|
27 #dwnld.fileType.SPSSpor=SPSS(POR)
|
|
|
28 #dwnld.fileType.sas=SAS
|
|
|
29
|
|
|
30 dwnld.button.submit=Create Zip File
|
|
|
31
|
|
|
32 # Recode tab
|
|
|
33 recode.tab.text=Recode & Case-Subset
|
|
|
34 recode.selectedVarBox.topText=Selected Variables:
|
|
|
35 recode.selectedVarBox.title=Selected Variables
|
|
|
36 recode.selectedvarBox.bttmHelpText=(Select Variables from table below)
|
|
|
37
|
|
|
38
|
|
|
39 recode.instruction.line1=Select a variable from the selected-variables box, click the start button.
|
|
|
40 recode.instruction.line2=Update the machine-generated new variable name and label in the input boxes. The new variable name must be unique within the current data file.
|
|
|
41 recode.instruction.line3=For case-subsetting, the new variable becomes a condition variable that filters cases.
|
|
|
42 recode.currentConditionVar=Condition Variable
|
|
|
43 recode.newVar.name=New Variable Name
|
|
|
44 recode.newVar.label=New Variable Label
|
|
|
45 recode.valueTable.drop.header=Drop
|
|
|
46 recode.valueTable.drop.checkbox=Check to exclude this value
|
|
|
47 recode.valueTable.value.header=New Value
|
|
|
48 recode.valueTable.valuelabel.header=New Value Label
|
|
|
49 recode.valueTable.variable.header=Variable
|
|
|
50
|
|
|
51 recode.howToRecode.instruction=How to use the table for recoding:
|
|
|
52
|
|
|
53 recode.howToRecode.details=You must at least fill the first (new value) and last column (condition) of the table; the second column is optional and for a new value label. If the old variable you have chosen for recoding has information about its value-labels, the table may be pre-filled with these data for convenience, and then you are expected to modify these pre-filled data. A condition for recoding is expressed by a value and/or range. For how to specify a condition for recoding, see the instruction how to enter a value or range as a condition) below. If you want to exclude a value from your recoding scheme, you can this by checking the checkbox in the same row.
|
|
|
54
|
|
|
55 recode.howToSubset.instruction=How to use the table for case-subsetting:
|
|
|
56
|
|
|
57 recode.howToSubset.details=If the variable you have chosen for case-subsetting has information about its value-labels, the table may be pre-filled with these data for convenience. When you want to exclude a value in the last column of the table, check the checkbox in the same row. When you want to include a particular value or range, enter it in the last column whose header shows the name of the variable for subsetting. For how to enter a condition for subsetting, see the instruction (how to enter a value or range as a condition) below.
|
|
|
58
|
|
|
59
|
|
|
60
|
|
|
61
|
|
|
62 recode.howToEnterCondition.instruction=How to enter a value or range as a condition:
|
|
|
63
|
|
|
64 recode.howToEnterCondition.details=Suppose the variable you chose for recoding is x. If your condition is x==3, simply enter 3. To define an "open" range, use parentheses, as in the following 3 examples: if your condition is x < -3, enter (--3; if your condition is x > -3, enter -3-); if your condition is -3 < x < 3, enter (-3-3). (Do note that '-' is used both as the minus sign and the range separator!) Similarly, the square brackets [] are used to define "closed" ranges, for example: [-2-4] to select -2 <= x <= -4. You can of course define a range open on one end and closed on the other, as in (2-5]. You can also enter non-overlapping values and ranges separated by a comma such as 0,[7-9]. (Ranges are only supported on numeric values!)
|
|
|
65
|
|
|
66
|
|
|
67
|
|
|
68 recode.button.moveVar.alt=Add variable
|
|
|
69 #recode.button.moveVar.img=>
|
|
|
70
|
|
|
71 recode.button.save=Apply Recodes
|
|
|
72 recode.button.addValue=Add Value/Range
|
|
|
73
|
|
|
74 # Descriptive Statistics pane
|
|
|
75 eda.tab.text=Descriptive Statistics
|
|
|
76 eda.selectedVarBox.topText=Selected Variables:
|
|
|
77 eda.selectedVarBox.title=Selected Variables
|
|
|
78 eda.selectedvarBox.bttmHelpText=(Select Variables from table below)
|
|
|
79 eda.instruction=Choose Descriptive Statistics output to apply to selected variables:
|
|
|
80 eda.option.numeric=Univariate Numeric Summaries
|
|
|
81 eda.option.graphic=Univariate Graphic Summaries
|
|
|
82 eda.button.submit=Run Statistics
|
|
|
83
|
|
|
84
|
|
|
85 # Advanced Statistical Analysis tab
|
|
|
86
|
|
|
87 advStat.tab.text=Advanced Statistical Analysis
|
|
|
88 advStat.selectedVarBox.topText=Selected Variables:
|
|
|
89 advStat.selectedVarBox.title=Selected Variables
|
|
|
90 advStat.selectedvarBox.bttmHelpText=(Select Variables from table below)
|
|
|
91
|
|
|
92 advStat.modelMenu.instruction=Choose a Statistical Model
|
|
|
93 advStat.model.helpInfo.header=More Information about the Model
|
|
|
94
|
|
|
95 advStat.modelVarbox.dependent.label=Dependent
|
|
|
96 advStat.modelVarbox.explanatory.label=Explanatory
|
|
|
97 advStat.modelVarbox.observed.label=Observed
|
|
|
98
|
|
|
99
|
|
|
100 advStat.analysisOptn.header=Analysis Options
|
|
|
101 advStat.outputOptn.header=Output Options
|
|
|
102 advStat.sensitivity.Option=Sensitivity analysis (computationally intensive)
|
|
|
103
|
|
|
104
|
|
|
105 advStat.simulation.optionPanel=Simulation Options
|
|
|
106
|
|
|
107 advStat.simulation.option.average=Use average values (setx default)
|
|
|
108 advStat.simulation.option.setValues=Select values
|
|
|
109 advStat.simulation.setValues.values=Explnatory variable values
|
|
|
110 advStat.simulation.setValues.diff=Value for the first difference(optional)
|
|
|
111 advStat.sensitivity.LevelBox=Leve of Measurement error:
|
|
|
112 advStat.button.submit=Run Model
|
|
|
113
|
|
|
114
|
|
|
115 subsettingInstruction=Select variables from table below (selected variables will be displayed above)
|
|
|
116 nonSubsettingInstruction=You do not have access to the subsetting and analysis functionality for this restricted data file. You can only view the variables and their summary statistics.
|
|
|
117
|
|
|
118
|
|
|
119 # Search Pane
|
|
|
120 varSearch.displaylabel.initial=Search Results
|
|
|
121 varSearch.displaylabel.afterVarSearch=All Variables
|
|
|
122 varSearch.displaylabel.afterSelected=Selected Variables
|
|
|
123
|
|
|
124 varSearch.displayButton.inital=Show All Variables
|
|
|
125 varSearch.displayButton.afterSearch=Show Search Results
|
|
|
126 varSearch.displayButton.afterSelected=Show Selected Variables
|
|
|
127
|
|
|
128 varSearch.button.search=Search Variables
|
|
|
129
|
|
|
130 # var Table header
|
|
|
131 varTable.colHdr.checkBox=Select
|
|
|
132 varTable.colHdr.varType=Type
|
|
|
133 varTable.colHdr.Id=ID
|
|
|
134 varTable.colHdr.varName=Name
|
|
|
135 varTable.colHdr.varLabel=Label
|
|
|
136
|
|
|
137 varTable.colHdr.quickSummary=Summary
|
|
|
138 varTable.colHdr.quickSummary.button=Show Summary
|
|
|
139
|
|
|
140 #varTable.StatItem.discVar.
|
|
|
141 #varTable.StatItem.cntVar
|
|
|
142
|
|
|
143
|
|
|
144 # recoded Var Table header
|
|
|
145 recodedVarTable.title=List of Recode Variables:
|
|
|
146 recodedVarTable.state=None
|
|
|
147 recodedVarTable.colHdr.remove=Remove
|
|
|
148 recodedVarTable.colHdr.varName=Variable Name
|
|
|
149 recodedVarTable.colHdr.varLabel=Variable Label
|
|
|
150 recodedVarTable.colHdr.modify=Modify
|
|
|
151 recodedVarTable.hyperLink.title.remove=Remove
|
|
|
152 recodedVarTable.hyperLink.title.modify=Modify
|
|
|
153 recodedVarTable.tooltip.remove=Click to remove this recoded variable
|
|
|
154 recodedVarTable.tooltip.modify=Click to modify this recoded variable
|