スライド 1

Size: px
Start display at page:

Download "スライド 1"

Transcription

1 線形モデルにおける CLASS ステートメントの機能 吉田早織 1 魚住龍史 2 1 日本化薬株式会社医薬データセンター 2 京都大学大学院医学研究科 The fascinating features for the CLASS in the context of linear models Saori Yoshida 1 and Ryuji Uozumi 2 1 Clinical Data Management and Biostatistics, Nippon Kayaku Co., Ltd 2 Kyoto University Graduate School of Medicine

2 社内でのある出来事 カテゴリカルな 課題ある応答変数 (2 値データ ) に対して, 説明変数を用いてモデル化し, 各薬剤群における推定を行いたい なぜか僕の結果と合わないんだ A さん GENMOD プロシジャオプションなし 結果は同じだけど WARNING が出てしまうみたい B さん LOGISTIC プロシジャオプションなし C さん LOGISTIC プロシジャオプションあり 2

3 CLASS ステートメントの役割 自分での設定が不要 CLASS ステートメント : 自動的にダミー変数を作成 MODEL ステートメント : モデルの推定結果の出力 多くのプロシジャで使える モデル推定後のプロセス : LSMEANS, CONTRAST, ESTIMATE, LSMESTIMATE プロシジャごとにダミー変数生成方法のデフォルト & オプションが異なる 3

4 線形モデルにおける CLASS ステートメント 一般線形モデル REG, GLM V8~ ロジスティックモデル LOGISTIC V9.1.3~ GLMSELECT 浜田 (2000) V9.2~ 比例ハザードモデル PHREG V9.4~ HPREG 4

5 今回のトピック 線形モデルにおけるダミー変数 LOGISTIC プロシジャによるダミー変数の指定例 CLASS ステートメントの WARNING&ERROR 3 人 (A さん,B さん,C さん ) の SAS プログラム及び出力結果の検証 5

6 線形モデルにおけるダミー変数 (1) カテゴリーを数値 (0,1) で表したもの ex) Treat が A,B,P という値を持つとき 0 1x1 2x2 3x3 Treat A の効果 : x 1 x 2 x 3 A B P ダミー変数行列 1 Treat A と P の効果の差 - ) Treat A: Treat P:

7 線形モデルにおけるダミー変数 (2) カテゴリーを数値 (0,1,-1) で表したもの ex) Treat が A,B,P という値を持つとき Treat A の効果 0 1x1 2x ダミー変数行列 2 x 1 x 2 A 1 0 B 0 1 P -1-1 Treat A と P の効果の差 - ) Treat A: Treat P:

8 PARAM=REFRECT 分類値デザイン変数 A A1 A2 A CLASS ステートメントによる ダミー変数の生成例 効果法 PARAM=EFFECT 分類値デザイン変数 A A1 A2 A PARAM=ORDINAL 分類値デザイン変数 A A1 A2 A GLM 法 PARAM=GLM 分類値デザイン変数 A A1 A2 A5 A 参照法累積順序法多項式法 PARAM=POLYNOMIAL 分類値デザイン変数 A A1 A2 A

9 LOGISTIC プロシジャによる ダミー変数の指定 CLASS ステートメントで PARAM= オプションを指定することでダミー変数の生成方法を指定できる proc logistic data = Neuralgia ; class Treatment Sex / param=effect ; model Pain = Treatment Sex ; run; <SAS データにモデルを当てはめる > SAS Help に記載されているデータ Neuralgia Treatment(A,B,P),Sex(F,M) を説明変数,Pain (Yes,No) を応答変数としたモデル 9

10 効果法 (PARAM=EFFECT) 平均効果との違いを比較 分類変数の水準の情報 分類 値 デザイン変数 Treatment A 1 0 B 0 1 P -1-1 Sex F 1 M -1 Treatment A の推定 パラメータ 最尤推定値の分析 自由度推定値標準誤差 Wald カイ 2 乗 Pr > ChiSq Intercept Treatment A B Sex F 切片 A を指定平均を指定 estimate "estimate A" int 1 Treatment 1 0 Sex 0; 推定 ラベル 推定値標準誤差 z 値 Pr > z estimate A

11 GLM 法 (PARAM=GLM) 最後のレベルとの比較 分類変数の水準の情報 分類 値 デザイン変数 Treatment A B P Sex F 1 0 M 0 1 Treatment A の推定 パラメータ 最尤推定値の分析 自由度推定値標準誤差 Wald カイ 2 乗 estimate estimate A int 1 Treatment Sex ; Pr > ChiSq Intercept Treatment A B P Sex F M 切片 A を指定平均を指定 推定 ラベル 推定値 標準誤差 z 値 Pr > z estimate A

12 参照レベルとの比較 分類変数の水準の情報 分類 値 デザイン変数 Treatment A 1 0 B 0 1 P 0 0 Sex F 1 M 0 参照法 (PARAM=REF) Treatment A の推定 パラメータ 最尤推定値の分析 自由度推定値標準誤差 Wald カイ 2 乗 Pr > ChiSq Intercept Treatment A B Sex F 切片 A を指定平均を指定 estimate estimate A int 1 Treatment 1 0 Sex 0.5 ; 推定 ラベル 推定値標準誤差 z 値 Pr > z estimate A

13 累積順序法 (PARAM=ORDINAL) 順序のある効果間の比較 分類変数の水準の情報 分類 値 デザイン変数 Treatment P 0 0 B 1 0 A 1 1 Sex F 0 M 1 Treatment A の推定 パラメータ 最尤推定値の分析 自由度推定値 標準誤差 Wald カイ 2 乗 Pr > ChiSq Intercept Treatment B A E Sex F 切片 A を指定平均を指定 estimate estimate A int 1 Treatment 1 1 Sex 0.5 ; 推定 ラベル 推定値標準誤差 z 値 Pr > z estimate A

14 多項式法 (PARAM=POLY) 2 乗,3 乗の効果を推定する 分類変数の水準の情報 分類 値 デザイン変数 Treatment P B A Sex F M Treatment A の推定 パラメータ 最尤推定値の分析 自由度推定値 標準誤差 Wald カイ 2 乗 Pr > ChiSq Intercept Treatment POLY POLY Sex POLY 切片 A を指定平均を指定 estimate estimate A int 1 Treatment 3 9 Sex 1.5 ; 推定 ラベル 推定値標準誤差 z 値 Pr > z estimate A

15 CLASS ステートメントの詳細設定 変数の順序設定 ORDER=DATA FORMATED FREQ INTERNAL DATA: データセットに出力した順 FORMATTED:FORMAT 順 ( デフォルト ) FREQ: 数が多い順 INTERNAL: フォーマットされていない値順 DESCENDING 降順にする 基準値の設定 REF= label FIRST LAST label で基準変数値の選択 PARAM=EFFECT PARAM=REF のときのみ FIRST,LAST で最初の変数か最後の変数を選択 15

16 Q CLASS ステートメントの WARNING&ERROR(1) REF= オプションは,EFFECT 法 or REF 法でしか使えないが, 他の手法で基準を指定するには? ex) ordinal 法 A 0 0 B 1 0 P 1 1 プラセボ基準にしたい P 0 0 B 1 0 A 1 1 A Descending で順番を変える class TREATMENT / param=ordinal descending ; 16

17 Q CLASS ステートメントの WARNING&ERROR(2) LSMEANS ステートメントを使うと WARNING が出力される WARNING: The model does not have a GLM parameterization. This parameterization is required for the LSMEANS, LSMESTIMATE, and SLICE statement. These statements are ignored. A proc logistic data = data ; class Treatment Sex ; model Pain = Treatment Sex ; lsmeans Treatment ; run; LSMEANSステートメント,SLICEステートメントはGLM 法のみ class Treatment Sex / param=glm ; 17

18 Q CLASS ステートメントの WARNING&ERROR(3) REF= label でエラーが出力される ex) TREATMENT= B を基準としたい class TREATMENT SEX / param=ref ref = B ; ERROR : 構文エラーです 次の1つを指定してください : FIRST, LAST. A 変数ごとに個別に設定する Treatment A 1 0 B 0 1 P 0 0 Sex F 1 M 0 Treatment A 1 0 B 0 0 P 0 1 Sex F 0 M 1 class TREATMENT(ref = B ) SEX(descending) / param=ref ; 18

