スタッツギルド

IBM SPSS Statistics 29

macOS Sonoma 14.0に正式対応

  • Windows 11対応
  • macOS Sonoma 対応
  • 初年度12か月保守付き
  • ダウンロード/DVD

IBM SPSS Statistics 29.0.2

2022年09年14日 29.0.0 リリース
2023年04月18日 29.0.1 リリース
2023年12月18日 29.0.2 リリース

2023年4月18日に、IBM SPSS Statistics リビジョンアップ版「29.0.1」がリリースされました。また、2023年12月18日よりmacOS Sonoma 14.0に対応した「29.0.2」が利用可能になりました。PA(パスポート・アドバンテージ)オンラインまたはFix Centralよりダウンロードでき、保守契約が有効なお客様は旧バージョンから無償でバージョンアップできます。

IBM SPSS Statistics 29.0.2
有効な保守サービスで無償バージョンアップ

SPSS v29の新機能

v29では、パラメトリック生存分析の加速故障時間モデル(AFT)が追加されました。さらに、モデルの過学習を防ぐ正則化項を含む回帰モデルとして、Lasso、Ridge、Elastic Net がPython sklearnによって実装されました。その他、既存のデータ処理・統計解析機能に加え、以下の追加・拡張が行われています。また、v29.0.1では生存分析や回帰分析、ROC分析など従来の機能拡張のほか、データの要約が自動的に行われるOverview機能などが追加され、より使いやすくなりました。さらに、Sonoma 14.0が正式動作環境に追加されました。

SPSS 29 Advanced Statistics

加速故障時間モデル

パラメトリック生存モデル

分析 > 生存分析 > Parametric Accelerated Failure Time(AFT)モデル

加速故障時間モデル

セミパラメトリックのCox比例ハザードモデルでは、共変量の効果がハザードに定数を掛けることであると想定しているのに対し、パラメトリック加速故障時間(AFT)モデルは、共変量の効果が加速または減速することであると想定しています。パラメトリック生存モデルは、生存時間が既知の分布に従うことを仮定し、生存時間に関してそのモデル効果が比例する加速故障時間モデルを適合させます。

Click Analyze > Survival > Parametric Accelerated Failure Time (AFT) Models to obtain a Parametric Accelerated Failure Time (AFT) Model analysis, which invokes the parametric survival models procedure with non-recurrent life time data. Parametric survival models assume that survival time follow a known distribution, and this analysis fits accelerated failure time models with their model effects proportional with respect to survival time.

SPSS 29 Base

リッジ回帰

モデルの複雑さを抑えて汎化性能

分析 > 回帰 > 線形OLS代替 > リッジ

リッジ回帰

リッジ回帰(Ridge Regressio)は、モデルの複雑さを抑えて汎化性能を高めるために、損失関数にL2正則化項を加えた回帰モデルです。ラッソ回帰と異なり変数選択を行うことはできません。Python sklearn.inear_model.Ridge に基づき、拡張ハブでの追加インストールが必要です。

Click Analyze > Regression > Linear OLS Alternatives > Ridge to obtain a Linear Ridge Regression analysis. The new Linear Ridge extension procedure uses the Python sklearn.linear_model.Ridge class to estimate L2 or squared loss regularized linear regression models for a dependent variable on one or more independent variables, and includes optional modes to display trace plots and to select the alpha hyperparameter value based on crossvalidation. When a single model is fitted or crossvalidation is used to select alpha, a partition of holdout data can be used to estimate out-of-sample rformance.

SPSS 29 Base

ラッソ回帰

モデルの複雑さを抑えて汎化性能

分析 > 回帰 > 線形OLS代替 > Lasso

ラッソ回帰(least absolute shrinkage and selection operator、Lasso)は、モデルの予測精度や解釈可能性を向上させる回帰分析手法です。回帰モデルの損失関数に対してL1正則化項を付与します。リッジ回帰と異なり、モデル選択と同時に変数選択を行うことができますが、変数の数は最大n(サンプルサイズ)個までです。グリッドサーチとクロスバリデーションにより、最適なパラメータの組合せを選択することができます。

Click Analyze > Regression > Linear OLS Alternatives > Lasso to obtain a Linear Lasso Regression analysis. The new Linear Lasso extension procedure uses the Python sklearn.linear_model.Lasso class to estimate L1 loss regularized linear regression models for a dependent variable on one or more independent variables, and includes optional modes to display trace plots and to select the alpha hyperparameter value based on crossvalidation. When a single model is fitted or crossvalidation is used to select alpha, a partition of holdout data can be used to estimate out-of-sample performance.

