Files
lazarus-ccr/applications/lazstats/source/forms/analysis/comparisons/ttestunit.lfm
2020-11-04 23:14:23 +00:00

711 lines
20 KiB
Plaintext

inherited TtestForm: TTtestForm
Left = 947
Height = 546
Top = 176
Width = 889
HelpType = htKeyword
HelpKeyword = 'html/tTests.htm'
Caption = 'Comparison of Two Sample Means'
ClientHeight = 546
ClientWidth = 889
inherited ParamsPanel: TPanel
Height = 530
Width = 368
ClientHeight = 530
ClientWidth = 368
inherited CloseBtn: TButton
Left = 313
Top = 505
TabOrder = 8
end
inherited ComputeBtn: TButton
Left = 229
Top = 505
TabOrder = 7
end
inherited ResetBtn: TButton
Left = 167
Top = 505
TabOrder = 6
end
inherited HelpBtn: TButton
Tag = 169
Left = 108
Top = 505
TabOrder = 5
end
inherited ButtonBevel: TBevel
Top = 489
Width = 368
end
object Label1: TLabel[5]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = CInterval
AnchorSideTop.Side = asrCenter
Left = 0
Height = 15
Top = 115
Width = 149
Caption = 'Percent Confidence Interval:'
ParentColor = False
end
object CInterval: TEdit[6]
AnchorSideLeft.Control = Label1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = TailCombo
AnchorSideTop.Side = asrBottom
Left = 157
Height = 23
Top = 111
Width = 70
Alignment = taRightJustify
BorderSpacing.Left = 8
BorderSpacing.Top = 8
BorderSpacing.Bottom = 4
TabOrder = 3
Text = '95.0'
end
object Notebook: TNotebook[7]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = Bevel3
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ButtonBevel
Left = 0
Height = 335
Top = 154
Width = 368
PageIndex = 0
Anchors = [akTop, akLeft, akRight, akBottom]
TabOrder = 4
object Page1: TPage
object Mean1Label: TLabel
AnchorSideLeft.Control = Mean1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Page1
Left = 83
Height = 15
Top = 32
Width = 39
BorderSpacing.Top = 32
Caption = 'Mean 1'
ParentColor = False
end
object Mean2Label: TLabel
AnchorSideTop.Control = Mean1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Mean1Label
AnchorSideRight.Side = asrBottom
Left = 83
Height = 15
Top = 104
Width = 39
Anchors = [akTop, akRight]
BorderSpacing.Top = 32
Caption = 'Mean 2'
ParentColor = False
end
object SD1Label: TLabel
AnchorSideLeft.Control = SD1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Mean1Label
Left = 157
Height = 15
Top = 32
Width = 55
BorderSpacing.Left = 20
Caption = 'Std. Dev. 1'
ParentColor = False
end
object SD2Label: TLabel
AnchorSideLeft.Control = SD2
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Mean2Label
Left = 157
Height = 15
Top = 104
Width = 55
BorderSpacing.Right = 8
Caption = 'Std. Dev. 2'
ParentColor = False
end
object SampSize1Label: TLabel
AnchorSideLeft.Control = N1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Mean1Label
Left = 231
Height = 15
Top = 32
Width = 71
BorderSpacing.Left = 20
Caption = 'Sample Size 1'
ParentColor = False
end
object SampSize2Label: TLabel
AnchorSideLeft.Control = N2
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Mean2Label
Left = 231
Height = 15
Top = 104
Width = 71
BorderSpacing.Right = 8
Caption = 'Sample Size 2'
ParentColor = False
end
object Cor12Label: TLabel
AnchorSideLeft.Control = Cor12
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = SD2
AnchorSideTop.Side = asrBottom
Left = 111
Height = 15
Top = 176
Width = 147
BorderSpacing.Top = 32
BorderSpacing.Right = 8
Caption = 'Correlation Between Scores:'
ParentColor = False
end
object Mean1: TEdit
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Mean1Label
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = SD1
Left = 77
Height = 23
Top = 49
Width = 50
Alignment = taRightJustify
Anchors = [akTop, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 2
BorderSpacing.Right = 32
TabOrder = 0
Text = 'Mean1'
end
object Mean2: TEdit
AnchorSideLeft.Control = Mean1
AnchorSideTop.Control = Mean2Label
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Mean1
AnchorSideRight.Side = asrBottom
Left = 77
Height = 23
Top = 121
Width = 50
Alignment = taRightJustify
Anchors = [akTop, akRight]
BorderSpacing.Top = 2
TabOrder = 1
Text = 'Mean2'
end
object SD1: TEdit
AnchorSideLeft.Control = Page1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Mean1
Left = 159
Height = 23
Top = 49
Width = 50
Alignment = taRightJustify
BorderSpacing.Left = 6
TabOrder = 2
Text = 'SD1'
end
object SD2: TEdit
AnchorSideLeft.Control = SD1
AnchorSideTop.Control = Mean2
AnchorSideRight.Control = SD1
AnchorSideRight.Side = asrBottom
Left = 159
Height = 23
Top = 121
Width = 50
Alignment = taRightJustify
Anchors = [akTop, akRight]
TabOrder = 3
Text = 'SD2'
end
object N1: TEdit
AnchorSideLeft.Control = SD1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Mean1
Left = 241
Height = 23
Top = 49
Width = 50
Alignment = taRightJustify
BorderSpacing.Left = 32
TabOrder = 4
Text = 'N1'
end
object N2: TEdit
AnchorSideLeft.Control = N1
AnchorSideTop.Control = Mean2
AnchorSideRight.Control = N1
AnchorSideRight.Side = asrBottom
Left = 241
Height = 23
Top = 121
Width = 50
Alignment = taRightJustify
Anchors = [akTop, akRight]
TabOrder = 5
Text = 'N2'
end
object Cor12: TEdit
AnchorSideLeft.Control = SD1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Cor12Label
AnchorSideTop.Side = asrBottom
Left = 159
Height = 23
Top = 193
Width = 50
Alignment = taRightJustify
BorderSpacing.Top = 2
TabOrder = 6
Text = 'Cor12'
end
end
object Page2: TPage
object SelVarLabel: TLabel
AnchorSideLeft.Control = Page2
AnchorSideTop.Control = Page2
Left = 0
Height = 15
Top = 0
Width = 83
Caption = 'Select Variables:'
ParentColor = False
end
object VarList: TListBox
AnchorSideLeft.Control = Page2
AnchorSideTop.Control = SelVarLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Var1In
AnchorSideBottom.Control = Page2
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 318
Top = 17
Width = 165
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 2
BorderSpacing.Right = 6
ItemHeight = 0
OnDblClick = VarListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 0
end
object Var1Label: TLabel
AnchorSideLeft.Control = Var1Edit
AnchorSideTop.Side = asrCenter
AnchorSideBottom.Control = Var1Edit
Left = 203
Height = 15
Top = 25
Width = 62
Alignment = taRightJustify
Anchors = [akLeft, akBottom]
BorderSpacing.Right = 8
BorderSpacing.Bottom = 2
Caption = '1st Variable:'
ParentColor = False
end
object Var2Label: TLabel
AnchorSideLeft.Control = Var2Edit
AnchorSideBottom.Control = Var2Edit
Left = 203
Height = 15
Top = 101
Width = 67
Alignment = taRightJustify
Anchors = [akLeft, akBottom]
BorderSpacing.Right = 8
Caption = '2nd Variable:'
ParentColor = False
end
object GrpLabel: TLabel
AnchorSideLeft.Control = GrpEdit
AnchorSideTop.Side = asrCenter
AnchorSideBottom.Control = GrpEdit
Left = 203
Height = 15
Top = 177
Width = 67
Alignment = taRightJustify
Anchors = [akLeft, akBottom]
BorderSpacing.Right = 8
BorderSpacing.Bottom = 2
Caption = 'Group Code:'
ParentColor = False
end
object Bevel5: TBevel
Left = 273
Height = 11
Top = 92
Width = 87
Shape = bsSpacer
end
object Var1Edit: TEdit
AnchorSideLeft.Control = Var1In
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = Page2
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Var1Out
AnchorSideBottom.Side = asrBottom
Left = 203
Height = 23
Top = 42
Width = 165
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Bottom = 8
ReadOnly = True
TabOrder = 3
Text = 'Var1Edit'
end
object Var2Edit: TEdit
AnchorSideLeft.Control = Var1Edit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Var1Edit
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Var2Out
AnchorSideBottom.Side = asrBottom
Left = 203
Height = 23
Top = 118
Width = 165
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Top = 2
BorderSpacing.Bottom = 8
ReadOnly = True
TabOrder = 6
Text = 'Var2Edit'
end
object GrpEdit: TEdit
AnchorSideLeft.Control = Var1Edit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Var2Edit
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = GrpOut
AnchorSideBottom.Side = asrBottom
Left = 203
Height = 23
Top = 194
Width = 165
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Top = 2
BorderSpacing.Bottom = 8
ReadOnly = True
TabOrder = 9
Text = 'GrpEdit'
end
object GroupCodeGroup: TGroupBox
AnchorSideLeft.Control = GrpIn
AnchorSideTop.Control = GrpOut
AnchorSideTop.Side = asrBottom
Left = 171
Height = 90
Top = 245
Width = 164
AutoSize = True
BorderSpacing.Top = 20
ClientHeight = 70
ClientWidth = 160
TabOrder = 10
object Grp1CodeEdit: TEdit
AnchorSideTop.Control = GroupCodeGroup
AnchorSideRight.Control = GroupCodeGroup
AnchorSideRight.Side = asrBottom
Left = 100
Height = 23
Top = 8
Width = 52
Alignment = taRightJustify
Anchors = [akTop, akRight]
BorderSpacing.Top = 8
BorderSpacing.Right = 8
Enabled = False
TabOrder = 0
Text = 'Grp1CodeEdit'
end
object Grp2CodeEdit: TEdit
AnchorSideTop.Control = Grp1CodeEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = GroupCodeGroup
AnchorSideRight.Side = asrBottom
Left = 100
Height = 23
Top = 39
Width = 52
Alignment = taRightJustify
Anchors = [akTop, akRight]
BorderSpacing.Top = 8
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
Enabled = False
TabOrder = 1
Text = 'Grp2CodeEdit'
end
object GrpCodeLabel1: TLabel
AnchorSideTop.Control = Grp1CodeEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = Grp1CodeEdit
Left = 16
Height = 15
Top = 12
Width = 76
Alignment = taRightJustify
Anchors = [akTop, akRight]
BorderSpacing.Left = 16
BorderSpacing.Right = 8
Caption = 'Group 1 Code:'
Enabled = False
ParentColor = False
end
object GrpCodeLabel2: TLabel
AnchorSideTop.Control = Grp2CodeEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = Grp2CodeEdit
Left = 16
Height = 15
Top = 43
Width = 76
Alignment = taRightJustify
Anchors = [akTop, akRight]
BorderSpacing.Right = 8
Caption = 'Group 2 Code:'
Enabled = False
ParentColor = False
end
end
object GroupCodeChk: TCheckBox
AnchorSideLeft.Control = GroupCodeGroup
AnchorSideTop.Control = GroupCodeGroup
Left = 183
Height = 19
Top = 245
Width = 130
BorderSpacing.Left = 12
Caption = 'Specify Group Codes'
OnChange = GroupCodeChkChange
TabOrder = 11
end
object Var1In: TBitBtn
AnchorSideLeft.Control = Page2
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = VarList
Left = 171
Height = 26
Top = 17
Width = 26
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = Var1InClick
Spacing = 0
TabOrder = 1
end
object Var1Out: TBitBtn
AnchorSideLeft.Control = Page2
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Var1In
AnchorSideTop.Side = asrBottom
Left = 171
Height = 26
Top = 47
Width = 26
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = Var1OutClick
Spacing = 0
TabOrder = 2
end
object Var2In: TBitBtn
AnchorSideLeft.Control = Page2
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Var1Out
AnchorSideTop.Side = asrBottom
Left = 171
Height = 26
Top = 93
Width = 26
BorderSpacing.Top = 20
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = Var2InClick
Spacing = 0
TabOrder = 4
end
object Var2Out: TBitBtn
AnchorSideLeft.Control = Page2
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Var2In
AnchorSideTop.Side = asrBottom
Left = 171
Height = 26
Top = 123
Width = 26
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = Var2OutClick
Spacing = 0
TabOrder = 5
end
object GrpIn: TBitBtn
AnchorSideLeft.Control = Page2
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Var2Out
AnchorSideTop.Side = asrBottom
Left = 171
Height = 26
Top = 169
Width = 26
BorderSpacing.Top = 20
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = GrpInClick
Spacing = 0
TabOrder = 7
end
object GrpOut: TBitBtn
AnchorSideLeft.Control = Page2
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = GrpIn
AnchorSideTop.Side = asrBottom
Left = 171
Height = 26
Top = 199
Width = 26
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = GrpOutClick
Spacing = 0
TabOrder = 8
end
end
end
object DataEntryGroup: TRadioGroup[8]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = ParamsPanel
Left = 0
Height = 72
Top = 0
Width = 195
AutoFill = True
AutoSize = True
Caption = 'Data Entry By:'
ChildSizing.LeftRightSpacing = 12
ChildSizing.TopBottomSpacing = 6
ChildSizing.VerticalSpacing = 2
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 52
ClientWidth = 191
Items.Strings = (
'Values Entered on this Form'
'Values in the data grid file'
)
OnClick = DataEntryGroupClick
TabOrder = 0
end
object DepIndepGroup: TRadioGroup[9]
AnchorSideLeft.Control = DataEntryGroup
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ParamsPanel
Left = 211
Height = 72
Top = 0
Width = 152
AutoFill = True
AutoSize = True
BorderSpacing.Left = 16
Caption = 'Test Assumptions:'
ChildSizing.LeftRightSpacing = 12
ChildSizing.TopBottomSpacing = 6
ChildSizing.VerticalSpacing = 2
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 52
ClientWidth = 148
Items.Strings = (
'Independent Scores'
'Correlated Scores'
)
OnClick = DepIndepGroupClick
TabOrder = 1
end
object Bevel3: TBevel[10]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = CInterval
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
Left = 0
Height = 8
Top = 138
Width = 368
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Bottom = 8
Shape = bsBottomLine
end
object Label2: TLabel[11]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = TailCombo
AnchorSideTop.Side = asrCenter
Left = 0
Height = 15
Top = 84
Width = 83
Caption = 'Test Probability:'
ParentColor = False
end
object TailCombo: TComboBox[12]
AnchorSideLeft.Control = Label2
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = DataEntryGroup
AnchorSideTop.Side = asrBottom
Left = 91
Height = 23
Top = 80
Width = 165
BorderSpacing.Left = 8
BorderSpacing.Top = 8
ItemHeight = 15
ItemIndex = 0
Items.Strings = (
'Two-tailed (default)'
'One-tailed'
)
Style = csDropDownList
TabOrder = 2
Text = 'Two-tailed (default)'
end
end
inherited ParamsSplitter: TSplitter
Left = 380
Height = 546
end
object Bevel4: TBevel[2]
Left = 5
Height = 11
Top = 382
Width = 15
Shape = bsSpacer
end
end