19 Q CLASS ステートメントの WARNING&ERROR(4) GLIMMIXプロシジャでORDER= を用いるとエラーが出力される A proc glimmix data=data ; class Treatment Sex / order=first ; model Pain = Treatment Sex ; run ; ERROR : 構文エラーです 次の 1 つを指定してください : ;, TRUNCATE. ERROR : オプションまたはパラメータを認識できません 無視します ORDER= ( 順序 ) の指定は,PROCステートメント内で記述できる ( 詳細な指定はできない ) GLM 法のみのプロシジャは PROC ステートメント内となる proc glimmix data=data order=internal; 19

20 各プロシジャにおける ダミー変数生成法のサポート GLM PARAM= GLM LOGISTIC GEMNOD PHREG MIXED GLIMMIX FMM SELECT EFFECT GLM ORDINAL THERMOMETER POLYNOMIAL POLY REFERENCE REF ORTHEFFECT ORTHORDINAL ORTHOTHERM ORTHPOLY ORTHREF : デフォルト 20

21 3 人のプログラムを検証 A さん GENMOD プロシジャオプションなし 結果の不一致 WARNING B さん LOGISTIC プロシジャオプションなし C さん LOGISTIC プロシジャオプションあり 21

22 ラベル 平均推定値 3 人のプログラムを検証 平均信頼限界 対比推定の結果 L'Beta 標準誤差アルファ推定値 A さん proc genmod data=neuralgia descending; class Treatment Sex ; model Pain = Treatment Sex / link=logit dist=bin; estimate "estimate A" int 1 Treatment Sex ; run; L'Beta 信頼限界 カイ 2 乗値 Pr > ChiSq estimate A proc logistic data=neuralgia; class Treatment Sex ; model Pain(EVENT='Yes') = Treatment Sex; estimate estimate A int 1 Treatment Sex ; run; 推定 B さん ラベル推定値標準誤差 z 値 Pr > z estimate A proc logistic data=neuralgia; class Treatment Sex / param=ref; model Pain(EVENT='Yes') = Treatment Sex; estimate "estimate A" int 1 Treatment Sex ; run; 推定 C さん ラベル推定値標準誤差 z 値 Pr > z estimate A

23 A さんの方法 Treatment A の効果を見るため他の効果 (Sex) は平均とする ya GENMOD プロシジャオプションなし proc genmod data=neuralgia descending; class Treatment Sex ; model Pain = Treatment Sex / link=logit dist=bin; estimate "estimate A" int 1 Treatment Sex ; run; GENMOD プロシジャの デフォルトは GLM 法 0 Treat Sex Sex2 GLM 法 x 1 x 2 x 3 Treatment A B P Sex F 1 0 M

24 B さんの方法 proc logistic data=neuralgia; class Treatment Sex ; model Pain(EVENT='Yes') = Treatment Sex; estimate estimate A int 1 Treatment Sex ; run; WARNING: LOGISTIC プロシジャオプションなし More coefficients than levels specified for effect Treatment. Some coefficients will be ignored. Treatment A の効果を見るため他の効果 (Sex) は平均とする (0) 参 LOGISTIC プロシジャのデフォルトは EFFECT 法 y A 0 Treat1 estimate estimate A int 1 Treatment 1 ; EFFECT 法 x 1 x 2 Treatment A 1 0 B 0 1 P -1-1 Sex F 1 M -1 24

25 C さんの方法 proc logistic data=neuralgia; class Treatment Sex / param=ref; model Pain(EVENT='Yes') = Treatment Sex; estimate "estimate A" int 1 Treatment Sex ; run; LOGISTIC プロシジャ PARAM オプションあり WARNING: More coefficients than levels specified for effect Treatment. Some coefficients will be ignored. Treatment A の効果を見るため他の効果 (Sex) は平均とする (0) 参 y REF 法を指定 A Treat 1 Sex estimate estimate A int 1 Treatment 1 0 Sex 0.5 ; REF 法 x 1 x 2 Treatment A 1 0 B 0 1 P 0 0 Sex F 1 M 0 25

26 まとめ カテゴリカルな ある応答変数 (2 値データ ) に対して, 説明変数を用いてモデル化し, 各薬剤群における推定を行いたい GLM 法 GLM 法 x 1 x 2 x 3 Treatment A B P Sex F 1 0 M 0 1 LSMEANS, CONTRAST, ESTIMATE, LSMESTIMATE 26

27 参考文献 1. Carpenter AL. Programming With CLASS: Keeping Your Options Open. Proceedings of the SAS Global Forum. Cary, NC: SAS Institute Inc., Available at 2. Pasta DJ. Parameterizing Models to Test the Hypotheses You Want: Coding Indicator Variables and Modified Continuous Variables. Proceedings of the 30th Annual SAS Users Group International Conference. Cary, NC: SAS Institute Inc., Available at 3. Pritchard ML, Pasta, DJ. Head of the CLASS: Impress your colleagues with a superior understanding of the CLASS statement in PROC LOGISTIC. Proceedings of the 29th Annual SAS Users Group International Conference. Cary, NC: SAS Institute Inc., Available at 4. SAS Institute Inc. SAS/STAT(R) 9.3: User s Guide. Cary, NC, USA: SAS Institute Inc., SAS Institute Inc. SAS/STAT(R) 12.3: User s Guide: High-Performance Procedures. Cary, NC, USA: SAS Institute Inc., 魚住龍史. LS-Means 再考 GLM と PLM によるモデル推定後のプロセス. SAS ユーザー総会論文集 竹内啓, 高橋行雄, 大橋靖雄, 芳賀敏郎. SAS による実験データの解析. 東京大学出版会, 浜田知久馬. V.8 における LOGISTIC の機能拡張. 日本 SAS ユーザー会 (SUGI-J) 論文集 2000, 浜田知久馬. SAS 生存時間解析プロシジャの最新の機能拡張. SAS ユーザー総会論文集 2013,

PHREG プロシジャにおける 共変量調整解析に関連したオプション機能 魚住龍史 1 * 矢田真城 2 浜田知久馬 3 1 京都大学大学院医学研究科医学統計生物情報学 2 エイツーヘルスケア株式会社 3 東京理科大学 Investigating fascinating aspects associa

PHREG プロシジャにおける 共変量調整解析に関連したオプション機能 魚住龍史 1 * 矢田真城 2 浜田知久馬 3 1 京都大学大学院医学研究科医学統計生物情報学 2 エイツーヘルスケア株式会社 3 東京理科大学 Investigating fascinating aspects associa PHREG プロシジャにおける 共変量調整解析に関連したオプション機能 魚住龍史 1 * 矢田真城 2 浜田知久馬 3 1 京都大学大学院医学研究科医学統計生物情報学 2 エイツーヘルスケア株式会社 3 東京理科大学 Investigating fascinating aspects associated with covariate-adjusted analysis using PHREG procedure

More information

,, Poisson 3 3. t t y,, y n Nµ, σ 2 y i µ + ɛ i ɛ i N0, σ 2 E[y i ] µ * i y i x i y i α + βx i + ɛ i ɛ i N0, σ 2, α, β *3 y i E[y i ] α + βx i

,, Poisson 3 3. t t y,, y n Nµ, σ 2 y i µ + ɛ i ɛ i N0, σ 2 E[y i ] µ * i y i x i y i α + βx i + ɛ i ɛ i N0, σ 2, α, β *3 y i E[y i ] α + βx i Armitage.? SAS.2 µ, µ 2, µ 3 a, a 2, a 3 a µ + a 2 µ 2 + a 3 µ 3 µ, µ 2, µ 3 µ, µ 2, µ 3 log a, a 2, a 3 a µ + a 2 µ 2 + a 3 µ 3 µ, µ 2, µ 3 * 2 2. y t y y y Poisson y * ,, Poisson 3 3. t t y,, y n Nµ,

More information