SPSS 29 Base

Elastic Net 回帰

LassoとRidgeの両方のペナルティを組み合わせた回帰モデル

分析 > 回帰 > 線形OLS代替 > エラスティックネット

エラスティックネット回帰(Elastic Net Regression)は、L1正則化項(Lasso)とL2正則化項(Ridge)の両方のペナルティを組み合わせた回帰モデルです。ラッソ回帰と同じようにモデル選択と同時に変数選択が可能ですが、ラッソ回帰と異なり最大p(独立変数の数)個の変数選択が可能です。グリッドサーチとクロスバリデーションにより、最適なパラメータの組合せを選択することができます。

Click Analyze > Regression > Linear OLS Alternatives > Elastic Net to obtain a Linear Elastic Net Regression analysis. The new Linear Elastic Net extension procedure uses the Python sklearn.linear_model.ElasticNet class to estimate regularized linear regression models for a dependent variable on one or more independent variables. Regularization combines L1(Lasso)and L2(Ridge)penalties. The extension includes optional modes to display trace plots for different values of alpha for a given L1 ratio, and to select the L1 ratio and alpha hyperparameter values based on crossvalidation. When a single model is fitted or crossvalidation is used to select the penalty ratio and/or alpha, a partition of holdout data can be used to estimate out-of-sample performance.

SPSS 29 Advanced Statistics

混合モデル / 一般化線型混合モデル

疑似決定変数と級内相関係数の追加

分析 > 混合モデル

疑似決定変数と級内相関係数が線型混合モデルと一般化線型混合モデルの出力に追加されました。

Pseudo-R2 measures and the intra-class correlation coefficient are now included in Linear Mixed Models and Generalized Linear Mixed Models output (when appropriate). The pseudo-R2 measures are based entirely on the final estimates and are produced after estimation has been completed. The coefficient of determination R2 is a commonly reported statistic, because it represents the proportion of variance explained by a linear model. The intra-class correlation coefficient (ICC) is a related statistic that quantifies the proportion of variance explained by a grouping (random) factor in multilevel/ hierarchical data.

SPSS 29 Base

PythonとRのアップグレード

バージョンアップ

Python / R

SPSS が含むPythonとRのバージョンが、それぞれPython(3.10.4)と R(4.2.0)にアップグレードされています。

SPSS Statistics v29 includes upgraded versions of Python (3.10.4) and R (4.2.0).

SPSS 29 Base

その他の機能拡張

既存機能の見直しと操作性の向上

ケースの選択 / バイオリンプロット / Workbookモード

ケースの選択機能において、選択されていないケースの扱いが破棄ではなく斜線による非表示に変わり、v27.0.1以前のバージョンの仕様に戻りました。その他、バイオリン図の追加やワークブックモードの機能改善などが行われています。

By default, unselected cases are no longer hidden in the Data Editor when a subset of cases is selected, and the unselected cases are not discarded.New button on the Status bar to switch between Classic (Output and Syntax) and Workbook modes.

SPSS 29.0.1 Advanced Statistics

Parametric Shared Frailty Models(PSFM)

共有リスクを考慮した生存分析

分析 > 生存分析 > パラメトリック共有フレイルティー・モデル

IBM SPSS Statistics 29.0.2

Parametric Shared Frailty Models, PSFM(パラメトリック共有フレイルティモデル)は、グループ間で共通の未知の脆弱性因子(フレイルティ)を考慮した生存時間解析手法です。この手法は、グループ内の観測個体が共通のリスク要因を共有している場合に適用されます。PSFMは、観測データに潜在的な異質性を取り込むことで、より正確な推定を提供し、グループ間の相関を評価できます。また、フレイルティの分布をパラメトリック(具体的な関数形を仮定)にモデル化することで、推定の効率性が向上します。PSFMは、医療研究や信頼性工学など、さまざまな分野で用いられています。

SSURVREG RECURRENT incorporates a shared frailty term into a parametric survival model. It is treated as a random component to account for an unobserved effect due to individual or group level variability. The new procedure compliments the Survival AFT procedure in SPSS Statistics 29.

 SPSS 29.0.1 Base

変数を自動的に要約

データセットの要約が
より便利により速く

データファイル(.sav)の概要タブ

IBM SPSS Statistics 29.0.2

