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

334 lines
8.3 KiB
Plaintext
Raw Normal View History

inherited LSMregForm: TLSMregForm
Left = 449
Height = 430
Top = 172
Width = 1010
Caption = 'Standard Least-Squares Multiple Regression'
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
AnchorSideBottom.Control = InProb
Left = 0
Height = 203
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
TabOrder = 0
end
object DepInBtn: TBitBtn[7]
AnchorSideLeft.Control = AllBtn
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = VarList
AnchorSideRight.Control = DepVar
Left = 187
Height = 26
Top = 17
Width = 26
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = DepInBtnClick
Spacing = 0
TabOrder = 1
end
object Label2: TLabel[8]
AnchorSideLeft.Control = DepVar
AnchorSideTop.Control = DepInBtn
Left = 227
Height = 15
Top = 17
Width = 102
BorderSpacing.Bottom = 2
Caption = 'Dependent Variable'
ParentColor = False
end
object DepVar: TEdit[9]
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
TabOrder = 3
Text = 'DepVar'
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
AnchorSideTop.Control = InProb
AnchorSideTop.Side = asrCenter
Left = 0
Height = 15
Top = 232
Width = 163
BorderSpacing.Right = 8
Caption = 'Minimum Prob. to enter block:'
ParentColor = False
end
object OptionsGroup: TGroupBox[12]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ButtonBevel
Left = 0
Height = 114
Top = 259
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
ClientHeight = 94
ClientWidth = 400
TabOrder = 9
object CPChkBox: TCheckBox
Left = 12
Height = 19
Top = 6
Width = 170
Caption = 'Show Cross-Products Matrix'
TabOrder = 0
end
object CovChkBox: TCheckBox
Left = 190
Height = 19
Top = 6
Width = 198
Caption = 'Show Variance-Covariance Matrix'
TabOrder = 1
end
object CorrsChkBox: TCheckBox
Left = 12
Height = 19
Top = 27
Width = 170
Caption = 'Show Intercorrelation Matrix'
TabOrder = 2
end
object MeansChkBox: TCheckBox
Left = 190
Height = 19
Top = 27
Width = 198
Caption = 'Show Means'
TabOrder = 3
end
object VarChkBox: TCheckBox
Left = 12
Height = 19
Top = 48
Width = 170
Caption = 'Show Variances'
TabOrder = 4
end
object SDChkBox: TCheckBox
Left = 190
Height = 19
Top = 48
Width = 198
Caption = 'Show Standard Deviations'
TabOrder = 5
end
object MatSaveChkBox: TCheckBox
Left = 12
Height = 19
Top = 69
Width = 170
Caption = 'Save Correlation Matrix'
TabOrder = 6
end
object PredictChkBox: TCheckBox
Left = 190
Height = 19
Top = 69
Width = 198
Caption = 'Predictions,residuals,C.I.''s to Grid'
TabOrder = 7
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
Height = 98
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
TabOrder = 4
end
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
TabOrder = 5
end
object InProb: TEdit[17]
AnchorSideLeft.Control = Label5
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = OptionsGroup
Left = 171
Height = 23
Top = 228
Width = 50
Alignment = taRightJustify
Anchors = [akLeft, akBottom]
BorderSpacing.Top = 8
BorderSpacing.Right = 8
TabOrder = 8
Text = 'InProb'
end
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
end
end
inherited ParamsSplitter: TSplitter
Left = 413
Height = 430
end
object SaveDialog: TSaveDialog[2]
Left = 45
Top = 357
end
end