Files
lazarus-ccr/applications/lazstats/source/forms/analysis/multiple_regression/bestregunit.lfm

353 lines
8.8 KiB
Plaintext
Raw Normal View History

inherited BestRegForm: TBestRegForm
Left = 525
Height = 433
Top = 233
Width = 843
HelpType = htKeyword
HelpKeyword = 'html/BestCombinationMultipleRegressio.htm'
Caption = 'Best Combination Multiple Regression'
ClientHeight = 433
ClientWidth = 843
inherited ParamsPanel: TPanel
Height = 417
Width = 467
ClientHeight = 417
ClientWidth = 467
inherited CloseBtn: TButton
Left = 412
Top = 392
end
inherited ComputeBtn: TButton
Left = 328
Top = 392
end
inherited ResetBtn: TButton
Left = 266
Top = 392
end
inherited HelpBtn: TButton
Left = 207
Top = 392
end
inherited ButtonBevel: TBevel
Top = 376
Width = 467
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 Label2: TLabel[6]
AnchorSideLeft.Control = BlockList
AnchorSideTop.Control = InBtn
Left = 259
Height = 15
Top = 93
Width = 93
Caption = 'Selected Variables'
ParentColor = False
end
object Label3: TLabel[7]
AnchorSideLeft.Control = DepVarEdit
AnchorSideBottom.Control = DepVarEdit
Left = 259
Height = 15
Top = 21
Width = 102
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 2
Caption = 'Dependent Variable'
ParentColor = False
end
object Label4: TLabel[8]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = InProbEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = GroupBox1
Left = 0
Height = 15
Top = 214
Width = 185
BorderSpacing.Top = 16
BorderSpacing.Right = 8
Caption = 'Minimum Probability for Inclusion:'
ParentColor = False
WordWrap = True
end
object VarList: TListBox[9]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = AllBtn
AnchorSideBottom.Control = InProbEdit
Left = 0
Height = 185
Top = 17
Width = 207
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 2
BorderSpacing.Right = 6
BorderSpacing.Bottom = 8
ItemHeight = 0
MultiSelect = True
OnDblClick = VarListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 4
end
object InBtn: TBitBtn[10]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = DepOutBtn
AnchorSideTop.Side = asrBottom
Left = 219
Height = 26
Top = 93
Width = 28
BorderSpacing.Top = 20
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = InBtnClick
Spacing = 0
TabOrder = 5
end
object OutBtn: TBitBtn[11]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = InBtn
AnchorSideTop.Side = asrBottom
Left = 219
Height = 26
Top = 123
Width = 28
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = OutBtnClick
Spacing = 0
TabOrder = 6
end
object AllBtn: TBitBtn[12]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = OutBtn
AnchorSideTop.Side = asrBottom
Left = 213
Height = 25
Top = 169
Width = 40
AutoSize = True
BorderSpacing.Top = 20
Caption = 'All'
OnClick = AllBtnClick
Spacing = 0
TabOrder = 7
end
object BlockList: TListBox[13]
AnchorSideLeft.Control = AllBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label2
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = VarList
AnchorSideBottom.Side = asrBottom
Left = 259
Height = 92
Top = 110
Width = 208
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Top = 2
ItemHeight = 0
MultiSelect = True
OnDblClick = BlockListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 8
end
object DepInBtn: TBitBtn[14]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = VarList
Left = 219
Height = 26
Top = 17
Width = 28
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = DepInBtnClick
Spacing = 0
TabOrder = 9
end
object DepOutBtn: TBitBtn[15]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = DepInBtn
AnchorSideTop.Side = asrBottom
Left = 219
Height = 26
Top = 47
Width = 28
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = DepOutBtnClick
Spacing = 0
TabOrder = 10
end
object DepVarEdit: TEdit[16]
AnchorSideLeft.Control = AllBtn
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = DepOutBtn
AnchorSideBottom.Side = asrBottom
Left = 259
Height = 23
Top = 38
Width = 208
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Bottom = 12
TabOrder = 11
Text = 'DepVarEdit'
end
object GroupBox1: TGroupBox[17]
AnchorSideLeft.Control = ParamsPanel
AnchorSideBottom.Control = ButtonBevel
Left = 0
Height = 135
Top = 241
Width = 459
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Right = 8
Caption = 'Options'
ChildSizing.LeftRightSpacing = 12
ChildSizing.TopBottomSpacing = 6
ChildSizing.VerticalSpacing = 2
ChildSizing.Layout = cclTopToBottomThenLeftToRight
ChildSizing.ControlsPerLine = 5
ClientHeight = 115
ClientWidth = 455
TabOrder = 12
object CPChkBox: TCheckBox
Left = 12
Height = 19
Top = 6
Width = 223
Caption = 'Show Cross-Products Matrix'
TabOrder = 0
end
object CovChkBox: TCheckBox
Left = 12
Height = 19
Top = 27
Width = 223
Caption = 'Show Deviation Cross-Products Matrix'
TabOrder = 1
end
object CorrsChkBox: TCheckBox
Left = 12
Height = 19
Top = 48
Width = 223
Caption = 'Show Intercorrelations Matrix'
TabOrder = 2
end
object MeansChkBox: TCheckBox
Left = 12
Height = 19
Top = 69
Width = 223
Caption = 'Show Means'
TabOrder = 3
end
object VarChkBox: TCheckBox
Left = 12
Height = 19
Top = 90
Width = 223
Caption = 'Show Variances'
TabOrder = 4
end
object SDChkBox: TCheckBox
Left = 235
Height = 19
Top = 6
Width = 208
Caption = 'Show Standard Deviations'
TabOrder = 5
end
object MatSaveChkBox: TCheckBox
Left = 235
Height = 19
Top = 27
Width = 208
Caption = 'Save Correlation Matrix'
TabOrder = 6
end
object PredictChkBox: TCheckBox
Left = 235
Height = 19
Top = 48
Width = 208
Caption = 'Predictions, residuals, C.I''s to grid'
TabOrder = 7
end
object MatInChkBox: TCheckBox
Left = 235
Height = 19
Top = 69
Width = 208
Caption = 'Enter Data from a Matrix'
TabOrder = 8
end
object ComboShowChkBox: TCheckBox
Left = 235
Height = 19
Top = 90
Width = 208
Caption = 'Show Results for each Combination'
TabOrder = 9
end
end
object InProbEdit: TEdit[18]
AnchorSideLeft.Control = Label4
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label4
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = GroupBox1
Left = 193
Height = 23
Top = 210
Width = 59
Alignment = taRightJustify
Anchors = [akLeft, akBottom]
BorderSpacing.Top = 8
BorderSpacing.Bottom = 8
TabOrder = 13
Text = 'InProbEdit'
end
end
inherited ParamsSplitter: TSplitter
Left = 479
Height = 433
end
object OpenDialog1: TOpenDialog[2]
Left = 56
Top = 40
end
object SaveDialog1: TSaveDialog[3]
Left = 56
Top = 104
end
end