スライド 1

スライド 1 生存時間解析における Lakatos の症例数設計法の有用性の評価 魚住龍史, * 水澤純基 浜田知久馬 日本化薬株式会社医薬データセンター 東京理科大学工学部経営工学科 Evaluation of availability about sample size formula by Lakatos on survival analysis Ryuji Uozumi,, * Junki Mizusawa,

More information

Microsoft PowerPoint - SAS2012_ZHANG_0629.ppt [互換モード]

Microsoft PowerPoint - SAS2012_ZHANG_0629.ppt [互換モード] SAS による生存時間解析の実務 張方紅グラクソ スミスクライン ( 株 バイオメディカルデータサイエンス部 Practice of Survival Analysis sing SAS Fanghong Zhang Biomedical Data Science Department, GlaxoSmithKline K.K. 要旨 : SASによる生存時間解析の実務経験を共有する. データの要約

More information

Microsoft PowerPoint - 【魚住】 発表原稿【Web公開用】.ppt [互換モード]

Microsoft PowerPoint - 【魚住】 発表原稿【Web公開用】.ppt [互換モード] SG (Statistical Graphics) Procedures による Kaplan-Meier プロットの作成 魚住龍史 1, * 浜田知久馬 2 1 日本化薬株式会社医薬データセンター 2 東京理科大学工学部経営工学科 Kaplan-Meier plots using Statistical Graphics Procedures Ryuji Uozumi 1, * and Chikuma

More information

改変履歴 初版 2007/05/17 第 2 版 2007/12/25

改変履歴 初版 2007/05/17 第 2 版 2007/12/25 CONTRAST および ESTIMATE ステートメントを記述す る例題 1 改変履歴...2 はじめに...3 例題 1: 交互作用項を含む 2 要因の分散分析...4 ESTIMATEステートメントを用いてセル平均を計算する...5 平均値の差を推定 および検定する...10 より複雑な対比の指定... 11 ある一つの交互作用項の平均と 交互作用項全ての平均との比較...13 例題 2: 交互作用項を含む

More information

Slide 1

Slide 1 ODS 統 計 グラフ 機 能 を 用 いたグラフの 作 成 SAS Institute Japan 株 式 会 社 プロフェッショナルサービス 本 部 テクニカルサポート 部 深 澤 武 志 Copyright 2010 SAS Institute Inc. All rights reserved. 目 次 ODSとは ODS 統 計 グラフのご 紹 介 ODSテンプレートに 関 して ODS 統

More information

t sex N y y y Diff (1-2)

t sex N y y y Diff (1-2) Armitage 1 1.1 2 t 1.2 SAS Proc GLM 2 2.1 1 1 2.1.1 50 1 1 t sex N y 50 116.45 119.6 122.75 11.071 1.5657 93.906 154.32 y 50 127.27 130.7 134.13 12.072 1.7073 102.68 163.37 y Diff (1-2) -15.7-11.1-6.504

More information

Statistical inference for one-sample proportion

Statistical inference for one-sample proportion RAND 関数による擬似乱数の生成 魚住龍史 * 浜田知久馬東京理科大学大学院工学研究科経営工学専攻 Generating pseudo-random numbers using RAND function Ryuji Uozumi * and Chikuma Hamada Department of Management Science, Graduate School of Engineering,

More information

<4D F736F F F696E74202D204D C982E682E892B290AE82B582BD838A E8DB782CC904D978A8BE68AD482C98AD682B782E988EA8D6C8E402E >

<4D F736F F F696E74202D204D C982E682E892B290AE82B582BD838A E8DB782CC904D978A8BE68AD482C98AD682B782E988EA8D6C8E402E > SAS ユーザー総会 2017 Mantel-Haenszel 法により調整したリスク差の信頼区間に関する一考察 武田薬品工業株式会社日本開発センター生物統計室佐々木英麿 舟尾暢男 要旨 Mantel-Haenszel 法により調整したリスク差に関する以下の信頼区間の算出方法を紹介し 各信頼区間の被覆確率をシミュレーションにより確認することで性能評価を行う Greenland 信頼区間 Sato 信頼区間

More information

Kaplan-Meierプロットに付加情報を追加するマクロの作成

Kaplan-Meierプロットに付加情報を追加するマクロの作成 Kaplan-Meier 1, 2,3 1 2 3 A SAS macro for extended Kaplan-Meier plots Kengo Nagashima 1, Yasunori Sato 2,3 1 Department of Parmaceutical Technochemistry, Josai University 2 School of Medicine, Chiba University

More information

NLMIXED プロシジャを用いた生存時間解析 伊藤要二アストラゼネカ株式会社臨床統計 プログラミング グループグルプ Survival analysis using PROC NLMIXED Yohji Itoh Clinical Statistics & Programming Group, A

NLMIXED プロシジャを用いた生存時間解析 伊藤要二アストラゼネカ株式会社臨床統計 プログラミング グループグルプ Survival analysis using PROC NLMIXED Yohji Itoh Clinical Statistics & Programming Group, A NLMIXED プロシジャを用いた生存時間解析 伊藤要二アストラゼネカ株式会社臨床統計 プログラミング グループグルプ Survival analysis using PROC NLMIXED Yohji Itoh Clinical Statistics & Programming Group, AstraZeneca KK 要旨 : NLMIXEDプロシジャの最尤推定の機能を用いて 指数分布 Weibull

More information

H22 BioS (i) I treat1 II treat2 data d1; input group patno treat1 treat2; cards; ; run; I

H22 BioS (i) I treat1 II treat2 data d1; input group patno treat1 treat2; cards; ; run; I H BioS (i) I treat II treat data d; input group patno treat treat; cards; 8 7 4 8 8 5 5 6 ; run; I II sum data d; set d; sum treat + treat; run; sum proc gplot data d; plot sum * group ; symbol c black

More information

H22 BioS t (i) treat1 treat2 data d1; input patno treat1 treat2; cards; ; run; 1 (i) treat = 1 treat =

H22 BioS t (i) treat1 treat2 data d1; input patno treat1 treat2; cards; ; run; 1 (i) treat = 1 treat = H BioS t (i) treat treat data d; input patno treat treat; cards; 3 8 7 4 8 8 5 5 6 3 ; run; (i) treat treat data d; input group patno period treat y; label group patno period ; cards; 3 8 3 7 4 8 4 8 5

More information

Version8における医薬統計関係の拡張

Version8における医薬統計関係の拡張 Version8 における医薬統計関係の拡張 ( 株 )SASインスティチュートジャパンテクニカルサポート小野裕亮作成 :2000 年 6 月 23 日修正 1:2000 年 6 月 28 日 ナッシュビル プロジェクト V8 での様々な機能拡張 例えば... Base SAS: ODS GRAPH: ActiveX, Java AF: SAS Component Language ACCESS:

More information

データ構造の作成 一時 SAS データセットと永久 SAS データセットの作成 テキストファイルから SAS データセットを作成するための DATA ステップの使用例 : Data NewData; Infile "path.rawdata"; Input <pointer-control> var

データ構造の作成 一時 SAS データセットと永久 SAS データセットの作成 テキストファイルから SAS データセットを作成するための DATA ステップの使用例 : Data NewData; Infile path.rawdata; Input <pointer-control> var SAS Base Programming for SAS 9 データへのアクセス フォーマット入力とリスト入力を使用したローデータ ファイルの読み込み 文字データと数値データ 標準と非標準の数値データの識別文字および 標準 非標準の固定長データを読み取るための フォーマット入力のINPUTステートメントの使用 :INPUT 変数名入力形式 ; 文字および 標準 非標準のフリーフォーマットデータを読み込むための

More information

untitled

untitled SGPLOT 1, 2 * 1 1 2 Drawing the useful graphs for the tumor shrinkage assessment in cancer clinical trials Innovative uses of new features in PROC SGPLOT Ryuji Uozumi 1, 2 * and Chikuma Hamada 1 1 Department

More information

kubostat2015e p.2 how to specify Poisson regression model, a GLM GLM how to specify model, a GLM GLM logistic probability distribution Poisson distrib

kubostat2015e p.2 how to specify Poisson regression model, a GLM GLM how to specify model, a GLM GLM logistic probability distribution Poisson distrib kubostat2015e p.1 I 2015 (e) GLM kubo@ees.hokudai.ac.jp http://goo.gl/76c4i 2015 07 22 2015 07 21 16:26 kubostat2015e (http://goo.gl/76c4i) 2015 (e) 2015 07 22 1 / 42 1 N k 2 binomial distribution logit

More information

Microsoft PowerPoint - 【配布・WEB公開用】SAS発表資料.pptx

Microsoft PowerPoint - 【配布・WEB公開用】SAS発表資料.pptx 生存関数における信頼区間算出法の比較 佐藤聖士, 浜田知久馬東京理科大学工学研究科 Comparison of confidence intervals for survival rate Masashi Sato, Chikuma Hamada Graduate school of Engineering, Tokyo University of Science 要旨 : 生存割合の信頼区間算出の際に用いられる各変換関数の性能について被覆確率を評価指標として比較した.

More information

分析のステップ Step 1: Y( 目的変数 ) に対する値の順序を確認 Step 2: モデルのあてはめ を実行 適切なモデルの指定 Step 3: オプションを指定し オッズ比とその信頼区間を表示 以下 このステップに沿って JMP の操作をご説明します Step 1: Y( 目的変数 ) の

分析のステップ Step 1: Y( 目的変数 ) に対する値の順序を確認 Step 2: モデルのあてはめ を実行 適切なモデルの指定 Step 3: オプションを指定し オッズ比とその信頼区間を表示 以下 このステップに沿って JMP の操作をご説明します Step 1: Y( 目的変数 ) の JMP によるオッズ比 リスク比 ( ハザード比 ) の算出と注意点 SAS Institute Japan 株式会社 JMP ジャパン事業部 2011 年 10 月改定 1. はじめに 本文書は JMP でロジスティック回帰モデルによるオッズ比 比例ハザードモデルによるリスク比 それぞれに対する信頼区間を求める操作方法と注意点を述べたものです 本文書は JMP 7 以降のバージョンに対応しております

More information

Microsoft Word - FrontMatter.doc

Microsoft Word - FrontMatter.doc SAS 認 定 プロフェッショナルのための Base Programming for SAS 9 完 全 ガイド ii このマニュアルの 正 確 な 書 誌 情 報 は 以 下 のとおりです SAS 認 定 プロフェッショナルのための Base Programming for SAS 9 完 全 ガイド Copyright 2009, SAS Institute Inc., Cary, NC, USA

More information

Jupyter Notebook を活用したプログラムライブラリ構築の検討 吹谷芳博 1, 藤澤正樹 1 ( 1 あすか製薬株式会社 ) Examination of the program library construction using Jupyter Notebook ASKA Pharm

Jupyter Notebook を活用したプログラムライブラリ構築の検討 吹谷芳博 1, 藤澤正樹 1 ( 1 あすか製薬株式会社 ) Examination of the program library construction using Jupyter Notebook ASKA Pharm Jupyter Notebook を活用したプログラムライブラリ構築の検討 吹谷芳博 1, 藤澤正樹 1 ( 1 あすか製薬株式会社 ) Examination of the program library construction using Jupyter Notebook ASKA Pharmaceutical Co., Ltd. 要旨 : PC SAS での Jupyter Notebook

More information

GLM PROC GLM y = Xβ + ε y X β ε ε σ 2 E[ε] = 0 var[ε] = σ 2 I σ 2 0 σ 2 =... 0 σ 2 σ 2 I ε σ 2 y E[y] =Xβ var[y] =σ 2 I PROC GLM

GLM PROC GLM y = Xβ + ε y X β ε ε σ 2 E[ε] = 0 var[ε] = σ 2 I σ 2 0 σ 2 =... 0 σ 2 σ 2 I ε σ 2 y E[y] =Xβ var[y] =σ 2 I PROC GLM PROC MIXED ( ) An Introdunction to PROC MIXED Junji Kishimoto SAS Institute Japan / Keio Univ. SFC / Univ. of Tokyo e-mail address: jpnjak@jpn.sas.com PROC MIXED PROC GLM PROC MIXED,,,, 1 1.1 PROC MIXED

More information

欠測を含む順序カテゴリカル経時データの解析 -GEE プロシジャの有用性 - 駒嵜弘 1 藤原正和 2 ( 1 マルホ株式会社 2 塩野義製薬株式会社 ) Ordinal longitudinal data analysis with missing data -Usefulness of Proc

欠測を含む順序カテゴリカル経時データの解析 -GEE プロシジャの有用性 - 駒嵜弘 1 藤原正和 2 ( 1 マルホ株式会社 2 塩野義製薬株式会社 ) Ordinal longitudinal data analysis with missing data -Usefulness of Proc 欠測を含む順序カテゴリカル経時データの解析 -GEE プロシジャの有用性 - 駒嵜弘 藤原正和 2 ( マルホ株式会社 2 塩野義製薬株式会社 ) Ordinal longitudinal data analysis with missing data -Usefulness of Proc GEE- Hiroshi Komazaki,Masakazu Fujiwara 2 Maruho Co, Ltd.,

More information

JMP によるオッズ比 リスク比 ( ハザード比 ) の算出方法と注意点 SAS Institute Japan 株式会社 JMP ジャパン事業部 2008 年 3 月改定 1. はじめに本文書は JMP でオッズ比 リスク比 それぞれに対する信頼区間を求める算出方法と注意点を述べたものです この後

JMP によるオッズ比 リスク比 ( ハザード比 ) の算出方法と注意点 SAS Institute Japan 株式会社 JMP ジャパン事業部 2008 年 3 月改定 1. はじめに本文書は JMP でオッズ比 リスク比 それぞれに対する信頼区間を求める算出方法と注意点を述べたものです この後 JMP によるオッズ比 リスク比 ( ハザード比 ) の算出方法と注意点 SAS Institute Japan 株式会社 JMP ジャパン事業部 2008 年 3 月改定 1. はじめに本文書は JMP でオッズ比 リスク比 それぞれに対する信頼区間を求める算出方法と注意点を述べたものです この後の 2 章では JMP でのオッズ比 オッズ比の信頼区間の算出方法について サンプルデータを用いて解説しております

More information

橡ボーダーライン.PDF

橡ボーダーライン.PDF 1 ( ) ( ) 2 3 4 ( ) 5 6 7 8 9 10 11 12 13 14 ( ) 15 16 17 18 19 20 ( ) 21 22 23 24 ( ) 25 26 27 28 29 30 ( ) 31 To be or not to be 32 33 34 35 36 37 38 ( ) 39 40 41 42 43 44 45 46 47 48 ( ) 49 50 51 52

More information

WASEDA University Internship Guide http://www.waseda.jp/career/internship/ 1 2 3 For International Students International students who are interested in internships with Japanese corporations must be

More information

日本製薬工業協会シンポジウム 生存時間解析の評価指標に関する最近の展開ー RMST (restricted mean survival time) を理解するー 2. RMST の定義と統計的推測 2018 年 6 月 13 日医薬品評価委員会データサイエンス部会タスクフォース 4 生存時間解析チー

日本製薬工業協会シンポジウム 生存時間解析の評価指標に関する最近の展開ー RMST (restricted mean survival time) を理解するー 2. RMST の定義と統計的推測 2018 年 6 月 13 日医薬品評価委員会データサイエンス部会タスクフォース 4 生存時間解析チー 日本製薬工業協会シンポジウム 生存時間解析の評価指標に関する最近の展開ー RMST (restricted mean survival time) を理解するー 2. RMST の定義と統計的推測 2018 年 6 月 13 日医薬品評価委員会データサイエンス部会タスクフォース 4 生存時間解析チーム 日本新薬 ( 株 ) 田中慎一 留意点 本発表は, 先日公開された 生存時間型応答の評価指標 -RMST(restricted

More information

Microsoft Word - sample_adv-programming.docx

Microsoft Word - sample_adv-programming.docx サンプル問題 以下のサンプル問題は包括的ではなく 必ずしも試験を構成するすべての種類の問題を表すとは限りません 問題は 個人が認定試験を受ける準備ができているかどうかを評価するためのものではありません SAS Advanced Programming for SAS 9 問題 1 次の SAS データセット ONE と TWO があります proc sql; select one.*, sales

More information

Presentation Title Goes Here

Presentation  Title Goes Here SAS 9: (reprise) SAS Institute Japan Copyright 2004, SAS Institute Inc. All rights reserved. Greetings, SAS 9 SAS 9.1.3 Copyright 2004, SAS Institute Inc. All rights reserved. 2 Informations of SAS 9 SAS

More information

kubostat7f p GLM! logistic regression as usual? N? GLM GLM doesn t work! GLM!! probabilit distribution binomial distribution : : β + β x i link functi

kubostat7f p GLM! logistic regression as usual? N? GLM GLM doesn t work! GLM!! probabilit distribution binomial distribution : : β + β x i link functi kubostat7f p statistaical models appeared in the class 7 (f) kubo@eeshokudaiacjp https://googl/z9cjy 7 : 7 : The development of linear models Hierarchical Baesian Model Be more flexible Generalized Linear

More information

一般化線形 (混合) モデル (2) - ロジスティック回帰と GLMM

一般化線形 (混合) モデル (2) - ロジスティック回帰と GLMM .. ( ) (2) GLMM kubo@ees.hokudai.ac.jp I http://goo.gl/rrhzey 2013 08 27 : 2013 08 27 08:29 kubostat2013ou2 (http://goo.gl/rrhzey) ( ) (2) 2013 08 27 1 / 74 I.1 N k.2 binomial distribution logit link function.3.4!

More information

スライド 1

スライド 1 Hadoop と SAS との連携テクニック 小林泉 SAS Institute Japan 株式会社 ビジネス推進本部アナリティクスプラットフォーム推進 Techniques in SAS on Hadoop Izumi Kobayashi Analytics Platform Practice, SAS Institute Japan 1 要旨 : ビッグデータ分析の基盤としての Hadoop

More information

fx-9860G Manager PLUS_J

fx-9860G Manager PLUS_J fx-9860g J fx-9860g Manager PLUS http://edu.casio.jp k 1 k III 2 3 1. 2. 4 3. 4. 5 1. 2. 3. 4. 5. 1. 6 7 k 8 k 9 k 10 k 11 k k k 12 k k k 1 2 3 4 5 6 1 2 3 4 5 6 13 k 1 2 3 1 2 3 1 2 3 1 2 3 14 k a j.+-(),m1

More information

kubostat2017e p.1 I 2017 (e) GLM logistic regression : : :02 1 N y count data or

kubostat2017e p.1 I 2017 (e) GLM logistic regression : : :02 1 N y count data or kubostat207e p. I 207 (e) GLM kubo@ees.hokudai.ac.jp https://goo.gl/z9ycjy 207 4 207 6:02 N y 2 binomial distribution logit link function 3 4! offset kubostat207e (https://goo.gl/z9ycjy) 207 (e) 207 4

More information

Graduate School of Clinical Psychology, Kibi International University 8 Iga-machi, Takahashi, Okayama, Japan(716-8508) Research Institute of Clinical Psychology, Kibi International University Department

More information

Tab 5, 11 Tab 4, 10, Tab 3, 9, 15Tab 2, 8, 14 Tab 1, 7, 13 2

Tab 5, 11 Tab 4, 10, Tab 3, 9, 15Tab 2, 8, 14 Tab 1, 7, 13 2 COMPANION 20 MULTIMEDIA SPEAKER SYSTEM Owner s Guide Tab 5, 11 Tab 4, 10, Tab 3, 9, 15Tab 2, 8, 14 Tab 1, 7, 13 2 Tab1, 7, 13 Tab 2, 8, 14 Tab 3, 9, 15 Tab 4, 10, Tab 5, 11 This product conforms to all

More information

2 H23 BioS (i) data d1; input group patno t sex censor; cards;

2 H23 BioS (i) data d1; input group patno t sex censor; cards; H BioS (i) data d1; input group patno t sex censor; cards; 0 1 0 0 0 0 1 0 1 1 0 4 4 0 1 0 5 5 1 1 0 6 5 1 1 0 7 10 1 0 0 8 15 0 1 0 9 15 0 1 0 10 4 1 0 0 11 4 1 0 1 1 5 1 0 1 1 7 0 1 1 14 8 1 0 1 15 8

More information

統計的データ解析

統計的データ解析 統計的データ解析 011 011.11.9 林田清 ( 大阪大学大学院理学研究科 ) 連続確率分布の平均値 分散 比較のため P(c ) c 分布 自由度 の ( カイ c 平均値 0, 標準偏差 1の正規分布 に従う変数 xの自乗和 c x =1 が従う分布を自由度 の分布と呼ぶ 一般に自由度の分布は f /1 c / / ( c ) {( c ) e }/ ( / ) 期待値 二乗 ) 分布 c

More information

kubostat2017b p.1 agenda I 2017 (b) probability distribution and maximum likelihood estimation :

kubostat2017b p.1 agenda I 2017 (b) probability distribution and maximum likelihood estimation : kubostat2017b p.1 agenda I 2017 (b) probabilit distribution and maimum likelihood estimation kubo@ees.hokudai.ac.jp http://goo.gl/76c4i 2017 11 14 : 2017 11 07 15:43 1 : 2 3? 4 kubostat2017b (http://goo.gl/76c4i)

More information

スライド 1

スライド 1 ODS POWERPOINTの 活 用 : SASからMicrosoft PowerPointへの エクスポート 吉 田 早 織 1) 平 井 隆 幸 1) 叶 健 1) 魚 住 龍 史 2) 1) 日 本 化 薬 株 式 会 社 開 発 戦 略 部 2) 京 都 大 学 大 学 院 医 学 研 究 科 Application of ODS POWERPOINT s advanced features

