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

正文內(nèi)容

《回歸變量篩選》ppt課件-全文預(yù)覽

  

【正文】 Analysis of Variance Sum of Mean Source DF Squares Square F Value Pr F Model 4 .0001 Error 10 Corrected Total 14 Parameter Standard Variable Estimate Error Type II SS F Value Pr F Intercept X1 .0001 X2 X3 X4 Bounds on condition number: , Backward Elimination: Step 1 Variable X4 Removed: RSquare = and C(p) = Analysis of Variance Sum of Mean Source DF Squares Square F Value Pr F Model 3 .0001 Error 11 Corrected Total 14 The SAS System 14:40 Friday, April 30, 2022 13 The REG Procedure 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。 ? 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 ? 。 run。 model y=x1 x2 x3 x4 /stb。 input id y x1 x2 x3 x4。 ? PROC REG CORR。 前進(jìn) ,后退法回歸程序模式 ? DATA A。 model y=x1 x2 x3 x4 / selection= FORWARD stb。 cards。 變量篩選 語(yǔ)法選項(xiàng) (MODEL語(yǔ)句選項(xiàng) ) 1. SELECTION=method, 規(guī)定變量篩選的方法,method可以是以下幾種選項(xiàng) ? FORWARD(或 F),前進(jìn)法,按照 SLE規(guī)定的 P值從無(wú)到有依次選一個(gè)變量進(jìn)入模型 ? BACKWARD(或 B), 后退法,按照 SLS規(guī)定的 P值從含有全部變量的模型開(kāi)始,依次剔除一個(gè)變量 ? STEPWISE(或 S), 逐步法,按照 SLE的標(biāo)準(zhǔn)依次選入變量,同時(shí)對(duì)模型中現(xiàn)有的變量按 SLS的標(biāo)準(zhǔn)剔除不顯著的變量 ?NONE,即不選擇任何選項(xiàng),不作任何變量篩選,此時(shí)使用的是含有全部自變量的全回歸模型 變量篩選 MODEL語(yǔ)句選項(xiàng) 2. SLE=概率值,入選標(biāo)準(zhǔn),規(guī)定 變量入選 模型的顯著性水平,前進(jìn)法的默認(rèn)是 ,逐步法是 3. SLS=概率值,剔除標(biāo)準(zhǔn),指定 變量保留 在模型的顯著水平,后退法默認(rèn)為 ,逐步法是 4. 標(biāo)準(zhǔn)化偏回歸系數(shù) STB 可用來(lái)比較各個(gè)自變量作用的大小 5. COLLIN 要求詳細(xì)分析自變量之間的共線(xiàn)性,給出信息矩陣的 特征根和條件指數(shù) ,來(lái)判斷自變量之間有無(wú)多重共線(xiàn)性。 WEGHT 變量名列 。 第一節(jié) 逐步回歸 逐步回歸 SAS過(guò)程 ? 語(yǔ)法格式 Proc reg(或 GLM)[ DATA=數(shù)據(jù)集名 [選項(xiàng) ]。當(dāng)在模型外的所有變數(shù)在選擇的水平上都不顯著,而且在模型內(nèi)的任一個(gè)變數(shù)的 F統(tǒng)計(jì)量在選擇的水平上都是顯著時(shí),逐步回歸過(guò)程才停止。 ? RUN。 ? cards。 ? input X1X4 Y 。 ? MODEL Y=X1X4。僅當(dāng)經(jīng)過(guò)測(cè)驗(yàn)并把所有不顯著的變數(shù)刪除后,再考慮是否引入新變數(shù)。當(dāng)缺省時(shí),其值為 。 FREQ 變量名列 。 PLOT 縱坐標(biāo) *橫坐標(biāo) [=繪圖符號(hào) ]…/[ 選項(xiàng) ]。 input id y x1 x2 x3 x4。 model y=x1 x2 x3 x4 /stb。 run。 ? 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 ? 。 Analysis of Variance Sum of Mean Source DF Squares Square F Value Pr F Model 1 .0001 Error 13 Corrected Total 14 Parameter Standard Variable Estimate Error Type II SS F Value Pr F Intercept X1 .0001 Bounds on condi
點(diǎn)擊復(fù)制文檔內(nèi)容
教學(xué)課件相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1