SPSSのデータセットのタブに概要タブが追加され、分析を実行しなくても数値やグラフによる要約が行われるようになりました。また各パネルから度数分布表や欠損値分析のダイアログに直接アクセスしてより詳細を出力することも可能です。この新機能により、データの特徴を素早く把握することができるようになり、時間短縮につながります。

The Data Editor's Overview tab provides visual and statistical summaries of your dataset and each variable in it, to help you quickly turn data into knowledge.

SPSS 29.0.1 Base

Youden's Index

ROC分析による
最適なカットオフ値の決定

分析 > 分類 > ROC曲線

IBM SPSS Statistics 29.0.2

従来のバージョンでは、ROC曲線によるカットオフ値の選択が主観的で、感度と特異度の最適なバランスが見つけにくくなることで、誤分類のリスクが高まり、モデルの実用性が低下する可能性がありました。新機能のYouden Indexの追加によりROC分析で分類器の最適なカットオフ値を客観的に決定できるようになりました。これにより、感度と特異度のバランスが最も良いポイントが明確になり、診断や予測モデルの性能評価が容易になります。

Youden's index is a summary measure of a receiver operating characteristic (ROC) curve. It is defined by Sensitivity – (1 – Specificity) and could be used as a single statistic to capture the performance of a dichotomous diagnostic test. Sensitivity referring to the percentage of true positives, Specificity referring to the percentage of true negatives.

SPSS 29.0.1 Base

線型回帰をより使いやすく

統計指標の出力を簡単に

分析 > 回帰 > 線型

IBM SPSS Statistics 29.0.2

従来のバージョンではシンタックスで対応していた、Selection criteriaとしてAICなどの出力が簡単にできるようになりました。また、多重共線性を回避するための許容度の設定が追加され、許容基準を満たす変数が回帰式に残るようになりました。

SPSS 29.0.1 Base

テーブルのレイアウトを
より簡単に修正

テーブルの編集をより簡単に

出力ビューア

IBM SPSS Statistics 29.0.2

「出力の変更」サブメニューにより、テーブルの編集がより簡単に行えるようになりました。例えば、列の非表示や並べ替え、セルの強調表示に対応します。

SPSS 29.0.1 Base / Advanced Statistics

その他の機能拡張

分析の設定範囲と
出力活用を広げる機能拡張

探索的分析 / 混合モデル / 生存分析

IBM SPSS Statistics 29.0.2

探索的分析の機能にパーセンタイルが追加されました。また、混合モデルのエクスポート機能が追加されています。生存分析では新しく複数の時間依存の共変量が指定できるようになりました。

New percentiles UI provides an easily accessible dialog for percentiles (through Analyze > Descriptive Statistics > Percentiles), offering the full range of available options. Users can save Empirical Best Linear Unbiased Predictions (EBLUPs) for random effects in mixed models to datasets or external files. Computation of multiple time-dependent covariates in the Cox Regression dialogs is now supported.

価格について

このバージョンアップによるSPSSライセンス価格に変更はございません。2023年12月18日以降の新規購入は最新バージョン「29.0.2」での納品となる予定です。 詳細は、WEBお見積りフォームよりお気軽にお問合せください。

macOSの動作環境について

v29.0.1からVentura 13.0、v29.0.2からSonoma 14.0が正式動作環境に追加されました。詳細は、IBM Software Product Compatibility Reportsでご確認ください。

バージョンアップについて

IBM SPSS Statistics をご購入済みで、PA(パスポート・アドバンテージ)による保守サービスが有効なお客様は、 追加の費用をご負担いただくことなく無料でv29.0.2にアップグレードできます。ダウンロード方法が分かりにくい、 ダウンロードに時間がかかるなどお困りのお客様は弊社担当営業にご相談ください。なお、バージョンアップ等の サポート対応は、弊社よりSPSSライセンスをご購入のお客様に限らせていただいております。保守なしの場合はお手数でも 購入元の販売代理店様にお問合せくださいますようお願い致します。

IBM、IBM logo、ibm.com は、International Business Machines Corporation の米国およびその他の国における商標です。

SPSS導入のご相談はお気軽に

製品やサービスに関するご相談はお気軽にお問合せください。

電話でのお問合せ

047-711-0427

受付時間: 平日 9:00-17:00

WEBフォーム

見積を依頼する

原則として1営業日以内にご返信します

emailで問合せ

info@stats-guild.com

原則として1営業日以内にご返信します