More information

1 I EViews View Proc Freeze

1 I EViews View Proc Freeze EViews 2017 9 6 1 I EViews 4 1 5 2 10 3 13 4 16 4.1 View.......................................... 17 4.2 Proc.......................................... 22 4.3 Freeze & Name....................................

More information

_念3)医療2009_夏.indd

_念3)医療2009_夏.indd Evaluation of the Social Benefits of the Regional Medical System Based on Land Price Information -A Hedonic Valuation of the Sense of Relief Provided by Health Care Facilities- Takuma Sugahara Ph.D. Abstract

More information

ODS GRAPHICS ON; ODS GRAPHICS ON; PROC TTEST DATA=SASHELP.CLASS SIDE=2 DIST=NORMAL H0=58 PLOTS(ONLY SHOWH0)=(SUMMARY); VAR HEIGHT;

ODS GRAPHICS ON; ODS GRAPHICS ON; PROC TTEST DATA=SASHELP.CLASS SIDE=2 DIST=NORMAL H0=58 PLOTS(ONLY SHOWH0)=(SUMMARY); VAR HEIGHT; Summer 2009 1 8 12 14 16 16 16 ODS GRAPHICS ON; ODS GRAPHICS ON; PROC TTEST DATA=SASHELP.CLASS SIDE=2 DIST=NORMAL H0=58 PLOTS(ONLY SHOWH0)=(SUMMARY); VAR HEIGHT; PROC SGPLOT DATA=SASHELP.PRDSALE; HBAR

