freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

回歸變量篩選ppt課件-文庫吧資料

2025-02-27 22:28本頁面
  

【正文】 Model: MODEL1 Dependent Variable: Y Backward Elimination: Step 1 Parameter Standard Variable Estimate Error Type II SS F Value Pr F Intercept X1 .0001 X2 X3 Bounds on condition number: , All variables left in the model are significant at the level. Summary of Backward Elimination Variable Number Partial Model Step Removed Vars In RSquare RSquare C(p) F Value Pr F 1 X4 3 The SAS System 14:40 Friday, April 30, 2022 14 The REG Procedure Model: MODEL1 Dependent Variable: Y Analysis of Variance Sum of Mean Source DF Squares Square F Value Pr F Model 3 .0001 Error 11 Corrected Total 14 Root MSE RSquare Dependent Mean Adj RSq Coeff Var Parameter Estimates Parameter Standard Standardized Variable DF Estimate Error t Value Pr |t| Estimate Intercept 1 0 X1 1 .0001 X2 1 X3 1 逐步法回歸程序模式 ? DATA A。 ? MODEL Y=X1X4/SELECTION=BACKWORD SLS= STB。 ? 10 23 113 9 20 106 10 22 111 ? 13 21 109 10 22 110 10 23 103 ? 8 23 100 10 24 114 10 20 104 ? 10 21 110 10 23 104 8 21 109 ? 6 23 114 8 21 113 9 22 105 ? 。 ? input X1X4 Y 。 run。 model y=x1 x2 x3 X4 / selection= BACKWARD stb。 model y=x1 x2 x3 x4 /stb。 … 。 input id y x1 x2 x3 x4。 ? RUN。 ? PROC REG CORR。 ? cards。 前進 ,后退法回歸程序模式 ? DATA A。 model y=x1 x2 x3 x4 / selection=stepwise stb。 model y=x1 x2 x3 x4 / selection= FORWARD stb。 proc reg data=b。 cards。 逐步 (前進 ,后退 )法回歸程序模式 data b。 變量篩選 語法選項 (MODEL語句選項 ) 1. SELECTION=method, 規(guī)定變量篩選的方法,method可以是以下幾種選項 ? FORWARD(或 F),前進法,按照 SLE規(guī)定的 P值從無到有依次選一個變量進入模型 ? BACKWARD(或 B), 后退法,按照 SLS規(guī)定的 P值從含有全部變量的模型開始,依次剔除一個變量 ? STEPWISE(或 S), 逐步法,按照 SLE的標(biāo)準(zhǔn)依次選入變量,同時對模型中現(xiàn)有的變量按 SLS的標(biāo)準(zhǔn)剔除不顯著的變量 ?NONE,即不選擇任何選項,不作任何變量篩選,此時使用的是含有全部自變量的全回歸模型 變量篩選 MODEL語句選項 2. SLE=概率值,入選標(biāo)準(zhǔn),規(guī)定 變量入選 模型的顯著性水平,前進法的默認(rèn)是 ,逐步法是 3. SLS=概率值,剔除標(biāo)準(zhǔn),指定 變量保留 在模型的顯著水平,后退法默認(rèn)為 ,逐步法是 4. 標(biāo)準(zhǔn)化偏回歸系數(shù) STB 可用來比較各個自變量作用的大小 5. COLLIN 要求詳細(xì)分析自變量之間的共線性,給出信息矩陣的 特征根和條件指數(shù) ,來判斷自變量之間有無多重共線性。 OUTPUT OUT=新數(shù)據(jù)集名 關(guān)鍵字 =新變量名 …。 WEGHT 變量名列 。 VAR 變量名列 。 第一節(jié) 逐步回歸 逐步回歸 SAS過程 ? 語法格式 Proc reg(或 GLM)[ DATA=數(shù)據(jù)集名 [選項 ]。 SLENTRY=值(簡記為 SLE=值)是逐步回歸方法規(guī)定選入這個模型里的顯著性水平。當(dāng)在模型外的所有變數(shù)在選擇的水平上都不顯著,而且在模型內(nèi)的任一個變數(shù)的 F統(tǒng)計量在選擇的水平上都是顯著時,逐步回歸過程才停止。引入一個變數(shù)之后,逐步法還要測驗所有已經(jīng)包含在模型中的變數(shù),并刪除在選擇的水平上不顯著的一切變數(shù)。 ? RUN。 ? PROC REG CORR。 ? cards。多重回歸程序模式 ? DATA A。 ? input X1X4 Y 。 ? 10 23 113 9 20 106 10 22 111 ? 13 21 109 10 22 110 10 23 103 ? 8 23 100 10 24 114 10 20 104 ? 10 21 110 10 23 104 8 21 109 ? 6 23 114 8 21 113 9 22 105 ? 。 ? MODEL Y=X1X4。 多重回歸 The SAS System 14:40 Friday, April 30, 2022 1 The REG Procedure Correlation Variable X1 X2 X3 X4 Y X1 X2 X3 X4 Y The SAS System 14:40 Friday, April 30, 2022 2 The REG Procedure Model: MODEL1 Dependent Variable: Y Analysis of Variance Sum of Mean Source DF Squares Square F Value Pr F Model 4 .0001 Error 10 Corrected Total 14 Root MSE RSquare Dependent Mean Adj RSq Coeff Var 多重回歸 Parameter Estimates Parameter Standard Variable DF Estimate Error t Value Pr |t| Intercept 1 X1 1 .0001
點擊復(fù)制文檔內(nèi)容
教學(xué)課件相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1