2020-10-11 11:47:22 +00:00
|
|
|
inherited LSMregForm: TLSMregForm
|
|
|
|
Left = 449
|
|
|
|
Height = 430
|
|
|
|
Top = 172
|
|
|
|
Width = 1010
|
2020-03-30 18:01:44 +00:00
|
|
|
Caption = 'Standard Least-Squares Multiple Regression'
|
2020-10-11 11:47:22 +00:00
|
|
|
ClientHeight = 430
|
|
|
|
ClientWidth = 1010
|
|
|
|
inherited ParamsPanel: TPanel
|
|
|
|
Height = 414
|
|
|
|
Width = 401
|
|
|
|
ClientHeight = 414
|
|
|
|
ClientWidth = 401
|
|
|
|
inherited CloseBtn: TButton
|
|
|
|
Left = 346
|
|
|
|
Top = 389
|
|
|
|
TabOrder = 13
|
|
|
|
end
|
|
|
|
inherited ComputeBtn: TButton
|
|
|
|
Left = 262
|
|
|
|
Top = 389
|
|
|
|
TabOrder = 12
|
|
|
|
end
|
|
|
|
inherited ResetBtn: TButton
|
|
|
|
Left = 200
|
|
|
|
Top = 389
|
|
|
|
TabOrder = 11
|
|
|
|
end
|
|
|
|
inherited HelpBtn: TButton
|
|
|
|
Left = 141
|
|
|
|
Top = 389
|
|
|
|
TabOrder = 10
|
|
|
|
end
|
|
|
|
inherited ButtonBevel: TBevel
|
|
|
|
Top = 373
|
|
|
|
Width = 401
|
|
|
|
end
|
|
|
|
object Label1: TLabel[5]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideTop.Control = ParamsPanel
|
|
|
|
Left = 0
|
|
|
|
Height = 15
|
|
|
|
Top = 0
|
|
|
|
Width = 97
|
|
|
|
Caption = 'Available Variables'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object VarList: TListBox[6]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideTop.Control = Label1
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = AllBtn
|
2020-10-19 08:24:46 +00:00
|
|
|
AnchorSideBottom.Control = InProbEdit
|
2020-10-11 11:47:22 +00:00
|
|
|
Left = 0
|
2020-10-19 08:24:46 +00:00
|
|
|
Height = 182
|
2020-10-11 11:47:22 +00:00
|
|
|
Top = 17
|
|
|
|
Width = 173
|
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
BorderSpacing.Right = 4
|
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
ItemHeight = 0
|
|
|
|
MultiSelect = True
|
|
|
|
OnDblClick = VarListDblClick
|
|
|
|
OnSelectionChange = VarListSelectionChange
|
2020-03-30 18:01:44 +00:00
|
|
|
TabOrder = 0
|
|
|
|
end
|
2020-10-11 11:47:22 +00:00
|
|
|
object DepInBtn: TBitBtn[7]
|
|
|
|
AnchorSideLeft.Control = AllBtn
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = VarList
|
2020-10-19 08:24:46 +00:00
|
|
|
AnchorSideRight.Control = DepVarEdit
|
2020-10-11 11:47:22 +00:00
|
|
|
Left = 187
|
|
|
|
Height = 26
|
|
|
|
Top = 17
|
|
|
|
Width = 26
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 1
|
|
|
|
OnClick = DepInBtnClick
|
|
|
|
Spacing = 0
|
2020-03-30 18:01:44 +00:00
|
|
|
TabOrder = 1
|
|
|
|
end
|
2020-10-11 11:47:22 +00:00
|
|
|
object Label2: TLabel[8]
|
2020-10-19 08:24:46 +00:00
|
|
|
AnchorSideLeft.Control = DepVarEdit
|
2020-10-11 11:47:22 +00:00
|
|
|
AnchorSideTop.Control = DepInBtn
|
|
|
|
Left = 227
|
|
|
|
Height = 15
|
|
|
|
Top = 17
|
|
|
|
Width = 102
|
|
|
|
BorderSpacing.Bottom = 2
|
|
|
|
Caption = 'Dependent Variable'
|
|
|
|
ParentColor = False
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-19 08:24:46 +00:00
|
|
|
object DepVarEdit: TEdit[9]
|
2020-10-11 11:47:22 +00:00
|
|
|
AnchorSideLeft.Control = IndepVars
|
|
|
|
AnchorSideTop.Control = Label2
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = ParamsPanel
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 227
|
|
|
|
Height = 23
|
|
|
|
Top = 34
|
|
|
|
Width = 174
|
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
BorderSpacing.Bottom = 12
|
|
|
|
ReadOnly = True
|
2020-03-30 18:01:44 +00:00
|
|
|
TabOrder = 3
|
2020-10-19 08:24:46 +00:00
|
|
|
Text = 'DepVarEdit'
|
2020-10-11 11:47:22 +00:00
|
|
|
end
|
|
|
|
object Label3: TLabel[10]
|
|
|
|
AnchorSideLeft.Control = IndepVars
|
|
|
|
AnchorSideTop.Control = InBtn
|
|
|
|
AnchorSideBottom.Control = IndepVars
|
|
|
|
Left = 227
|
|
|
|
Height = 15
|
|
|
|
Top = 105
|
|
|
|
Width = 166
|
|
|
|
BorderSpacing.Bottom = 2
|
|
|
|
Caption = 'Independent Var.s for this block'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object Label5: TLabel[11]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
2020-10-19 08:24:46 +00:00
|
|
|
AnchorSideTop.Control = InProbEdit
|
2020-10-11 11:47:22 +00:00
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
Left = 0
|
|
|
|
Height = 15
|
2020-10-19 08:24:46 +00:00
|
|
|
Top = 211
|
2020-10-11 16:28:57 +00:00
|
|
|
Width = 192
|
2020-10-11 11:47:22 +00:00
|
|
|
BorderSpacing.Right = 8
|
2020-10-11 16:28:57 +00:00
|
|
|
Caption = 'Minimum probability to enter block:'
|
2020-10-11 11:47:22 +00:00
|
|
|
ParentColor = False
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-11 11:47:22 +00:00
|
|
|
object OptionsGroup: TGroupBox[12]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = ButtonBevel
|
|
|
|
Left = 0
|
2020-10-19 08:24:46 +00:00
|
|
|
Height = 135
|
|
|
|
Top = 238
|
2020-10-11 11:47:22 +00:00
|
|
|
Width = 404
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
Caption = 'Options'
|
|
|
|
ChildSizing.LeftRightSpacing = 12
|
|
|
|
ChildSizing.TopBottomSpacing = 6
|
|
|
|
ChildSizing.HorizontalSpacing = 8
|
|
|
|
ChildSizing.VerticalSpacing = 2
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
|
ChildSizing.ControlsPerLine = 2
|
2020-10-19 08:24:46 +00:00
|
|
|
ClientHeight = 115
|
2020-10-11 11:47:22 +00:00
|
|
|
ClientWidth = 400
|
|
|
|
TabOrder = 9
|
2020-10-19 08:24:46 +00:00
|
|
|
object ANOVAChk: TCheckBox
|
2020-10-11 11:47:22 +00:00
|
|
|
Left = 12
|
|
|
|
Height = 19
|
|
|
|
Top = 6
|
2020-10-19 08:24:46 +00:00
|
|
|
Width = 198
|
|
|
|
Caption = 'Show ANOVA'
|
2020-10-11 11:47:22 +00:00
|
|
|
TabOrder = 0
|
|
|
|
end
|
2020-10-19 08:24:46 +00:00
|
|
|
object CrossProductsChk: TCheckBox
|
|
|
|
Left = 218
|
2020-10-11 11:47:22 +00:00
|
|
|
Height = 19
|
|
|
|
Top = 6
|
2020-10-19 08:24:46 +00:00
|
|
|
Width = 170
|
|
|
|
Caption = 'Show Cross-Products Matrix'
|
2020-10-11 11:47:22 +00:00
|
|
|
TabOrder = 1
|
|
|
|
end
|
2020-10-19 08:24:46 +00:00
|
|
|
object CovChk: TCheckBox
|
2020-10-11 11:47:22 +00:00
|
|
|
Left = 12
|
|
|
|
Height = 19
|
|
|
|
Top = 27
|
2020-10-19 08:24:46 +00:00
|
|
|
Width = 198
|
|
|
|
Caption = 'Show Variance-Covariance Matrix'
|
2020-10-11 11:47:22 +00:00
|
|
|
TabOrder = 2
|
|
|
|
end
|
2020-10-19 08:24:46 +00:00
|
|
|
object CorrsChk: TCheckBox
|
|
|
|
Left = 218
|
2020-10-11 11:47:22 +00:00
|
|
|
Height = 19
|
|
|
|
Top = 27
|
2020-10-19 08:24:46 +00:00
|
|
|
Width = 170
|
|
|
|
Caption = 'Show Intercorrelation Matrix'
|
2020-10-11 11:47:22 +00:00
|
|
|
TabOrder = 3
|
|
|
|
end
|
2020-10-19 08:24:46 +00:00
|
|
|
object MeansChk: TCheckBox
|
2020-10-11 11:47:22 +00:00
|
|
|
Left = 12
|
|
|
|
Height = 19
|
|
|
|
Top = 48
|
2020-10-19 08:24:46 +00:00
|
|
|
Width = 198
|
|
|
|
Caption = 'Show Means'
|
2020-10-11 11:47:22 +00:00
|
|
|
TabOrder = 4
|
|
|
|
end
|
2020-10-19 08:24:46 +00:00
|
|
|
object VarChk: TCheckBox
|
|
|
|
Left = 218
|
2020-10-11 11:47:22 +00:00
|
|
|
Height = 19
|
|
|
|
Top = 48
|
2020-10-19 08:24:46 +00:00
|
|
|
Width = 170
|
|
|
|
Caption = 'Show Variances'
|
2020-10-11 11:47:22 +00:00
|
|
|
TabOrder = 5
|
|
|
|
end
|
2020-10-19 08:24:46 +00:00
|
|
|
object StdDevChk: TCheckBox
|
2020-10-11 11:47:22 +00:00
|
|
|
Left = 12
|
|
|
|
Height = 19
|
|
|
|
Top = 69
|
2020-10-19 08:24:46 +00:00
|
|
|
Width = 198
|
|
|
|
Caption = 'Show Standard Deviations'
|
2020-10-11 11:47:22 +00:00
|
|
|
TabOrder = 6
|
|
|
|
end
|
2020-10-19 08:24:46 +00:00
|
|
|
object MatSaveChk: TCheckBox
|
|
|
|
Left = 218
|
2020-10-11 11:47:22 +00:00
|
|
|
Height = 19
|
|
|
|
Top = 69
|
2020-10-19 08:24:46 +00:00
|
|
|
Width = 170
|
|
|
|
Caption = 'Save Correlation Matrix'
|
|
|
|
TabOrder = 7
|
|
|
|
end
|
|
|
|
object PredictChk: TCheckBox
|
|
|
|
Left = 12
|
|
|
|
Height = 19
|
|
|
|
Top = 90
|
2020-10-11 11:47:22 +00:00
|
|
|
Width = 198
|
|
|
|
Caption = 'Predictions,residuals,C.I.''s to Grid'
|
2020-10-19 08:24:46 +00:00
|
|
|
TabOrder = 8
|
2020-10-11 11:47:22 +00:00
|
|
|
end
|
|
|
|
end
|
|
|
|
object IndepVars: TListBox[13]
|
|
|
|
AnchorSideLeft.Control = AllBtn
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = Label3
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = ParamsPanel
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = VarList
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 227
|
2020-10-19 08:24:46 +00:00
|
|
|
Height = 77
|
2020-10-11 11:47:22 +00:00
|
|
|
Top = 122
|
|
|
|
Width = 174
|
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Left = 4
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
ItemHeight = 0
|
|
|
|
OnDblClick = IndepVarsDblClick
|
|
|
|
OnSelectionChange = VarListSelectionChange
|
|
|
|
TabOrder = 7
|
|
|
|
end
|
|
|
|
object DepOutBtn: TBitBtn[14]
|
|
|
|
AnchorSideLeft.Control = AllBtn
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = DepInBtn
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 187
|
|
|
|
Height = 26
|
|
|
|
Top = 47
|
|
|
|
Width = 26
|
|
|
|
BorderSpacing.Top = 4
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 0
|
|
|
|
OnClick = DepOutBtnClick
|
|
|
|
Spacing = 0
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
|
|
|
object InBtn: TBitBtn[15]
|
|
|
|
AnchorSideLeft.Control = AllBtn
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = DepOutBtn
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = OutBtn
|
|
|
|
Left = 187
|
|
|
|
Height = 26
|
|
|
|
Top = 105
|
|
|
|
Width = 26
|
|
|
|
BorderSpacing.Top = 32
|
|
|
|
BorderSpacing.Bottom = 4
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 1
|
|
|
|
OnClick = InBtnClick
|
|
|
|
Spacing = 0
|
2020-03-30 18:01:44 +00:00
|
|
|
TabOrder = 4
|
|
|
|
end
|
2020-10-11 11:47:22 +00:00
|
|
|
object OutBtn: TBitBtn[16]
|
|
|
|
AnchorSideLeft.Control = AllBtn
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = InBtn
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 187
|
|
|
|
Height = 26
|
|
|
|
Top = 135
|
|
|
|
Width = 26
|
|
|
|
BorderSpacing.Top = 4
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 0
|
|
|
|
OnClick = OutBtnClick
|
|
|
|
Spacing = 0
|
2020-03-30 18:01:44 +00:00
|
|
|
TabOrder = 5
|
|
|
|
end
|
2020-10-19 08:24:46 +00:00
|
|
|
object InProbEdit: TEdit[17]
|
2020-10-11 11:47:22 +00:00
|
|
|
AnchorSideLeft.Control = Label5
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = OptionsGroup
|
2020-10-11 16:28:57 +00:00
|
|
|
Left = 200
|
2020-10-11 11:47:22 +00:00
|
|
|
Height = 23
|
2020-10-19 08:24:46 +00:00
|
|
|
Top = 207
|
2020-10-11 11:47:22 +00:00
|
|
|
Width = 50
|
|
|
|
Alignment = taRightJustify
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
TabOrder = 8
|
2020-10-19 08:24:46 +00:00
|
|
|
Text = 'InProbEdit'
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-11 11:47:22 +00:00
|
|
|
object AllBtn: TBitBtn[18]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = OutBtn
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 177
|
|
|
|
Height = 25
|
|
|
|
Top = 165
|
|
|
|
Width = 46
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Top = 4
|
|
|
|
Caption = 'ALL'
|
|
|
|
OnClick = AllBtnClick
|
|
|
|
TabOrder = 6
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
end
|
2020-10-11 11:47:22 +00:00
|
|
|
inherited ParamsSplitter: TSplitter
|
|
|
|
Left = 413
|
|
|
|
Height = 430
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-11 16:28:57 +00:00
|
|
|
object PageControl: TPageControl[2]
|
|
|
|
Left = 422
|
|
|
|
Height = 414
|
|
|
|
Top = 8
|
|
|
|
Width = 580
|
2020-10-19 08:24:46 +00:00
|
|
|
ActivePage = RegressionPage
|
2020-10-11 16:28:57 +00:00
|
|
|
Align = alClient
|
|
|
|
BorderSpacing.Left = 4
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
BorderSpacing.Bottom = 8
|
2020-10-19 08:24:46 +00:00
|
|
|
TabIndex = 0
|
2020-10-11 16:28:57 +00:00
|
|
|
TabOrder = 2
|
|
|
|
object RegressionPage: TTabSheet
|
|
|
|
Caption = 'Regression'
|
|
|
|
end
|
2020-10-19 08:24:46 +00:00
|
|
|
object ANOVAPage: TTabSheet
|
|
|
|
Caption = 'ANOVA'
|
|
|
|
end
|
2020-10-11 16:28:57 +00:00
|
|
|
object CrossProductsPage: TTabSheet
|
2020-10-19 08:24:46 +00:00
|
|
|
Caption = 'Cross-Products'
|
2020-10-11 16:28:57 +00:00
|
|
|
end
|
|
|
|
object VarCovarPage: TTabSheet
|
|
|
|
Caption = 'Variance-Covariance'
|
|
|
|
end
|
|
|
|
object CorrelationsPage: TTabSheet
|
|
|
|
Caption = 'Correlations'
|
|
|
|
end
|
|
|
|
object MeanVarStddevPage: TTabSheet
|
2020-10-11 16:53:34 +00:00
|
|
|
Caption = 'Mean, Variance, StdDev'
|
2020-10-11 16:28:57 +00:00
|
|
|
end
|
|
|
|
end
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|