More information

解析センターを知っていただく キャンペーン

解析センターを知っていただく キャンペーン 005..5 SAS 問題設定 目的 PKパラメータ (AUC,Cmax,Tmaxなど) の推定 PKパラメータの群間比較 PKパラメータのバラツキの評価! データの特徴 非反復測定値 個体につき 個の測定値しか得られない plasma concentration 非反復測定値のイメージ図 測定時点間で個体の対応がない 着目する状況 plasma concentration 経時反復測定値のイメージ図

More information

1 2 1 2012 39 1964 1997 1 p. 65 1 88 2 1 2 2 1 2 5 3 2 1 89 1 2012 Frantzen & Magnan 2005 2010 6 N2 2014 3 3.1 2015 2009 1 2 3 2 90 2 3 2 B1 B1 1 2 1 2 1 2 1 3.2 1 2014 2015 2 2 2014 2015 9 4.1 91 1 2

More information

ABSTRACT The Social Function of Boys' Secondary Schools in Modern Japan: From the Perspectives of Repeating and Withdrawal TERASAKI, Satomi (Graduate School, Ochanomizu University) 1-4-29-13-212, Miyamaedaira,

More information

医学統計勉強会 第 6 回経時的繰り返し測定データの解析 医学統計勉強会 東北大学病院循環器内科 東北大学病院臨床研究推進センター共催東北大学大学院医学系研究科 EBM 開発学寄附講座宮田敏 Absence of evidence is not evidence of absence! - Carl

