Files
lazarus-ccr/applications/lazstats/source/forms/analysis/multiple_regression/stepfwdmrunit.lfm
2021-05-13 21:12:42 +00:00

405 lines
10 KiB
Plaintext

inherited StepFwdForm: TStepFwdForm
Left = 564
Height = 487
Top = 333
Width = 801
HelpType = htKeyword
HelpKeyword = 'html/ForwardStepwise.htm'
Caption = 'Forward Stepwise Multiple Regression'
ClientHeight = 487
ClientWidth = 801
OnCreate = FormCreate
inherited ParamsPanel: TPanel
Height = 471
Width = 448
ClientHeight = 471
ClientWidth = 448
inherited CloseBtn: TButton
Left = 393
Top = 446
TabOrder = 13
end
inherited ComputeBtn: TButton
Left = 309
Top = 446
TabOrder = 12
end
inherited ResetBtn: TButton
Left = 247
Top = 446
TabOrder = 11
end
inherited HelpBtn: TButton
Left = 188
Top = 446
HelpType = htKeyword
HelpKeyword = 'html/ForwardStepwise.htm'
TabOrder = 10
end
inherited ButtonBevel: TBevel
Top = 430
Width = 448
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 = SelList
AnchorSideTop.Control = InBtn
Left = 248
Height = 15
Top = 104
Width = 127
Caption = 'Variables to be Analyzed'
ParentColor = False
end
object Label3: TLabel[7]
AnchorSideLeft.Control = DepVarEdit
AnchorSideBottom.Control = DepVarEdit
Left = 252
Height = 15
Top = 28
Width = 102
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 2
Caption = 'Dependent Variable'
ParentColor = False
end
object VarList: TListBox[8]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = AllBtn
AnchorSideBottom.Control = CriteriaGroup
Left = 0
Height = 205
Top = 17
Width = 200
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 2
BorderSpacing.Right = 4
BorderSpacing.Bottom = 8
ItemHeight = 0
MultiSelect = True
OnDblClick = VarListDblClick
OnSelectionChange = SelListSelectionChange
TabOrder = 0
end
object InBtn: TBitBtn[9]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = DepOutBtn
AnchorSideTop.Side = asrBottom
Left = 211
Height = 26
Top = 104
Width = 26
BorderSpacing.Top = 24
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = InBtnClick
Spacing = 0
TabOrder = 4
end
object OutBtn: TBitBtn[10]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = InBtn
AnchorSideTop.Side = asrBottom
Left = 211
Height = 26
Top = 134
Width = 26
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = OutBtnClick
Spacing = 0
TabOrder = 5
end
object AllBtn: TBitBtn[11]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = OutBtn
AnchorSideTop.Side = asrBottom
Left = 204
Height = 25
Top = 184
Width = 40
AutoSize = True
BorderSpacing.Top = 24
Caption = 'All'
OnClick = AllBtnClick
Spacing = 0
TabOrder = 6
end
object SelList: TListBox[12]
AnchorSideLeft.Control = AllBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label2
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = CriteriaGroup
Left = 248
Height = 101
Top = 121
Width = 200
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 4
BorderSpacing.Top = 2
ItemHeight = 0
MultiSelect = True
OnDblClick = SelListDblClick
OnSelectionChange = SelListSelectionChange
TabOrder = 7
end
object DepInBtn: TBitBtn[13]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
Left = 211
Height = 26
Top = 24
Width = 26
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = DepInBtnClick
Spacing = 0
TabOrder = 1
end
object DepOutBtn: TBitBtn[14]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = DepInBtn
AnchorSideTop.Side = asrBottom
Left = 211
Height = 26
Top = 54
Width = 26
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = DepOutBtnClick
Spacing = 0
TabOrder = 2
end
object DepVarEdit: TEdit[15]
AnchorSideLeft.Control = AllBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label3
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = DepOutBtn
AnchorSideBottom.Side = asrBottom
Left = 252
Height = 23
Top = 45
Width = 196
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Top = 2
BorderSpacing.Bottom = 12
ReadOnly = True
TabOrder = 3
Text = 'DepVarEdit'
end
object OptionsGroup: TGroupBox[16]
AnchorSideLeft.Control = ParamsPanel
AnchorSideBottom.Control = ButtonBevel
Left = 0
Height = 135
Top = 295
Width = 441
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Right = 8
Caption = 'Options'
ChildSizing.LeftRightSpacing = 12
ChildSizing.TopBottomSpacing = 6
ChildSizing.HorizontalSpacing = 16
ChildSizing.VerticalSpacing = 2
ChildSizing.Layout = cclTopToBottomThenLeftToRight
ChildSizing.ControlsPerLine = 5
ClientHeight = 115
ClientWidth = 437
TabOrder = 9
object CPChkBox: TCheckBox
Left = 12
Height = 19
Top = 6
Width = 196
Caption = 'Show Cross-Products Matrix'
TabOrder = 0
end
object CovChkBox: TCheckBox
Left = 12
Height = 19
Top = 27
Width = 196
Caption = 'Show Variance-covariance Matrix'
TabOrder = 1
end
object CorrsChkBox: TCheckBox
Left = 12
Height = 19
Top = 48
Width = 196
Caption = 'Show Intercorrelations Matrix'
TabOrder = 2
end
object MeansChkBox: TCheckBox
Left = 12
Height = 19
Top = 69
Width = 196
Caption = 'Show Means'
TabOrder = 3
end
object VarChkBox: TCheckBox
Left = 12
Height = 19
Top = 90
Width = 196
Caption = 'Show Variances'
TabOrder = 4
end
object SDChkBox: TCheckBox
Left = 224
Height = 19
Top = 6
Width = 201
Caption = 'Show Standard Deviations'
TabOrder = 5
end
object MatInChkBox: TCheckBox
Left = 224
Height = 19
Top = 27
Width = 201
Caption = 'Get Data from a Matrix File'
TabOrder = 6
end
object MatSaveChkBox: TCheckBox
Left = 224
Height = 19
Top = 48
Width = 201
Caption = 'Save the Correlation Matrix'
TabOrder = 7
end
object PredictChkBox: TCheckBox
Left = 224
Height = 19
Top = 69
Width = 201
Caption = 'Predictions, residuals, C.I.''s to Grid'
TabOrder = 8
end
end
object CriteriaGroup: TGroupBox[17]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = OptionsGroup
Left = 0
Height = 53
Top = 234
Width = 268
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Top = 12
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
Caption = 'Minimum Probability'
ClientHeight = 33
ClientWidth = 264
TabOrder = 8
object Label4: TLabel
AnchorSideLeft.Control = CriteriaGroup
AnchorSideTop.Control = InProbEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = InProbEdit
Left = 18
Height = 15
Top = 6
Width = 44
BorderSpacing.Left = 18
BorderSpacing.Right = 8
Caption = 'to Enter:'
ParentColor = False
end
object Label5: TLabel
AnchorSideLeft.Control = InProbEdit
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = InProbEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = OutProbEdit
Left = 144
Height = 15
Top = 6
Width = 50
BorderSpacing.Left = 24
BorderSpacing.Right = 8
Caption = 'to Retain:'
ParentColor = False
end
object InProbEdit: TEdit
AnchorSideLeft.Control = Label4
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = CriteriaGroup
AnchorSideRight.Control = CriteriaGroup
AnchorSideRight.Side = asrBottom
Left = 70
Height = 23
Top = 2
Width = 50
BorderSpacing.Top = 2
BorderSpacing.Right = 12
TabOrder = 0
Text = 'InProbEdit'
end
object OutProbEdit: TEdit
AnchorSideLeft.Control = Label5
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = InProbEdit
AnchorSideRight.Control = CriteriaGroup
AnchorSideRight.Side = asrBottom
Left = 202
Height = 23
Top = 2
Width = 50
BorderSpacing.Right = 12
BorderSpacing.Bottom = 8
TabOrder = 1
Text = 'OutProbEdit'
end
end
end
inherited ParamsSplitter: TSplitter
Left = 460
Height = 487
end
object Bevel2: TBevel[2]
Left = 5
Height = 15
Top = 352
Width = 13
Shape = bsSpacer
end
object OpenDialog1: TOpenDialog[3]
Left = 49
Top = 48
end
object SaveDialog1: TSaveDialog[4]
Left = 48
Top = 112
end
end