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

370 lines
9.2 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 = InProbEdit
Left = 0
Height = 182
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 = DepVarEdit
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 = DepVarEdit
AnchorSideTop.Control = DepInBtn
Left = 227
Height = 15
Top = 17
Width = 102
BorderSpacing.Bottom = 2
Caption = 'Dependent Variable'
ParentColor = False
end
object DepVarEdit: 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 = 'DepVarEdit'
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 = InProbEdit
AnchorSideTop.Side = asrCenter
Left = 0
Height = 15
Top = 211
Width = 192
BorderSpacing.Right = 8
Caption = 'Minimum probability 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 = 135
Top = 238
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 = 115
ClientWidth = 400
TabOrder = 9
object ANOVAChk: TCheckBox
Left = 12
Height = 19
Top = 6
Width = 198
Caption = 'Show ANOVA'
TabOrder = 0
end
object CrossProductsChk: TCheckBox
Left = 218
Height = 19
Top = 6
Width = 170
Caption = 'Show Cross-Products Matrix'
TabOrder = 1
end
object CovChk: TCheckBox
Left = 12
Height = 19
Top = 27
Width = 198
Caption = 'Show Variance-Covariance Matrix'
TabOrder = 2
end
object CorrsChk: TCheckBox
Left = 218
Height = 19
Top = 27
Width = 170
Caption = 'Show Intercorrelation Matrix'
TabOrder = 3
end
object MeansChk: TCheckBox
Left = 12
Height = 19
Top = 48
Width = 198
Caption = 'Show Means'
TabOrder = 4
end
object VarChk: TCheckBox
Left = 218
Height = 19
Top = 48
Width = 170
Caption = 'Show Variances'
TabOrder = 5
end
object StdDevChk: TCheckBox
Left = 12
Height = 19
Top = 69
Width = 198
Caption = 'Show Standard Deviations'
TabOrder = 6
end
object MatSaveChk: TCheckBox
Left = 218
Height = 19
Top = 69
Width = 170
Caption = 'Save Correlation Matrix'
TabOrder = 7
end
object PredictChk: TCheckBox
Left = 12
Height = 19
Top = 90
Width = 198
Caption = 'Predictions,residuals,C.I.''s to Grid'
TabOrder = 8
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 = 77
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 InProbEdit: TEdit[17]
AnchorSideLeft.Control = Label5
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = OptionsGroup
Left = 200
Height = 23
Top = 207
Width = 50
Alignment = taRightJustify
Anchors = [akLeft, akBottom]
BorderSpacing.Top = 8
BorderSpacing.Right = 8
TabOrder = 8
Text = 'InProbEdit'
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 PageControl: TPageControl[2]
Left = 422
Height = 414
Top = 8
Width = 580
ActivePage = RegressionPage
Align = alClient
BorderSpacing.Left = 4
BorderSpacing.Top = 8
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
TabIndex = 0
TabOrder = 2
object RegressionPage: TTabSheet
Caption = 'Regression'
end
object ANOVAPage: TTabSheet
Caption = 'ANOVA'
end
object CrossProductsPage: TTabSheet
Caption = 'Cross-Products'
end
object VarCovarPage: TTabSheet
Caption = 'Variance-Covariance'
end
object CorrelationsPage: TTabSheet
Caption = 'Correlations'
end
object MeanVarStddevPage: TTabSheet
Caption = 'Mean, Variance, StdDev'
end
end
end