医学統計勉強会 第 6 回経時的繰り返し測定データの解析 医学統計勉強会 東北大学病院循環器内科 東北大学病院臨床研究推進センター共催東北大学大学院医学系研究科 EBM 開発学寄附講座宮田敏 Absence of evidence is not evidence of absence! - Carl 東北大学病院循環器内科 東北大学病院臨床研究推進センター共催東北大学大学院医学系研究科 EBM 開発学寄附講座宮田敏 Absence of evdence s not evdence of absence! - Carl Sagan - 1 1. 経時的反復測定データ 臨床試験や実験などである処理に対する反応を検証するとき 同じ対象に対して繰り返してデータを測定する場合があります このように繰り返して測定されたデータを反復測定データ

More information

Ł\”ƒ1PDFŠp

Ł\”ƒ1PDFŠp 73 88 Takeshi MIZUGUCHI This article investigates several studies, proposals and practices regarding environmental accounting and environmental information disclosure. Objects of the investigation include

More information

報告書

報告書 1 2 3 4 5 6 7 or 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2.65 2.45 2.31 2.30 2.29 1.95 1.79 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 60 55 60 75 25 23 6064 65 60 1015

More information

bosai-2002.dvi

bosai-2002.dvi 45 B-2 14 4 Annuals of Disas. Prev. Res. Inst., Kyoto Univ., No. 45 B-2, 22 5 m 5 m :,,, 1. 2. 2.1 27 km 2 187 km 2 14 % 77 % 47 7, 9 2, 54 6 7, 9 16, 57 8 1, 9 47 2 1 57 5 2.2 45 2 Fig. 1 2 2.3 Fig. 2

More information

名称未設定-1

名称未設定-1 Study on Clinical Factors Affecting the Fungal Culture Test - Relevance of Dry Mouth - Yoshiko YAMAMURA, Yukihiro MOMOTA, Hideyuki TAKANO, Koichi KANI, Katsumi MOTEGI, Fumihiro MATSUMOTO, Masayuki AZUMA

More information

Copyright 2002-2003 SATO International All rights reserved. http://www.satoworldwide.com/ This software is based in part on the work of the Independen

Copyright 2002-2003 SATO International All rights reserved. http://www.satoworldwide.com/ This software is based in part on the work of the Independen SATO Label Gallery SATO International Pte Ltd Version : BSI-021227-01 Copyright 2002-2003 SATO International All rights reserved. http://www.satoworldwide.com/ This software is based in part on the work

More information

1 15 R Part : website:

1 15 R Part : website: 1 15 R Part 4 2017 7 24 4 : website: email: http://www3.u-toyama.ac.jp/kkarato/ kkarato@eco.u-toyama.ac.jp 1 2 2 3 2.1............................... 3 2.2 2................................. 4 2.3................................

More information

kubostat2017j p.2 CSV CSV (!) d2.csv d2.csv,, 286,0,A 85,0,B 378,1,A 148,1,B ( :27 ) 10/ 51 kubostat2017j (http://goo.gl/76c4i

kubostat2017j p.2 CSV CSV (!) d2.csv d2.csv,, 286,0,A 85,0,B 378,1,A 148,1,B ( :27 ) 10/ 51 kubostat2017j (http://goo.gl/76c4i kubostat2017j p.1 2017 (j) Categorical Data Analsis kubo@ees.hokudai.ac.jp http://goo.gl/76c4i 2017 11 15 : 2017 11 08 17:11 kubostat2017j (http://goo.gl/76c4i) 2017 (j) 2017 11 15 1 / 63 A B C D E F G

More information

1,a) 1,b) TUBSTAP TUBSTAP Offering New Benchmark Maps for Turn Based Strategy Game Tomihiro Kimura 1,a) Kokolo Ikeda 1,b) Abstract: Tsume-shogi and Ts

1,a) 1,b) TUBSTAP TUBSTAP Offering New Benchmark Maps for Turn Based Strategy Game Tomihiro Kimura 1,a) Kokolo Ikeda 1,b) Abstract: Tsume-shogi and Ts JAIST Reposi https://dspace.j Title ターン制戦略ゲームにおけるベンチマークマップの提 案 Author(s) 木村, 富宏 ; 池田, 心 Citation ゲームプログラミングワークショップ 2016 論文集, 2016: 36-43 Issue Date 2016-10-28 Type Conference Paper Text version author

More information

The copyright of this material is retained by the Information Processing Society of Japan (IPSJ). The material has been made available on the website

The copyright of this material is retained by the Information Processing Society of Japan (IPSJ). The material has been made available on the website The copyright of this material is retained by the Information Processing Society of Japan (IPSJ). The material has been made available on the website by the author(s) under the agreement with the IPSJ.

More information

スライド 1

スライド 1 SAS による二項比率の差の非劣性検定の正確な方法について 武藤彬正宮島育哉榊原伊織株式会社タクミインフォメーションテクノロジー Eact method of non-inferiority test for two binomial proportions using SAS Akimasa Muto Ikuya Miyajima Iori Sakakibara Takumi Information

More information

b n m, m m, b n 3

b n m, m m, b n 3 13th Annual Worlds of Flavor International Conference & Festival z x c v z x c v 2 b n m, m m, b n 3 . 0 1 2 3 4 5. 0 1 2 3 4 4 5 6 7 8 6 7 8 5 9 0 1 2 3 9 0 1 2 3 6 4 5 6 7 8 4 5 6 7 8 9 7 0 1 2 3 9 0

More information

WARNING To reduce the risk of fire or electric shock,do not expose this apparatus to rain or moisture. To avoid electrical shock, do not open the cabi

WARNING To reduce the risk of fire or electric shock,do not expose this apparatus to rain or moisture. To avoid electrical shock, do not open the cabi ES-600P Operating Instructions WARNING To reduce the risk of fire or electric shock,do not expose this apparatus to rain or moisture. To avoid electrical shock, do not open the cabinet. Refer servicing

More information

要旨 : データステップ及び SGPLOT プロシジャにおける POLYGON/TEXT ステートメントを利用した SAS プログラムステップフローチャートを生成する SAS プログラムを紹介する キーワード :SGPLOT, フローチャート, 可視化 2

要旨 : データステップ及び SGPLOT プロシジャにおける POLYGON/TEXT ステートメントを利用した SAS プログラムステップフローチャートを生成する SAS プログラムを紹介する キーワード :SGPLOT, フローチャート, 可視化 2 SAS プログラムの可視化 - SAS プログラムステップフローチャート生成プログラムの紹介 - 福田裕章 1 ( 1 MSD 株式会社 ) Visualization of SAS programs Hiroaki Fukuda MSD K.K. 要旨 : データステップ及び SGPLOT プロシジャにおける POLYGON/TEXT ステートメントを利用した SAS プログラムステップフローチャートを生成する

More information

Contents Logging in 3-14 Downloading files from e-ijlp 15 Submitting files on e-ijlp Sending messages to instructors Setting up automatic

Contents Logging in 3-14 Downloading files from e-ijlp 15 Submitting files on e-ijlp Sending messages to instructors Setting up automatic e-ijlp(lms) の使い方 How to Use e-ijlp(lms) 学生用 / Guidance for Students (ver. 2.1) 2018.3.26 金沢大学総合日本語プログラム Integrated Japanese Language Program Kanazawa University Contents Logging in 3-14 Downloading files

More information

RAID RAID 0 RAID 1 RAID 5 RAID * ( -1) * ( /2) * RAID A. SATA B. BIOS SATA ( 1) C. RAID BIOS RAID D. SATA RAID/AHCI 2 SATA M.2 SSD ( 2) ( (

RAID RAID 0 RAID 1 RAID 5 RAID * ( -1) * ( /2) * RAID A. SATA B. BIOS SATA ( 1) C. RAID BIOS RAID D. SATA RAID/AHCI 2 SATA M.2 SSD ( 2) ( ( RAID RAID 0 RAID 1 RAID 5 RAID 10 2 2 3 4 * ( -1) * ( /2) * RAID A. SATA B. BIOS SATA ( 1) C. RAID BIOS RAID D. SATA RAID/AHCI 2 SATA M.2 SSD ( 2) ( ( 3) 2 ) Windows USB 1 SATA A. SATA SATA Intel SATA

More information

論 文 Earnings Management in Pension Accounting and Revised Jones Model Kazuo Yoshida, Nagoya City University 要約本稿では退職給付会計における全ての会計選択を取り上げて 経営者の報告利益管理行動

論 文 Earnings Management in Pension Accounting and Revised Jones Model Kazuo Yoshida, Nagoya City University 要約本稿では退職給付会計における全ての会計選択を取り上げて 経営者の報告利益管理行動 論 文 Earnings Management in Pension Accounting and Revised Jones Model Kazuo Yoshida, Nagoya City University 要約本稿では退職給付会計における全ての会計選択を取り上げて 経営者の報告利益管理行動について包括的な分析を行った 分析の結果 会計基準変更時差異による裁量額が最も大きく 報告利益管理の主要な手段であったことが明らかとなった

More information

2. CABAC CABAC CABAC 1 1 CABAC Figure 1 Overview of CABAC 2 DCT 2 0/ /1 CABAC [3] 3. 2 値化部 コンテキスト計算部 2 値算術符号化部 CABAC CABAC

2. CABAC CABAC CABAC 1 1 CABAC Figure 1 Overview of CABAC 2 DCT 2 0/ /1 CABAC [3] 3. 2 値化部 コンテキスト計算部 2 値算術符号化部 CABAC CABAC H.264 CABAC 1 1 1 1 1 2, CABAC(Context-based Adaptive Binary Arithmetic Coding) H.264, CABAC, A Parallelization Technology of H.264 CABAC For Real Time Encoder of Moving Picture YUSUKE YATABE 1 HIRONORI

More information

カイ二乗フィット検定、パラメータの誤差

カイ二乗フィット検定、パラメータの誤差 統計的データ解析 008 008.. 林田清 ( 大阪大学大学院理学研究科 ) 問題 C (, ) ( x xˆ) ( y yˆ) σ x πσ σ y y Pabx (, ;,,, ) ˆ y σx σ y = dx exp exp πσx ただし xy ˆ ˆ はyˆ = axˆ+ bであらわされる直線モデル上の点 ( ˆ) ( ˆ ) ( ) x x y ax b y ax b Pabx (,

More information

2 P.83 Macintosh P.75 P.47 Windows P.83 Macintosh P.75 P.47 Windows P.83 Macintosh P.75 P.47 Windows P.33 P.83 Macintosh P.75 P.47 Windows P.88 Macint

2 P.83 Macintosh P.75 P.47 Windows P.83 Macintosh P.75 P.47 Windows P.83 Macintosh P.75 P.47 Windows P.33 P.83 Macintosh P.75 P.47 Windows P.88 Macint HL-4570CDW HL-4570CDWT 1 2 http://solutions.brother.co.jp/ 2 2 P.83 Macintosh P.75 P.47 Windows P.83 Macintosh P.75 P.47 Windows P.83 Macintosh P.75 P.47 Windows P.33 P.83 Macintosh P.75 P.47 Windows P.88

More information

XMP structure: 1

XMP structure: 1 WPS Python プロシジャユーザーガイドとリファレンス バージョン : 4.1.2 Copyright 2002-2019 World Programming Limited www.worldprogramming.com 目次 はじめに... 3 セットアップと設定...4 WPS で Python を使用する...5 PROC PYTHON...6 EXPORT... 6 IMPORT...7

More information

2

2 HL-L2360DN HL-L2365DW 1 2 http://support.brother.co.jp/ 3 2 3 P.40 P.47 Windows Macintosh P.78 P.47 Windows Macintosh P.78 P.47 Windows Macintosh P.78 P.47 Windows Macintosh P.78 P.28 P.49 Windows Macintosh

More information

.,,,.,,,,,.,,,, Inoue,.,,,,.,.,,.,,,.,.,,,.,,,,,.,,.,,.,,,.,,,,

.,,,.,,,,,.,,,, Inoue,.,,,,.,.,,.,,,.,.,,,.,,,,,.,,.,,.,,,.,,,, J. of Population Problems. pp.,,,,.,,,.,,,.,,,,.,,,.,,,.,.,, p..,.,.,,.,,, .,,,.,,,,,.,,,, Inoue,.,,,,.,.,,.,,,.,.,,,.,,,,,.,,.,,.,,,.,,,, .,.,,,.,.,,,,,.,,,,.,, Giddens, Chaney,,,,.,,,.,,,,.,.,,.,,.,.,,.,..,

More information

kubostat2017c p (c) Poisson regression, a generalized linear model (GLM) : :

kubostat2017c p (c) Poisson regression, a generalized linear model (GLM) : : kubostat2017c p.1 2017 (c), a generalized linear model (GLM) : kubo@ees.hokudai.ac.jp http://goo.gl/76c4i 2017 11 14 : 2017 11 07 15:43 kubostat2017c (http://goo.gl/76c4i) 2017 (c) 2017 11 14 1 / 47 agenda

More information

核融合…予稿集

核融合…予稿集 9:30 9:45 9:45 10:00 10:05 10:10 10:10 10:40 2 3 10:40 11:10 11:10 11:40 11:40 12:00 6 7 8 9 10 11 13:10 13:20 13:20 14:00 14:00 14:20 14:20 14:40 14:50 15:20 15:20 15:50 15:50 15:55 14 15 16 17 18 19

More information

NSR-500 Create DVD Installer Procedures

NSR-500 Create DVD Installer Procedures Creating NSR-500 DVD Installer Overview This document describes how to create DVD installer for the NSR-500 series. Applicable Model NSR-500 Series To be required * Windows (XP, Vista or 7) installed PC

More information

L3 Japanese (90570) 2008

L3 Japanese (90570) 2008 90570-CDT-08-L3Japanese page 1 of 15 NCEA LEVEL 3: Japanese CD TRANSCRIPT 2008 90570: Listen to and understand complex spoken Japanese in less familiar contexts New Zealand Qualifications Authority: NCEA

More information

IPSJ SIG Technical Report Vol.2009-HCI-134 No /7/17 1. RDB Wiki Wiki RDB SQL Wiki Wiki RDB Wiki RDB Wiki A Wiki System Enhanced by Visibl

IPSJ SIG Technical Report Vol.2009-HCI-134 No /7/17 1. RDB Wiki Wiki RDB SQL Wiki Wiki RDB Wiki RDB Wiki A Wiki System Enhanced by Visibl 1. RDB Wiki 1 1 2 Wiki RDB SQL Wiki Wiki RDB Wiki RDB Wiki A Wiki System Enhanced by Visible RDB Operations Toshiya Okumura, 1 Minoru Terada 1 and Kazutaka Maruyama 2 Although Wiki systems can easily be

More information

外国語教育/斎藤

外国語教育/斎藤 A Tentative Plan for Improving English Language Teaching SAITO Eiji The purpose of the speech the writer gave at the First International Symposium sponsored by the Kansai University Graduate School of

More information

Microsoft PowerPoint - SASユーザ総会2016_MRCT_送付用.pptx

Microsoft PowerPoint - SASユーザ総会2016_MRCT_送付用.pptx Multi Regional Clinical Trial の生存時間解析における地域ごとのイベント発現数の予測 淀康秀 1 浜田知久馬 2 ( 1 大日本住友製薬株式会社 2 東京理科大学 ) The prediction of the number of survival event occurrence by region in Multi-Regional Clinical Trial Yasuhide

More information

Microsoft PowerPoint - GLMMexample_ver pptx

Microsoft PowerPoint - GLMMexample_ver pptx Linear Mixed Model ( 以下 混合モデル ) の短い解説 この解説のPDFは http://www.lowtem.hokudai.ac.jp/plantecol/akihiro/sumida-index.html の お勉強 のページにあります. ver 20121121 と との間に次のような関係が見つかったとしよう 全体的な傾向に対する回帰直線を点線で示した ところが これらのデータは実は異なる

More information

FAX-760CLT

FAX-760CLT FAX-760CLT ;; yy 1 f a n l p w s m t v y k u c j 09,. i 09 V X Q ( < N > O P Z R Q: W Y M S T U V 1 2 3 4 2 1 1 2 1 2 j 11 dd e i j i 1 ; 3 oo c o 1 2 3 4 5 6 j12 00 9 i 0 9 i 0 9 i 0 9 i oo

More information

MIDI_IO.book

MIDI_IO.book MIDI I/O t Copyright This guide is copyrighted 2002 by Digidesign, a division of Avid Technology, Inc. (hereafter Digidesign ), with all rights reserved. Under copyright laws, this guide may not be duplicated

More information

斎藤参郎 データサイエンス A 2018 年度水曜日 2 限目 (10:40-12:10) 0. イントロダクション 講義の進め方 担当昨年度より 講義の方針 1) 自宅でも学習できる 2) 様々なデータ分析手法を自分でインストールし 実験できる 環境の紹

斎藤参郎 データサイエンス A 2018 年度水曜日 2 限目 (10:40-12:10) 0. イントロダクション 講義の進め方 担当昨年度より 講義の方針 1) 自宅でも学習できる 2) 様々なデータ分析手法を自分でインストールし 実験できる 環境の紹 斎藤参郎 saito@fukuoka-u.ac.jp データサイエンス A 2018 年度水曜日 2 限目 (10:40-12:10) 0. イントロダクション 講義の進め方 担当昨年度より 講義の方針 1) 自宅でも学習できる 2) 様々なデータ分析手法を自分でインストールし 実験できる 環境の紹介 3) データ分析技法を自習していくことができる基礎能力 講義内容で考慮すべき点 4) 多くの手法が電卓のように使える時代

More information

rndc BIND

rndc BIND rndc ローカル上 またはリモート上にある BIND9 を制御するツール rndc の仕組仕組み 制御メッセージ rndc コマンド 読み込み /.conf( 相手のホスト名と共有鍵の指定 ) または /.key( 共有鍵の指定 ) rndc の共通鍵と一致していれば rndc からの命令を受け付ける named サービス # vi named.conf 1 共有鍵の設定 keys ステートメントで直接記入または

More information

07_高平小百合.indd

07_高平小百合.indd 2014 pp. 103 125 13 2 4 2 T 2 24 10 3 2012 61 2 1997 2004 2008 2015 2 17 103 2014 20132000 2009 2011 2011 2013 2013 1997 90 20 3 5 10 50 2013 2007 2009 2008 2009 2011 2009 5 2008 4 2008 2010 2011 104 2

More information

TA3-4 31st Fuzzy System Symposium (Chofu, September 2-4, 2015) Interactive Recommendation System LeonardoKen Orihara, 1 Tomonori Hashiyama, 1

TA3-4 31st Fuzzy System Symposium (Chofu, September 2-4, 2015) Interactive Recommendation System LeonardoKen Orihara, 1 Tomonori Hashiyama, 1 Interactive Recommendation System 1 1 1 1 LeonardoKen Orihara, 1 Tomonori Hashiyama, 1 Shun ichi Tano 1 1 Graduate School of Information Systems, The University of Electro-Communications Abstract: The

More information

Microsoft Word - Win-Outlook.docx

Microsoft Word - Win-Outlook.docx Microsoft Office Outlook での設定方法 (IMAP および POP 編 ) How to set up with Microsoft Office Outlook (IMAP and POP) 0. 事前に https://office365.iii.kyushu-u.ac.jp/login からサインインし 以下の手順で自分の基本アドレスをメモしておいてください Sign

More information

RTM RTM Risk terrain terrain RTM RTM 48

RTM RTM Risk terrain terrain RTM RTM 48 Risk Terrain Model I Risk Terrain Model RTM,,, 47 RTM RTM Risk terrain terrain RTM RTM 48 II, RTM CSV,,, RTM Caplan and Kennedy RTM Risk Terrain Modeling Diagnostics RTMDx RTMDx RTMDx III 49 - SNS 50 0

More information

Safe harbor statement under the Private Securities Litigation Reform Act of 1995: This presentation may contain forward-looking statements that involv

Safe harbor statement under the Private Securities Litigation Reform Act of 1995: This presentation may contain forward-looking statements that involv /mokamoto @mitsuhiro in/mitsuhiro Safe harbor statement under the Private Securities Litigation Reform Act of 1995: This presentation may contain forward-looking statements that involve risks, uncertainties,

More information

Proc luaを初めて使ってみた -SASでの処理を条件に応じて変える- 淺井友紀 ( エイツーヘルスケア株式会社 ) I tried PROC LUA for the first time Tomoki Asai A2 Healthcare Corporation

Proc luaを初めて使ってみた -SASでの処理を条件に応じて変える- 淺井友紀 ( エイツーヘルスケア株式会社 ) I tried PROC LUA for the first time Tomoki Asai A2 Healthcare Corporation Proc luaを初めて使ってみた -SASでの処理を条件に応じて変える- 淺井友紀 ( エイツーヘルスケア株式会社 ) I tried PROC LUA for the first time Tomoki Asai A2 Healthcare Corporation 要旨 : 実行されるコードを分岐 繰り返すためには SAS マクロが用いられてきた 本発表では SAS マクロではなく Proc Lua

More information

Rの基本操作

Rの基本操作 Microsoft Azure 高校生のための Azure Machine Learning By M. Takezawa 機械学習 (Machine Learning) とは 機械学習とは 機械にデータを学習させ データに潜むパターンや特性を発見し予測させることです Microsoft Azure Machine Learning とは Microsoft 社が提供する Azure の機能の一つであり

More information

: (EQS) /EQUATIONS V1 = 30*V F1 + E1; V2 = 25*V *F1 + E2; V3 = 16*V *F1 + E3; V4 = 10*V F2 + E4; V5 = 19*V99

: (EQS) /EQUATIONS V1 = 30*V F1 + E1; V2 = 25*V *F1 + E2; V3 = 16*V *F1 + E3; V4 = 10*V F2 + E4; V5 = 19*V99 218 6 219 6.11: (EQS) /EQUATIONS V1 = 30*V999 + 1F1 + E1; V2 = 25*V999 +.54*F1 + E2; V3 = 16*V999 + 1.46*F1 + E3; V4 = 10*V999 + 1F2 + E4; V5 = 19*V999 + 1.29*F2 + E5; V6 = 17*V999 + 2.22*F2 + E6; CALIS.

More information

Exam : A JPN Title : SAS Base Programming for SAS 9 Vendor : SASInstitute Version : DEMO Get Latest & Valid A JPN Exam's Question and Answ

Exam : A JPN Title : SAS Base Programming for SAS 9 Vendor : SASInstitute Version : DEMO Get Latest & Valid A JPN Exam's Question and Answ Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : A00-211-JPN Title : SAS Base Programming for SAS 9 Vendor : SASInstitute Version : DEMO Get Latest &

More information

52-2.indb

52-2.indb Jpn. J. Health Phys., 52 (2) 55 60 (2017) DOI: 10.5453/jhps.52.55 * 1 * 2 * 2 * 3 * 3 2016 10 28 2017 3 8 Enhancement of Knowledge on Radiation Risk Yukihiko KASAI,* 1 Hiromi KUDO,* 2 Masahiro HOSODA,*

More information