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

Size: px
Start display at page:

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

Transcription

1 Kaplan-Meier 1, 2, 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 3 Department of Biostatistics, Harvard School of Public Health ( Kaplan-Meier ) (log-rank P ) Kaplan-Meier SAS 9.2 LIFETEST Procedure ODS Graph SAS Kaplan-Meier SAS GPLOT Procedure annotate option ( log-rank P ) SAS 9.2 ODS Graph Kaplan-Meier plot; Number at risk; LIFETEST Procedure; GPLOT Procedure; ODS Graph; TEMPLATE Procedure 1 %km_data() SAS (Ver 2.1.1) 1. (log-rank test, Wilcoxon test, Likelihood ratio test)cox %km_data() GPLOT Procedure annotate option ( ) 1

2 1: %km_data() data Base 0 time [data] Step stra [data] Label censor [data] Test (0:, 1: ) censorv [censor] TestX ( ) 100 ( ) out TestY ( ) 100 ( ) anno annotate Type (logrank: log-rank test, wilcoxon: generalized wilxocon test, CI (0:, 1: ) likelihoodratio: likelihood ratio test) HR (0:, 1: ) param = ref ref = first censext (0:, 1: ) HRX ( ) cheight HRY ( ) cwidth MST 95% (0:, 1: ) Size MlabX () afont MmedX () atrisk (0: MciX 95%, 1: ) () atriskorder MSTY () data step n [out] SV1 SVn SL1 SLn, SU1 SUn CSDF1 CSDFn color1 colorn ( ), scolor1 scolorn () [out] annotate [anno] GPLOT Procedure SAS 9.2 SAS %km_data() ODS Graph 1 1 SAS 12 pt

3 SL1 SLn, SU1 SUn CSDF1 CSDFn plot statement symbol statement ( Web ) 1: %km_data() / * C o l o r s e t t i n g * / % g l o b a l c o l o r 1 c o l o r 2 c o l o r 3 s c o l o r 1 s c o l o r 2 s c o l o r 3 ; % l e t c o l o r 1 = c x ; % l e t c o l o r 2 = c x A 2 3 A 2 E ; % l e t c o l o r 3 = c x E ; % l e t s c o l o r 1 = c x D 4 D 9 E 8 ; % l e t s c o l o r 2 = c x F 1 C E C E ; % l e t s c o l o r 3 = c x D 1 E 4 E 3 ; / * CI: fill, Censor: needle, Atrisk: show, Logrank test, Hazardratio * / % k m _ d a t a ( D1, T, GroupC, Censor, 1, out = graph, anno = anno, C I = 1, c e n s E X T = 1, S i z e = 2, atrisk = 1, atriskorder = 0 to 12.5 by 2.5, Step = 5, Label = "No. at risk (1st entry: high, 2nd: middle, 3rd: low)", Test = 1, TestX = 98, TestY = 97, Type = logrank, H R = 1, H R X = 98, H R Y = 9 2 / * G r a p h o u t p u t s e t t i n g * / g o p t i o n s r e s e t = a l l ; g o p t i o n s v s i z e = 1 2 i n h s i z e = 1 9 i n h t i t l e = 3. 5 h t e x t = 3. 5 ; o p t i o n s l i n e s i z e = 9 8 p a g e s i z e = ; f i l e n a m e g r a f o u t " & P a t h. k m _ d a t a. e m f " ; g o p t i o n s d e v i c e = e m f g s f n a m e = g r a f o u t g s f m o d e = r e p l a c e ; g o p t i o n s f t e x t = " T i m e s N e w R o m a n " ; p r o c g p l o t d a t a = G r a p h ; p l o t ( S v 1 S v 2 S v 3 ) * T / a n n o = a n n o / * a u t o v r e f c a u t o v r e f = c x E 9 D E C A * / o v e r l a y s k i p m i s s n o f r a m e l e g e n d = l e g e n d 1 h a x i s = a x i s 1 v a x i s = a x i s 2 ; a x i s 1 l a b e l = ( 'M o n t h s a f t e r e n t r y ') m a j o r = ( w = 2 h e i g h t = 0. 7 ) w = 2 m i n o r = n o n e o r d e r = ( 0 t o b y 2. 5 ) o f f s e t = (2, 7 a x i s 2 l a b e l = ( a = 9 0 'P r o p o r t i o n o f o v e r a l l s u r v i v a l ') m a j o r = ( w = 2 h e i g h t = 1 ) w = 2 m i n o r = n o n e o r d e r = ( 0 t o 1 b y 0. 2 ) o f f s e t = (2, 2 l e g e n d 1 l a b e l = n o n e p o s i t i o n = ( i n s i d e ) m o d e = p r o t e c t o r i g i n = (4, 1. 5 ) value = ( h = 2 " high - risk" " middle - risk" " low - risk"); s y m b o l 1 i = s t e p l j c = " & c o l o r 1. " w = 5 ; s y m b o l 2 i = s t e p l j c = " & c o l o r 2. " w = 5 ; s y m b o l 3 i = s t e p l j c = " & c o l o r 3. " w = 5 ; q u i t ;

4 Proportion of overall survival Log-rank P = :middle-risk HR = [0.359, 1.038] 3:low-risk HR = [0.289, 0.871] No. at risk (1st entry: high, 2nd: middle, 3rd: low) high-risk middle-risk low-risk Months after entry 1: 1 (%km_data() ) 2: 2 (SAS 9.2 ODS Graph) 2 LIFETEST Procedure (SAS 9.2) 2.1 ODS Graph SAS 9.2 ODS Graph LIFETEST Procedure SAS %km_data() ODS Graph 2 2

5 2: ODS Graph o d s l i s t i n g g p a t h = " & P a t h. " s t y l e = S t a t i s t i c a l s g e = o n ; o d s g r a p h i c s o n / a n t i a l i a s = o n b o r d e r = o f f s c a l e = o n i m a g e n a m e = " L i f e t e s t _ o d s " w i d t h = i n h e i g h t = 4 i n ; p r o c l i f e t e s t d a t a = D 1 p l o t s = ( s u r v i v a l ( a t r i s k = ( 0 t o b y 2. 5 ) t e s t c l ) t i m e T * C e n s o r ( 1 s t r a t a G r o u p C ; o d s g r a p h i c s o f f ; o d s l i s t i n g c l o s e ; o d s l i s t i n g ; ODS Graph ODS LISTING statement sge = on sge ODS Graphics Editor TEMPLATE Procedure SAS 9.2 TS2M0 ODS Graph ODS Graph 2.2 TEMPLATE Procedure 3 TEMPLATE Procedure : p r o c t e m p l a t e ; s o u r c e S t a t. L i f e t e s t. G r a p h i c s. P r o d u c t L i m i t S u r v i v a l ; 4: p r o c t e m p l a t e ; d e f i n e s t y l e S t y l e s. M y S t a t i s t i c a l ; p a r e n t = s t y l e s. S t a t i s t i c a l ; s t y l e G r a p h F o n t s / 'G r a p h T i t l e F o n t '= ( "Times N e w R o m a n ",24pt, b o l d ) 'G r a p h F o o t n o t e F o n t '= ( "Times N e w R o m a n ",24pt, i t a l i c ) 'G r a p h L a b e l F o n t '= ( "Times N e w R o m a n ",24p t ) 'G r a p h V a l u e F o n t '= ( "Times N e w R o m a n ", 2 4 p t ) 'G r a p h D a t a F o n t '= ( "Times N e w R o m a n ", 2 4 p t ) 'GraphUnicodeFont '= ( " <MTsans -serif -unicode> ", 24pt) 'G r a p h A n n o F o n t '= ( "Times N e w R o m a n ", 2 4 p t d e f i n e s t a t g r a p h S t a t. L i f e t e s t. G r a p h i c s. P r o d u c t L i m i t S u r v i v a l ; i f ( P L O T A T R I S K = 1 ) i n n e r m a r g i n / a l i g n = b o t t o m ; b l o c k p l o t x = T A T R I S K b l o c k = A T R I S K / r e p e a t e d v a l u e s = t r u e d i s p l a y = ( v a l u e s ) v a l u e h a l i g n = s t a r t v a l u e f i t p o l i c y = t r u n c a t e l a b e l p o s i t i o n = l e f t l a b e l a t t r s = G R A P H V A L U E T E X T v a l u e a t t r s = G R A P H D A T A T E X T ( s i z e = 2 0 p t ) i n c l u d e m i s s i n g c l a s s = f a l s e ; o d s l i s t i n g g p a t h = " & P a t h. " s t y l e = M y S t a t i s t i c a l s g e = o n ; o d s g r a p h i c s o n / b o r d e r = o f f s c a l e = o n i m a g e n a m e = " L i f e t e s t _ o r i g i n a l _ o d s " h e i g h t = 1 2 i n w i d t h = 1 9 i n ; p r o c l i f e t e s t d a t a = D 1 p l o t s = ( s u r v i v a l ( a t r i s k = ( 0 t o b y 2. 5 ) t e s t c l ) t i m e T * C e n s o r ( 1 s t r a t a G r o u p C 2 ; o d s g r a p h i c s o f f ; o d s l i s t i n g c l o s e ; o d s l i s t i n g ;

6 3: 4 (SAS 9.2 ODS Graph ) 5: p r o c t e m p l a t e ; d e l e t e S t a t. L i f e t e s t. G r a p h i c s. P r o d u c t L i m i t S u r v i v a l ; 6: o d s p a t h s a s h e l p. t m p l m s t ( r e a d p r o c d a t a s e t s l i b r a r y = s a s u s e r ; d e l e t e t e m p l a t ( m e m t y p e = i t e m s t o r o d s p a t h s a s u s e r. t e m p l a t ( u p d a t e ) s a s h e l p. t m p l m s t ( r e a d 3 %km_data() ODS Graph Kaplan-Meier %km_data() %km_data() 4 Web ( (GPLv3; [1] SAS Institute Inc. SAS 9.2 Macro Language: Reference. Cary, NC, USA: SAS Institute Inc., [2] SAS Institute Inc. SAS/STAT(R) 9.2 User s Guide, Second Edition. Cary, NC, USA: SAS Institute Inc., [3] SAS Institute Inc. SAS/GRAPH(R) 9.2: Graph Template Language User s Guide, Second Edition. Cary, NC, USA: SAS Institute Inc., 2008.

7 Proportion of overall survival Log(LR) P = :middle-risk HR = [0.359, 1.038] 3:low-risk HR = [0.289, 0.871] Proportion of overall survival Wilcoxon P = No. at risk (1st entry: high, 2nd: middle, 3rd: low) high-risk middle-risk low-risk Months after entry high-risk middle-risk low-risk Months after entry 1.0 Log-rank P = Proportion of overall survival high-risk low-risk No. at risk (1st entry: high, 2nd: middle, 3rd: low) middle-risk Months after entry MST 95% C.I. 1: high-risk 7.8 [4.4, 9.0) 2: middle-risk 11.3 [6.7,.) 3: low-risk. [8.2,.) Proportion of overall survival No. at risk (1st entry: high, 2nd: middle) high-risk middle-risk Months after entry 4: (%km_data() ) A,, 7: o p t i o n l i n e s i z e = p a g e s i z e = m p r i n t ; d m 'l o g ; c l e a r ; o u t p u t ; c l e a r ; '; / * s e t t i n g p a t h * / % l e t e x e c p a t h = " " ; % l e t P a t h = " " ; % m a c r o s e t e x e c p a t h ; % l e t e x e c p a t h = % s y s f u n c ( g e t o p t i o n ( s y s i n ) % i f % l e n g t h ( & e x e c p a t h ) = 0 % t h e n % l e t e x e c p a t h = % s y s g e t ( s a s _ e x e c f i l e p a t h d a t a _ n u l l _ ; d o i = l e n g t h ( " & e x e c p a t h " ) t o 1 b y -1; i f s u b s t r ( " &execpath", i, 1 ) = " \ " t h e n d o ; c a l l s y m p u t ( "Path", s u b s t r ( " &execpath", 1, i ) s t o p ; % m e n d s e t e x e c p a t h ; % s e t e x e c p a t h ; l i b n a m e O u t " & P a t h " ; d a t a D 1 ; l e n g t h G r o u p C $ 2 0. ; c a l l s t r e a m i n i t ( t c = 1 2 ; / * w i t h d r a w a l t i m e * / h 1 = ; n 1 = 5 0 ; / * h 1 : h a z a r d o f g r o u p 1 * / h 2 = ; n 2 = 5 0 ; / * h 2 : h a z a r d o f g r o u p 2 * / h 3 = ; n 3 = 5 0 ; / * h 3 : h a z a r d o f g r o u p 3 * / / * E ( T ) = 1 / h * / a r r a y h [ * ] h1 - h 3 ; a r r a y n [ * ] n1 - n 3 ; d o G r o u p = 1 t o 3 ; d o i = 1 t o n [ g r o u p ] ; T = r a n d ( 'e x p o n e n t i a l ') / h [group]; C e n s o r = 0 ; i f T > t c t h e n d o ; T = t c ; C e n s o r = 1 ;

8 i f r a n d ( 'U n i f o r m ') > 0.9 t h e n d o ; C e n s o r = 1 ; / * lost to follow - up ( random) * / if Group = 1 then GroupC = '1 : high - risk '; if Group = 2 then GroupC = '2 : middle - risk '; i f G r o u p = 3 t h e n G r o u p C = '3 : low - r i s k '; o u t p u t ; l a b e l T = " M o n t h s a f t e r e n t r y " ; k e e p T C e n s o r G r o u p G r o u p C ; 8: %km_data() / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright ( C ) 2010, Kengo NAGASHIMA. T h i s p r o g r a m i s f r e e s o f t w a r e : y o u c a n r e d i s t r i b u t e i t a n d / o r m o d i f y i t u n d e r t h e t e r m s o f t h e G N U G e n e r a l P u b l i c L i c e n s e as published by the Free Software Foundation, either version 3 of the License, or any later version. This program is distributed in the hope that it will be useful, b u t W I T H O U T A N Y W A R R A N T Y ; w i t h o u t e v e n t h e i m p l i e d w a r r a n t y o f M E R C H A N T A B I L I T Y o r F I T N E S S F O R A P A R T I C U L A R P U R P O S E. S e e t h e G N U G e n e r a l P u b l i c L i c e n s e f o r m o r e d e t a i l s. Y o u s h o u l d h a v e r e c e i v e d a c o p y o f t h e G N U G e n e r a l P u b l i c L i c e n s e a l o n g w i t h t h i s p r o g r a m. I f not, s e e <h t t p : / / > * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * / / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * M a c r o n a m e : % k m d a t a ( ) A u t h o r : K e n g o N A G A S H I M A V e r s i o n : L a s t U p d a t e d D a t e : 0 7 / 0 9 / S y s t e m R e c o m m e n d s : Windows XP 32 bit, SAS 9.2, s e t u p S A S o u t p u t f i n t s i z e = 1 2 p t S y s t e m R e q u i r e m e n t s : Windows XP / Vista / 7, SAS or later, Base SAS, SAS/STAT, SAS/GRAPH * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * / / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Make graph datasets for extended Kaplan - Meier plots d a t a : a i n p u t d a t a s e t n a m e t i m e : a s u r v i v a l t i m e v a r i a b l e n a m e s t r a : a s t r a t u m v a r i a b l e n a m e c e n s o r : a c e n s o r v a r i a b l e n a m e c e n s o r v : c e n s o r e d v a r i a b l e c o d e o u t : o u t p u t g r a p h d a t a s e t n a m e a n n o : o u t p u t a n n o t a t e d a t a s e t n a m e a f o n t : n o. a t r i s k t e x t f o n t C I : 0 = n o n e 1 = s h o w c o n f i d e n c e i n t e r v a l P a t t e r n : c o n f i d e n c e i n t e r v a l f i l l i n g p a t t e r n s e e [ A n n o t a t e D i c t i o n a r y S T Y L E V a r i a b l e ] c e n s E X T : 0 = n o n e 1 = c e n s o r e x t e n s i o n ( n e e d l e ) c H e i g h t : e x t e n d e d c e n s o r h e i g h t c W i d t h : e x t e n d e d c e n s o r w i d t h Size: font size of at risk, test and hazard ratio Step: at risk, MST & HR interval step size a t r i s k : 0 = n o n e 1 = n o. a t r i s k a t r i s k o r d e r : n o. a t r i s k o r d e r B a s e : a t r i s k b a s e p o s i t i o n L a b e l : a t r i s k l a b e l T e s t : 0 = n o n e 1 = s h o w h o m o g e n e i t y t e s t T e s t X : = x p o s i t i o n ( % o f d a t a a r e a ) T e s t Y : = y p o s i t i o n ( % o f d a t a a r e a ) T y p e : l o g r a n k = log - r a n k t e s t w i l c o x o n = g e n e r a l i z e d w i l x o c o n t e s t l i k e l i h o o d r a t i o = l i k e l i h o o d r a t i o t e s t H R : 0 = n o n e 1 = s h o w h a z a r d r a t i o H R X : x p o s i t i o n ( % o f d a t a a r e a ) H R Y : y p o s i t i o n ( % o f d a t a a r e a ) M S T : 0 = n o n e 1 = s h o w m e d i a n s u r v i v a l t i m e M l a b X : x p o s i t i o n o f s t r a t a l a b e l ( % o f d a t a a r e a ) M m e d X : x p o s i t i o n o f m e d i a n ( % o f d a t a a r e a ) M c i X : x p o s i t i o n o f c o n f i d e n c e i n t e r v a l ( % o f d a t a a r e a ) M S T Y : y p o s i t i o n ( % o f d a t a a r e a ) * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * / % m a c r o k m _ d a t a ( data, time, stra, censor, censorv, out = graph, anno = anno, C I = 0, P a t t e r n = x4, censext = 0, cheight = 0.025, cwidth = 5, S i z e = 3, S t e p = 4, a f o n t = " 'T i m e s N e w R o m a n '",

9 a t r i s k = 0, a t r i s k o r d e r = 0 t o 0, B a s e = 0, L a b e l = "No. a t r i s k ", Test = 0, TestX = 90, TestY = 100, Type = logrank, H R = 0, H R X = 90, H R Y = 95, M S T = 0, M l a b X = 60, M m e d X = 80, M c i X = 98, M S T Y = 9 5 % i f " & s t r a. " = " " % t h e n % d o ; % l e t s t r a = d s t r a ; d a t a & d a t a. ; s e t & d a t a. ; d s t r a = 1 ; % o d s e x c l u d e a l l ; p r o c l i f e t e s t d a t a = & d a t a. o u t s u r v = & o u t. ; t i m e & t i m e. * & c e n s o r. ( & c e n s o r v. s t r a t a & s t r a. ; o d s o u t p u t H o m T e s t s = T e s t C e n s o r e d S u m m a r y = C S P r o d u c t L i m i t E s t i m a t e s = P L E Q u a r t i l e s = Q E S T ; % i f " & s y s v e r. " = " 9. 2 " % t h e n p r o c p h r e g ; % e l s e % i f " & s y s v e r. " = " 9. 1 " % t h e n p r o c t p h r e g ; d a t a = & d a t a. ; c l a s s & s t r a. / p a r a m = r e f r e f = f i r s t ; m o d e l & t i m e. * & c e n s o r. ( & c e n s o r v. ) = & s t r a. / r l ; o d s o u t p u t P a r a m e t e r E s t i m a t e s = H a z a r d R a t i o ; o d s s e l e c t a l l ; p r o c s o r t d a t a = & o u t. ; b y & s t r a. ; s e t & o u t. ; r e t a i n C S D F 0 ; i f S u r v i v a l =. t h e n S u r v i v a l = C S D F ; e l s e C S D F = S u r v i v a l ; d r o p & s t r a. ; s e t & o u t. ( w h e r e = ( _ C E N S O R _ ^ = 1 ) d r o p = C S D F ) & o u t. ( w h e r e = ( _ C E N S O R _ = 1 ) d r o p _ C E N S O R _ ; p r o c s o r t d a t a = & o u t. ; b y & t i m e. ; d a t a _ n u l l _ ; s e t C S (where=(control_var^=" -")); c a l l s y m p u t ( " S t r a N ", c a t ( _ N _ ) m e r g e & o u t. ( w h e r e = ( S T R A T U M = & i. ) r e n a m e = ( S u r v i v a l = S V & i. S D F _ L C L = S L & i. S D F _ U C L = S U & i. ) d r o p = C S D F ) & o u t. ( w h e r e = ( S T R A T U M = & i. & C S D F & i. ^ =. ) r e n a m e = ( C S D F = C S D F & i. S D F _ L C L = S L & i. S D F _ U C L = S U & i. ) d r o p = S u r v i v a l ) % ; b y & t i m e. ; d r o p S T R A T U M ; p r o c s o r t d a t a = & o u t. ; b y & t i m e. ; / * C e n s o r e x t e n s i o n * / % i f " & c e n s E X T. " = " 1 " % t h e n % k m _ c e n s E X T ( & o u t., & t i m e., & S t r a N., & c H e i g h t., & c W i d t h., c e n s / * N o. a t r i s k * / % i f " & a t r i s k. " = " 1 " % t h e n %km_atrisk(ple, &stra., &time., &StraN., & a t r i s k o r d e r., & B a s e., & S t e p., & S i z e., & l a b e l., &afont., a t r i s k / * H o m o g e n e i t y t e s t * / % i f " & T e s t. " = " 1 " % t h e n %km_homtest(test, &TestX., &TestY., &Type., & S i z e., & a f o n t., H T E S T / * H a z a r d r a t i o * / % i f " & H R. " = " 1 " % t h e n %km_hr(hazardratio, &HRX., &HRY., &StraN., &Step., & S i z e., & a f o n t., H R / * C o n f i d e n c e i n t e r v a l * / % i f " & C I. " = " 1 " % t h e n % k m _ c i ( & o u t., & t i m e., & S t r a N., & P a t t e r n., C I / * Q u a n t i l e e s t i m a t e * / % i f " & M S T. " = " 1 " % t h e n % k m _ q e s t ( QEST, & s t r a., & M l a b X., & M m e d X., & M c i X., & M S T Y., & S t r a N., & S t e p., & S i z e., & a f o n t., Q E % i f % e v a l ( & c e n s E X T. + & a t r i s k. + & t e s t. + & h r. + & c i. ) ^ = 0 % t h e n % d o ; d a t a & a n n o. ; l e n g t h w h e n $ 1. s t y l e $ 3 0. ; s e t % i f & C I. = 1 % t h e n C I ; % i f & c e n s E X T. = 1 % t h e n c e n s ; % i f & a t r i s k. = 1 % t h e n a t r i s k ; % i f & t e s t. = 1 % t h e n H T E S T ; % i f & h r. = 1 % t h e n H R ; % i f & M S T. = 1 % t h e n Q E ; ; r e t a i n w h e n 'B '; % p r o c d a t a s e t s l i b = w o r k ; d e l e t e C S P L E Q E S T H a z a r d R a t i o T e s t % i f & C I. = 1 % t h e n C I ;

10 % i f & c e n s E X T. = 1 % t h e n c e n s ; % i f & a t r i s k. = 1 % t h e n a t r i s k ; % i f & t e s t. = 1 % t h e n H T E S T ; % i f & h r. = 1 % t h e n H R ; % i f & M S T. = 1 % t h e n Q E ; ; q u i t ; % m e n d k m _ d a t a ; / * c e n s o r e x t e n s i o n * / % m a c r o k m _ c e n s E X T ( data, time, StraN, cheight, cwidth, out d a t a _ n u l l _ ; s e t & d a t a. ; % i f " & S t r a N. " = " 1 " % t h e n c a l l s y m p u t ( " e x h t ", & c H e i g h t. * ( 1 - C S D F 1 ) % e l s e c a l l s y m p u t ( "exht", &cheight. * (1 - m i n ( o f C S D F 1 - C S D F & S t r a N. ) ) ; l e n g t h c o l o r f u n c t i o n $ 1 0. ; r e t a i n x s y s y s y s '2 ' s i z e & c W i d t h. ; s e t & d a t a. ; i f C S D F & i. ^ =. t h e n d o ; c o l o r = " & & c o l o r & i. " ; f u n c t i o n = 'm o v e '; x = & t i m e. ; y = C S D F & i. ; o u t p u t ; f u n c t i o n = 'd r a w '; x = & t i m e. ; y = C S D F & i. + & e x h t. ; o u t p u t ; % k e e p x s y s y s y s s i z e c o l o r f u n c t i o n x y ; % m e n d k m _ c e n s E X T ; / * N o. a t r i s k * / % m a c r o k m _ a t r i s k ( data, stra, time, StraN, order, base, step, size, label, afont, out s e t & d a t a. ; b y S T R A T U M & t i m e. ; d o x = & o r d e r. ; i f & t i m e. = 0 & C e n s o r =. t h e n d o ; l e a v e ; i f & t i m e. < x t h e n d o ; l e a v e ; l e n g t h c o l o r f u n c t i o n $ 1 0. ; s e t & o u t. ; b y S T R A T U M x ; r e t a i n x s y s '2 ' y s y s '1 ' c o l o r 'b l a c k ' p o s i t i o n '3 ' f u n c t i o n 'l a b e l ' s i z e & s i z e. ; % d o i = & S t r a N. % t o 1 % b y -1; i f S T R A T U M = & i. t h e n y = ( & b a s e. + & s t e p. * ( & S t r a N. - 1 ) ) - & s t e p. * ( & i. - 1 % t e x t = c a t ( L e f t i f l a s t. x t h e n o u t p u t ; d a t a d u m m y ; l e n g t h c o l o r f u n c t i o n $ 1 0. ; r e t a i n x s y s '2 ' y s y s '1 ' c o l o r 'b l a c k ' p o s i t i o n '3 ' f u n c t i o n 'l a b e l ' s i z e & s i z e. ; d o S T R A T U M = 1 t o & S t r a N. ; d o x = & o r d e r. ; % d o i = & S t r a N. % t o 1 % b y -1; i f S T R A T U M = & i. t h e n y = ( & b a s e. + & s t e p. * ( & S t r a N. - 1 ) ) - & s t e p. * ( & i. - 1 % o u t p u t ; m e r g e d u m m y & o u t. ; b y S T R A T U M x ; f o r m a t x t e x t $ 2 0. ; r e t a i n x t e x t ' '; i f t e x t ^ = " " t h e n x t e x t = t e x t ; e l s e t e x t = x t e x t ; d a t a L a b e l ; l e n g t h c o l o r f u n c t i o n $ 1 0. t e x t $ ; r e t a i n x s y s '2 ' y s y s '1 ' c o l o r 'b l a c k ' p o s i t i o n '3 ' f u n c t i o n 'l a b e l ' s i z e & s i z e. ; x = 0 ; y = & b a s e. + & s t e p. * & S t r a N. ; t e x t = & l a b e l. ; o u t p u t ; s e t & o u t. L a b e l ; r e t a i n s t y l e & a f o n t. ; k e e p x s y s y s y s c o l o r p o s i t i o n f u n c t i o n s i z e x y t e x t s t y l e ; p r o c d a t a s e t s l i b = w o r k ; d e l e t e d u m m y L a b e l ; % m e n d k m _ a t r i s k ; / * h o m o g e n e i t y t e s t * / % m a c r o k m _ h o m t e s t ( Test, TestX, TestY, Type, Size, afont, out % i f " & T y p e " = " l o g r a n k " % t h e n s e t & T e s t. ( f i r s t o b s = 1 o b s = 1 % e l s e % i f " & T y p e " = " w i l c o x o n " % t h e n s e t & T e s t. ( f i r s t o b s = 2 o b s = 2 % e l s e % i f " & T y p e " = " l i k e l i h o o d r a t i o " % t h e n s e t & T e s t. ( f i r s t o b s = 3 o b s = 3 ;

11 r e t a i n x s y s '1 ' y s y s '1 ' c o l o r 'b l a c k ' p o s i t i o n '7 ' f u n c t i o n 'l a b e l ' s i z e & s i z e. s t y l e & a f o n t. ; x = & T e s t X. ; y = & T e s t Y. ; % i f " & T y p e " = " l o g r a n k " % t h e n text = cat("log -rank P = ", put(probchisq, PVALUE5.4)); % e l s e % i f " & T y p e " = " w i l c o x o n " % t h e n text = cat("wilcoxon P = ", put(probchisq, PVALUE5.4)); % e l s e % i f " & T y p e " = " l i k e l i h o o d r a t i o " % t h e n text = cat(" -2Log(LR) P = ", put(probchisq, PVALUE5.4));; k e e p x s y s y s y s c o l o r p o s i t i o n f u n c t i o n s i z e s t y l e x y t e x t ; % m e n d k m _ h o m t e s t ; / * h a z a r d r a t i o * / % m a c r o k m _ h r ( HazardRatio, HRX, HRY, StraN, Step, Size, afont, out s e t & H a z a r d R a t i o. ; l e n g t h t e x t $ ; r e t a i n x s y s '1 ' y s y s '1 ' c o l o r 'b l a c k ' p o s i t i o n '7 ' f u n c t i o n 'l a b e l ' s i z e & s i z e. s t y l e & a f o n t. ; x = & H R X. ; y = & H R Y. - & S t e p. * ( _ n _ - 1 t e x t = c a t ( c o m p r e s s (ClassVal0), " H R = ", c o m p r e s s ( p u t ( HazardRatio, 8.3)), " [", c o m p r e s s ( p u t ( HRLowerCL, 8.3)), ", ", compress(put(hruppercl, 8.3)), " ] " k e e p x s y s y s y s c o l o r p o s i t i o n f u n c t i o n s i z e s t y l e x y t e x t ; % m e n d k m _ h r ; / * c o n f i d e n c e i n t e r v a l * / % m a c r o k m _ c i ( ConfidenceInterval, time, StraN, pattern, out d a t a & o u t. & i. ; l e n g t h c o l o r f u n c t i o n $ 1 0. ; r e t a i n x s y s y s y s '2 ' s t y l e " & p a t t e r n. " l i n e 0 t m p. ; s e t & C o n f i d e n c e I n t e r v a l. ( f i r s t o b s = 2 w h e r e S L & i. ^ =. ; c o l o r = " & & s c o l o r & i. " ; f u n c t i o n = 'b a r '; x = & t i m e. ; y = t m p ; o u t p u t ; t m p = S U & i. ; f u n c t i o n = 'm o v e '; x = & t i m e. ; y = S L & i. ; o u t p u t ; k e e p x s y s y s y s s t y l e l i n e c o l o r f u n c t i o n x y ; % s e t & o u t. & i. ( f i r s t o b s = 2 ) % ; p r o c d a t a s e t s l i b = w o r k ; d e l e t e & o u t. & i. ; % ; % m e n d k m _ c i ; / * Q u a n t i l e e s t i m a t e % C I * / % m a c r o k m _ q e s t ( Est, stra, MlabX, MmedX, MciX, MSTY, StraN, Step, Size, afont, out l e n g t h t e x t $ ; s e t & E s t. ; r e t a i n x s y s '1 ' y s y s '1 ' c o l o r 'b l a c k ' f u n c t i o n 'l a b e l ' s i z e & s i z e. s t y l e & a f o n t. ; i f ( S T R A T U M = & i. & P e r c e n t = 5 0 ) t h e n d o ; p o s i t i o n = '4 '; % i f " & i. " = " 1 " % t h e n % d o ; x = & M m e d X. ; y = & M S T Y. ; t e x t = " M S T " ; o u t p u t ; x = & M c i X. ; y = & M S T Y. ; t e x t = " 9 5 % C. I. " ; o u t p u t ; % y = & M S T Y. - & S t e p. * & i. ; x = & MmedX.; text = put(estimate, 6. 1 output; x = & M c i X. ; text = cat("[", compress(put(lowerlimit, 6.1)), ", ", c o m p r e s s ( p u t ( UpperLimit, 6.1)), " ) " o u t p u t ; p o s i t i o n = '6 '; x = & M l a b X. ; t e x t = t r i m ( & s t r a. o u t p u t ; % k e e p x s y s y s y s c o l o r p o s i t i o n f u n c t i o n s i z e s t y l e x y t e x t ; % m e n d k m _ q e s t ;

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

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

More information

SAS Enterprise Guideによるデータ解析入門

SAS Enterprise Guideによるデータ解析入門 1 / 83.. SAS Enterprise Guide.... Kengo NAGASHIMA Laboratory of Biostatistics, Department of Parmaceutical Technochemistry, Josai University 2011 11 15 2 / 83 (SAS / SAS Enterprise Guide ) SAS SAS (Statistical

More information

SAS Enterprise Guideによるデータ解析入門

SAS Enterprise Guideによるデータ解析入門 ........ 1 / 70.... SAS Enterprise Guide Kengo NAGASHIMA Laboratory of Biostatistics, Department of Parmaceutical Technochemistry, Josai University 2010 11 16 ........ 2 / 70 (SAS / SAS Enterprise Guide

More information

7 / 70 8 / 70 SAS Enterprise Guide, Windows SAS, SAS,,,, SAS SAS Enterprise Guide SAS: SAS Enterprise Guide:, SAS SAS Enterprise Guide... 5 / 70 6 / 7

7 / 70 8 / 70 SAS Enterprise Guide, Windows SAS, SAS,,,, SAS SAS Enterprise Guide SAS: SAS Enterprise Guide:, SAS SAS Enterprise Guide... 5 / 70 6 / 7 3 / 70 4 / 70 SAS Enterprise Guide (SAS / SAS Enterprise Guide ) Kengo NAGASHIMA Laboratory of Biostatistics, Department of Parmaceutical Technochemistry, Josai University 2010 11 16 1 / 70 2 / 70 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

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

*1 * Wilcoxon 2 2 t t t t d t M t N t M t n t N t n t N t d t N t t at ri

*1 * Wilcoxon 2 2 t t t t d t M t N t M t n t N t n t N t d t N t t at ri Wilcoxon H23 BioS 1 Wilcoxon 2 2.1 1 2 1 0 1 1 5 0 1 2 7 0 1 3 8 1 1 4 12 0 2 5 2 0 2 6 3 1 2 7 4 1 2 8 10 0 Wilcoxon 2.2 S 1 t S 2 t Wilcoxon H 0 H 1 H 0 : S 1 t S 2 t H 1 : S 1 t S 2 t 1 *1 *2 2.3 2.3.1

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

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

Slide 1

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

More information

こんにちは由美子です

こんにちは由美子です Prevalence (proportion) 1. 1991 23.8 2. 1960 52 85 2477 310 cross sectional study prevalence Time referent: prevalence 1985 40 45 prevalence 0.5 80 85 43 Time referent 1985 time referent Risk and Cumulative

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

JMP V4 による生存時間分析

JMP V4 による生存時間分析 V4 1 SAS 2000.11.18 4 ( ) (Survival Time) 1 (Event) Start of Study Start of Observation Died Died Died Lost End Time Censor Died Died Censor Died Time Start of Study End Start of Observation Censor

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

Autumn 2007 1 5 8 12 14 14 15 %!SASROOT/sassetup SAS Installation Setup Welcome to SAS Setup, the program used to install and maintain your SAS software. SAS Setup guides you through a series of menus

More information

Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for

Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for embedded systems that use microcontrollers (MCUs)

More information

5 11 3 1....1 2. 5...4 (1)...5...6...7...17...22 (2)...70...71...72...77...82 (3)...85...86...87...92...97 (4)...101...102...103...112...117 (5)...121...122...123...125...128 1. 10 Web Web WG 5 4 5 ²

More information

untitled

untitled Summer 2008 1 7 12 14 16 16 16 SAS Academic News B-8 4 B-9 6 B-11 7 B-15 10 DATA _NULL_; dlm=","; char1="" char2="" char3="15" char4="a",,15,a results=catx(dlm, OF char1-char4); PUT results; DATA

More information

ON A FEW INFLUENCES OF THE DENTAL CARIES IN THE ELEMENTARY SCHOOL PUPIL BY Teruko KASAKURA, Naonobu IWAI, Sachio TAKADA Department of Hygiene, Nippon Dental College (Director: Prof. T. Niwa) The relationship

More information

Release Notes for JMP book

Release Notes for JMP book 8.0.2 JMP, A Business Unit of SAS SAS Campus Drive Cary, NC 27513 SAS Institute Inc. 2009.JMP 8.0.2, Cary, NC: SAS Institute Inc. JMP 8.0.2 Copyright 2009, SAS Institute Inc., Cary, NC, USA All rights

More information

自分の天職をつかめ

自分の天職をつかめ Hiroshi Kawasaki / / 13 4 10 18 35 50 600 4 350 400 074 2011 autumn / No.389 5 5 I 1 4 1 11 90 20 22 22 352 325 27 81 9 3 7 370 2 400 377 23 83 12 3 2 410 3 415 391 24 82 9 3 6 470 4 389 362 27 78 9 5

More information

Microsoft Word - StatsDirectMA Web ver. 2.0.doc

Microsoft Word - StatsDirectMA Web ver. 2.0.doc Web version. 2.0 15 May 2006 StatsDirect ver. 2.0 15 May 2006 2 2 2 Meta-Analysis for Beginners by using the StatsDirect ver. 2.0 15 May 2006 Yukari KAMIJIMA 1), Ataru IGARASHI 2), Kiichiro TSUTANI 2)

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

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

1 2 3

1 2 3 INFORMATION FOR THE USER DRILL SELECTION CHART CARBIDE DRILLS NEXUS DRILLS DIAMOND DRILLS VP-GOLD DRILLS TDXL DRILLS EX-GOLD DRILLS V-GOLD DRILLS STEEL FRAME DRILLS HARD DRILLS V-SELECT DRILLS SPECIAL

More information

untitled

untitled NTT 143-8540 5-21-16 Tel 03-3762-4151 Fax: 03-5493-5417 E-mail health@med.toho-u.ac.jp URL http://jhmtokyo.umin.jp 2 5 6 7 8 9 10 13 17 25 31 32 33 35 38 41 91 115 3 4 9 NPO 1999 5300 DPC BSC 9 2009 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

13 Student Software TI-Nspire CX CAS TI Web TI-Nspire CX CAS Student Software ( ) 1 Student Software 37 Student Software Nspire Nspire Nspir

13 Student Software TI-Nspire CX CAS TI Web TI-Nspire CX CAS Student Software ( ) 1 Student Software 37 Student Software Nspire Nspire Nspir 13 Student Software TI-Nspire CX CAS TI Web TI-Nspire CX CAS Student Software ( ) 1 Student Software 37 Student Software 37.1 37.1 Nspire Nspire Nspire 37.1: Student Software 13 2 13 Student Software esc

More information

R Commanderを用いたデータ解析

R Commanderを用いたデータ解析 1 / 82 R Commander Kengo NAGASHIMA Laboratory of Biostatistics, Department of Parmaceutical Technochemistry, Josai University 2010 1 5 R R Commander 2 / 82 R, "The Comprehensive R Archive Network (CRAN)",

More information

Chapter 1 1-1 2

Chapter 1 1-1 2 Chapter 1 1-1 2 create table ( date, weather ); create table ( date, ); 1 weather, 2 weather, 3 weather, : : 31 weather -- 1 -- 2 -- 3 -- 31 create table ( date, ); weather[] -- 3 Chapter 1 weather[] create

More information

システム必要条件 - SAS Human Capital Mangement 5.1

システム必要条件 - SAS Human Capital Mangement 5.1 92A243 システム必要条件 SAS Human Capital Mangement 5.1 概要 このドキュメントに記載されている SAS プロダクトをインストールもしくは実行する前に 最低必要条件を満たすようにシステムを更新する必要があります SAS Human Capital Management Solution で必要なハードウェアに関する詳細は さまざまな SAS リソースを活用している担当チームに確認し

More information

[user@linux tmp]$ tar xzvf utvpn-src-unix-v100-7092-beta-2010.06.25.tar.gz [user@linux tmp]$ cd utvpn-unix-v100-7092-beta [user@linux utvpn-unix-v100-7092-beta]$ ls License-ja.txt configure makefiles src

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

Web Web Web Web Web, i

Web Web Web Web Web, i 22 Web Research of a Web search support system based on individual sensitivity 1135117 2011 2 14 Web Web Web Web Web, i Abstract Research of a Web search support system based on individual sensitivity

More information

,,,,., C Java,,.,,.,., ,,.,, i

,,,,., C Java,,.,,.,., ,,.,, i 24 Development of the programming s learning tool for children be derived from maze 1130353 2013 3 1 ,,,,., C Java,,.,,.,., 1 6 1 2.,,.,, i Abstract Development of the programming s learning tool for children

More information

Chapter 1 Epidemiological Terminology

Chapter 1 Epidemiological Terminology Appendix Real examples of statistical analysis 検定 偶然を超えた差なら有意差という P

More information

189 2015 1 80

189 2015 1 80 189 2015 1 A Design and Implementation of the Digital Annotation Basis on an Image Resource for a Touch Operation TSUDA Mitsuhiro 79 189 2015 1 80 81 189 2015 1 82 83 189 2015 1 84 85 189 2015 1 86 87

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

JCPRG Annual Report No.4 (2014)

JCPRG Annual Report No.4 (2014) 2014 NRDF Annual Report 2014 of NRDF Working Group KATAYAMA Toshiyuki School of Economics, Hokusei Gakuen University Abstract The activities of the fiscal year 2014 on the Working Group of the Nuclear

More information

untitled

untitled VQT3B82-1 DMP-BDT110 μ μ μ 2 VQT3B82 ÇÕÇ¹Ç Ç +- VQT3B82 3 4 VQT3B82 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ij SD 1 2 3 4 5 6 7 8 Í VQT3B82 5 BD DVD CD SD USB 6 VQT3B82 2 ALL 1 2 4 VQT3B82 7

More information

untitled

untitled 146,650 168,577 116,665 122,915 22,420 23,100 7,564 22,562 140,317 166,252 133,581 158,677 186 376 204 257 5,594 6,167 750 775 6,333 2,325 298 88 5,358 756 1,273 1,657 - - 23,905 23,923 1,749 489 1,309

More information

システム必要条件 - SAS Financial Mangement 5.1

システム必要条件 - SAS Financial Mangement 5.1 92A250 システム必要条件 SAS Strategy Mangement 5.1 概要 このドキュメントに記載されている SAS プロダクトをインストールもしくは実行する前に 最低必要条件を満たすようにシステムを更新する必要があります SAS Strategy Management Solution で必要なハードウェアに関する詳細は さまざまな SAS リソースを活用している担当チームに確認し

More information

IC IC IC IC IC IC IC IC V IC IC IC https:// euphrates.andrew.ac.jp/ public / web / User / MOM / Syllabus / MOMwebGakuseiSyllabusSansho / UI / MOMwebWS

IC IC IC IC IC IC IC IC V IC IC IC https:// euphrates.andrew.ac.jp/ public / web / User / MOM / Syllabus / MOMwebGakuseiSyllabusSansho / UI / MOMwebWS IC * IC IC IC *.. http:// www.keidanren.or.jp / policy / 2012 / 058.html http:// www.meti.go.jp / policy / kisoryoku / index.htm IC IC IC IC IC IC IC IC IC V IC IC IC https:// euphrates.andrew.ac.jp/ public

More information

Microsoft Word - 【日本語】JLP様春16_Dorm Information.doc

Microsoft Word - 【日本語】JLP様春16_Dorm Information.doc (WID) WID (WID) A WID A WID IP 1) 2 3 2) 5 5 7 5 WID < > WID (A ) - 2-171 3 91 9.59 5 (18 ) - 3,380 / 1-9,640 / 3-18,260 / 6-10,090 / 1-28,760 / 3-54,490 / 6 (A ) - 4-9-12 2 52 7.29 6 ( 23 )- JR 4-5,240

More information

Microsoft Word - D JP.docx

Microsoft Word - D JP.docx Application Service Gateway Thunder/AX Series vthunder ライセンスキー インストール 手順 1 1.... 3 2. vthunder... 3 3. ACOS... 3 4. ID... 5 5.... 8 6.... 8 61... 8 62 GUI... 10 2 1. 概要 2. vthunder へのアクセス 方法 SSHHTTPSvThunder

More information

エレクトーンのお客様向けiPhone/iPad接続マニュアル

エレクトーンのお客様向けiPhone/iPad接続マニュアル / JA 1 2 3 4 USB TO DEVICE USB TO DEVICE USB TO DEVICE 5 USB TO HOST USB TO HOST USB TO HOST i-ux1 6 7 i-ux1 USB TO HOST i-mx1 OUT IN IN OUT OUT IN OUT IN i-mx1 OUT IN IN OUT OUT IN OUT IN USB TO DEVICE

More information

untitled

untitled Data cleaning Original datan=8479 NCC/ptkgN=7958 NCC10x10E628 8139 NCC/kgPage 1-2) Covariate cleaningcovariate Page Page5-8 Kaplan-Meier method, Log-rank, Cox hazard model Overall survival Cumulative incidence

More information

PFS-Readme

PFS-Readme Cell Storage Service : Storage Service that has the high reliability and the high availability by Paxos consensus algorithm. CSS-Readme.txt : This manual describes the process to make the envirornments

More information

Compiled MODELSでのDFT位相検出装置のモデル化と評価

Compiled MODELSでのDFT位相検出装置のモデル化と評価 listsize TPBIG.EXE /Mingw32 ATP (Alternative Transients Program)- EMTP ATP ATP ATP ATP(TPBIG.EXE) EMTP (ATP)FORTAN77 DIMENSION C malloc listsize TACS DIMENSIONEMTP ATP(TPBIG.EXE) listsize (CPU ) RL 4040

More information

ProVAL Recent Projects, ProVAL Online 3 Recent Projects ProVAL Online Show Online Content on the Start Page Page 13

ProVAL Recent Projects, ProVAL Online 3 Recent Projects ProVAL Online Show Online Content on the Start Page Page 13 ProVAL Unit System Enable Recording Log Preferred Language Default File Type Default Project Path ProVAL : Unit SystemUse SI Units SI SI USCS Enable Recording Log Language Default File Type Default Project

More information

rectomy as the subjects of study, urinary steroid hormones were measured, and simultaneously the enzyme work and enzyme pattern related to the steroid metabolism, as proposed by Yoshida of our laboratory,

More information

DS-30

DS-30 NPD4633-00 JA ...6... 6... 6... 6... 6... 7... 7... 7... 7... 8... 8...9...10...11...11...13 Document Capture Pro Windows...13 EPSON Scan Mac OS X...14 SharePoint Windows...16 Windows...16...17 Document

More information

NO.80 2012.9.30 3

NO.80 2012.9.30 3 Fukuoka Women s University NO.80 2O12.9.30 CONTENTS 2 2 3 3 4 6 7 8 8 8 9 10 11 11 11 12 NO.80 2012.9.30 3 4 Fukuoka Women s University NO.80 2012.9.30 5 My Life in Japan Widchayapon SASISAKULPON (Ing)

More information

09‘o’–

09‘o’– Gerald Graff s Method of Teaching Writing to First-Year College Students: Toward an Argument Culture IZUMI, Junji Abstract It is not easy to teach today s college students how to argue. Building on over

More information

VQT3B86-4 DMP-HV200 DMP-HV150 μ μ l μ

VQT3B86-4 DMP-HV200 DMP-HV150 μ μ l μ -4 DMP-HV200 DMP-HV150 μ μ l μ [DMP-HV200] l [DMP-HV200] l +- l l j j j[dmp-hv200] l l l [DMP-HV200] l l l l [DMP-HV200] l [DMP-HV200] l l [DMP-HV200] l [DMP-HV200] [DMP-HV150] l l Ë l l l l l l l l l

More information

インターネット接続ガイド v110

インターネット接続ガイド v110 1 2 1 2 3 3 4 5 6 4 7 8 5 1 2 3 6 4 5 6 7 7 8 8 9 9 10 11 12 10 13 14 11 1 2 12 3 4 13 5 6 7 8 14 1 2 3 4 < > 15 5 6 16 7 8 9 10 17 18 1 2 3 19 1 2 3 4 20 U.R.G., Pro Audio & Digital Musical Instrument

More information

02石出猛史.indd

02石出猛史.indd 87 139 149 2011 2011 5 17 7 1874 3 1867 Key words: 7 1874 1 2 1 1832 1905 1 23 Takeshi Ishide: The forerunners of Chiba University Medical School The Kyoritsu Hospital & Chiba Public Hospital Era. Department

More information

-5 DMP-BV300 μ μ l μ l l +- l l j j j l l l l l l l l l l l l l Ë l l l l l l l l l l l l l l l l l l l l l l l BD DVD CD SD USB 2 ALL 1 2 4 l l DETACH ATTACH RELEASE DETACH ATTACH DETACH ATTACH RELEASE

More information

システム必要条件 - SAS Web Analytics 5.3

システム必要条件 -  SAS Web Analytics 5.3 92A311 システム必要条件 SAS Web Analytics 5.3 サーバー層 サーバー層のプロダクトで必要なファイル容量については インストールセンターの Web サイトから使用するホストに対応する SAS 9.2 Foundation のシステム必要条件を参照してください 英語 : http://support.sas.com/documentation/installcenter 日本語

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

ユーザーガイド

ユーザーガイド PRS-350 2010 Sony Corporation 4-257-507-02(1) 2 49 51 55 58 66 68 70 73 75 63 65 76 78 79 89 92 95 4 102 107 116 111 114 83 147 24 5 ...7...8...13...16...18...19...21...24 11 81 3 OPTIONS 70 7 * 1 * 2

More information

学術会議講演 pptx

学術会議講演 pptx 2 (HEFCELeague tables and their impacts on higher educations in England) 3 4 5 5 !"#" #" #$ % QS 2009 and 2010 World University Ranking 6 Indicators Weight 13 Used Indicators Weight TIME 2010 World University

More information

展開とプロビジョニングの概念

展開とプロビジョニングの概念 ADOBE CREATIVE SUITE 5 2010 Adobe Systems Incorporated and its licensors. All rights reserved. Adobe Creative Suite Deployment and Provisioning Concepts This guide is licensed for use under the terms of

More information

基本操作ガイド

基本操作ガイド HT7-0199-000-V.5.0 1. 2. 3. 4. 5. 6. 7. 8. 9. Copyright 2004 CANON INC. ALL RIGHTS RESERVED 1 2 3 1 1 2 3 4 1 2 1 2 3 1 2 3 1 2 3 1 2 3 4 1 2 3 4 1 2 3 4 5 AB AB Step 1 Step

More information

VMware View Persona Management

VMware View Persona Management VMware View Persona Management View Persona Management...................................... 3.......................................................... 3 View Persona Management..............................................

More information

μ μ DMR-BZT700 DMR-BZT600 μ TM VQT3C03-2B ! ! l l l [HDD] [BD-RE] [BD-R] [DVD-V] [BD-V] [RAM] [CD] [SD] [-R] [USB] [-RW] [RAM AVCREC ] [-R AVCREC ] [RAM VR ][-R VR ] [-RW VR ] [-R V ] [-RW V ] [DVD-V]

More information

操作ガイド(本体操作編)

操作ガイド(本体操作編) J QT5-0571-V03 1 ...5...10...11...11...11...12...12...15...21...21...22...25...27...28...33...37...40...47...48...54...60...64...64...68...69...70...70...71...72...73...74...75...76...77 2 ...79...79...80...81...82...83...95...98

More information

1 1.1 PC PC PC PC PC workstation PC hardsoft PC PC CPU 1 Gustavb, Wikimedia Commons.

1 1.1 PC PC PC PC PC workstation PC hardsoft PC PC CPU 1 Gustavb, Wikimedia Commons. 1 PC PC 1 PC PC 1 PC PC PC PC 1 1 1 1.1 PC PC PC PC PC workstation PC 1.1.1 hardsoft 1.1.2 PC PC 1.1 1 1. 2. 3. CPU 1 Gustavb, Wikimedia Commons.http://en.wikipedia.org/wiki/Image:Personal_computer,_exploded_5.svg

More information

大学野球の期分けにおける一般的準備期のランニング トレーニングが試合期の大学生投手の実戦状況下 パフォーマンスに与える影響

大学野球の期分けにおける一般的準備期のランニング トレーニングが試合期の大学生投手の実戦状況下 パフォーマンスに与える影響 The Effect of Pre-Season Running Training for Game Performance of University Baseball Pitcher AKAIKE, Kohei This paper provides useful information for university baseball players and coaches as well as

More information

12 1) 20012002 Allison1995 2 3 35 25 20 6 12 1,156 80 2003 2005 2 4-1 1 12 Person-year Data 3 t

12 1) 20012002 Allison1995 2 3 35 25 20 6 12 1,156 80 2003 2005 2 4-1 1 12 Person-year Data 3 t 12 10 Kaplan-Meier Method Discrete-time Logit Model Survival Analysis 2 p t = p t / (1-p t ) Odds Odds Ratio 12 1) 20012002 Allison1995 2 3 35 25 20 6 12 1,156 80 2003 2005 2 4-1 1 12 Person-year Data

More information

VQT3A26-1 DMR-T2000R μ μ μ ! R ! l l l [HDD] [BD-RE] [BD-R] [BD-V] [RAM] [-R] [-R]DL] [-RW] [DVD-V] [CD] [SD] [USB] [RAM AVCREC ] [-R AVCREC ] [-R]DL AVCREC ] [RAM VR ][-R VR ] [-R]DL VR ] [-RW VR ]

More information

EP-704A

EP-704A NPD4533-01 ...6... 6...10 Mac OS X...11 Mac OS X v10.5.x v10.6.x...11 Mac OS X v10.4.11...15...18...19...19...22...23...24!ex...24 /...25 P.I.F. PRINT Image Framer...25...26...29...29...30...30...31...34

More information

EVALUATION OF NOCTURNAL PENILE TUMESCENCE (NPT) IN THE DIFFERENTIAL DIAGNOSIS OF IMPOTENCE Masaharu Aoki, Yoshiaki Kumamoto, Kazutomi Mohri and Kazunori Ohno Department of Urology, Sapporo Medical College

More information

1. King, V. L., Y. Koketsu, D. Reeves, JL. Xue, G. D. Dial.: Management factors associated with swine breeding herd productivity in the USA. Prey. Vet. Med. 35 : 255-264, 1998. 2. Koketsu, Y., J. E. Pettigrew,

More information

iPhone/iPad接続マニュアル

iPhone/iPad接続マニュアル / JA 2 3 USB 4 USB USB i-ux1 USB i-ux1 5 6 i-mx1 THRU i-mx1 THRU 7 USB THRU 1 2 3 4 1 2 3 4 5 8 1 1 9 2 1 2 10 1 2 2 6 7 11 1 2 3 4 5 6 7 8 12 1 2 3 4 5 6 13 14 15 WPA Supplicant Copyright 2003-2009, Jouni

More information

Release Notes.book

Release Notes.book 8.0.1 JMP, A Business Unit of SAS SAS Campus Drive Cary, NC 27513 SAS Institute Inc. 2009.JMP 8.0.1 Release Notes, Cary, NC: SAS Institute Inc. JMP 8.0.1 Copyright 2009, SAS Institute Inc., Cary, NC, USA

More information

VQT2P76 DMR-BWT2000 DMR-BWT1000 μ μ μ ! R ! l l l [HDD] [BD-RE] [BD-R] [BD-V] [RAM] [-R] [-R]DL] [-RW] [DVD-V] [CD] [SD] [USB] [RAM AVCREC ] [-R AVCREC ] [-R]DL AVCREC ] [RAM VR ][-R VR ] [-R]DL VR

More information

作業手順手引き

作業手順手引き Praat Introduction to Praat: Let's take a look at sounds : * WS Dec/01/'14 : ver. 1.1.4 1. Praat STEP 1: STEP 2: STEP 3: STEP 4: STEP 2 Editor STEP 3 Dynamic menu 2 FAQ: Pitch analysis http://goo.gl/r65la

More information

A B C B C ICT ICT ITC ICT

A B C B C ICT ICT ITC ICT ICT Development of curriculum for improving of teachers ICT based on evaluation standards. Kazuhiko ISHIHARA Abstract Ministry of Education and Science announced Checklist of teacher s ICT in March,. All

More information

橡SPA2000.PDF

橡SPA2000.PDF XSLT ( ) d-oka@is.s.u-tokyo.ac.jp ( ) hagiya@is.s.u-tokyo.ac.jp XSLT(eXtensible Stylesheet Language Transformations) XML XML XSLT XSLT XML XSLT XML XSLT XML XML XPath XML XSLT XPath XML XSLT,XPath 1 XSLT([6])

More information

GENESYS2005_Instal_Guide.PDF

GENESYS2005_Instal_Guide.PDF : CET-223 Agilent EEsof EDA GENESYS 2005.11 & SystemVue 2005.02 / 2005 4 SystemView by Elanix SystemVue TM 2006 3 3 EDA 1.... 4 2.... 5 2-1.... 6 2-2. GENESYS... 6 Step1:... 6 Step2:... 7 Step3:... 8 Step4:...

More information

1 1) ) practical useful 1) Working Paper Series No ) Educational Value Practical Value

1 1) ) practical useful 1) Working Paper Series No ) Educational Value Practical Value culture 2016 7 1 1 2 4 3 culture 10 4 14 ( ) C 20 2015 2017 :15K02864 1 1) 1947 22 3 31 2) practical useful 1) 1975 1974 1995 Working Paper Series No. 146 2011 2 1-4 2) 1911 44 Educational Value Practical

More information

1) Michaelis L. Biochem Z., 59, 78, 1914. 2) Ferris H. C. Dent. Cosmos Phila., 63, 10, 93, 1921. 3) Bloomfield A. L. Bull Johns Hopk. Hosp. Bait., 31, 118, 1920. 4) Starr H. C. J. Biol. Chem. Bait., 54,

More information

外国語学部 紀要30号(横書)/03_菊地俊一

外国語学部 紀要30号(横書)/03_菊地俊一 Information Technology: IT e-learning e-japan e-japan e-japan IT IT IT IT IT IT e-japan e-japan e-japan e-japan e-japan e-japan IT e-japan e-japan e-japan e-japan IIe-Japan e-japan II e-japan IT e-japan

More information

Hohenegger & Schär, a cm b Kitoh et. al., Gigerenzer et. al. Susan et. al.

Hohenegger & Schär, a cm b Kitoh et. al., Gigerenzer et. al. Susan et. al. Study on characteristics of inhabitants acceptance of weather information with a probability Motohiro HONMA *, Kyoko ARAI **, Kento MATSUMOTO *** and Yasushi SUZUKI *** Abstract In this study, we performed

More information

untitled

untitled twatanab@oncoloplan.com http://www.oncoloplan.com I II - III IV Fig 3. Survival curves overall and according to response Bruzzi, P. et al. J Clin Oncol; 23:5117-5125 25 Copyright merican Society of Clinical

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

06_仲野恵美.indd

06_仲野恵美.indd GERO 2014 1 31 The cooking proposal which uses the GERO Japanese horseradish NAKANO Megumi, KONISHI Yuka, YAMAKAWA Yukie, TACHI Kazuhiko Gifu Women s University graduate school Sea of Japan meal incorporated

More information

2 10 The Bulletin of Meiji University of Integrative Medicine 1,2 II 1 Web PubMed elbow pain baseball elbow little leaguer s elbow acupun

2 10 The Bulletin of Meiji University of Integrative Medicine 1,2 II 1 Web PubMed elbow pain baseball elbow little leaguer s elbow acupun 10 1-14 2014 1 2 3 4 2 1 2 3 4 Web PubMed elbow pain baseball elbow little leaguer s elbow acupuncture electric acupuncture 2003 2012 10 39 32 Web PubMed Key words growth stage elbow pain baseball elbow

More information

ネットワークビデオレコーダー VK-64/VK-16/VK-Lite v2.2 セットアップガイド

ネットワークビデオレコーダー VK-64/VK-16/VK-Lite v2.2 セットアップガイド VK-64/VK-16/VK-Lite Ver. 2.2 VK-64 v2.2 VK-16 v2.2 ( VK-64/VK-16) VK-Lite v2.2 ( VK-Lite) VK-64/VK-16 VK-Lite 2 1. 2. 3. 4. 2. 3. ( ) ( ) canon.jp/webview Canon Canon Microsoft Windows Microsoft Internet

More information

IPSJ SIG Technical Report Vol.2016-CE-137 No /12/ e β /α α β β / α A judgment method of difficulty of task for a learner using simple

IPSJ SIG Technical Report Vol.2016-CE-137 No /12/ e β /α α β β / α A judgment method of difficulty of task for a learner using simple 1 2 3 4 5 e β /α α β β / α A judgment method of difficulty of task for a learner using simple electroencephalograph Katsuyuki Umezawa 1 Takashi Ishida 2 Tomohiko Saito 3 Makoto Nakazawa 4 Shigeichi Hirasawa

More information

生研ニュースNo.132

生研ニュースNo.132 No.132 2011.10 REPORTS TOPICS Last year, the Public Relations Committee, General Affairs Section and Professor Tomoki Machida created the IIS introduction video in Japanese. As per the request from Director

More information

システム必要条件 - SAS Forecast Server 3.1

システム必要条件 - SAS Forecast Server 3.1 92A154 システム必要条件 SAS Forecast Server 3.1 サーバー層 サーバー層のプロダクトで必要なファイル容量については インストールセンターの Web サイトから使用するホストに対応する SAS 9.2 Foundation のシステム必要条件を参照してください 英語 : http://support.sas.com/documentation/installcenter

More information

IFAC COPYRIGHT AND ACKNOWLEDGEMENT FOR TRANSLATIONS: Copyright December 2004 by the International Federation of Accountants. All rights reserved. Used with permission. Contact Permissions@ifac.org for

More information

第122号.indd

第122号.indd -1- -2- -3- 0852-36-5150 0852-36-5163-4- -5- -6- -7- 1st 1-1 1-2 1-3 1-4 1-5 -8- 2nd M2 E2 D2 J2 C2-9- 3rd M3 E3 D3 J3 C3-10- 4th M4 E4 D4 J4 C4-11- -12- M5 E5 J5 D5 C5 5th -13- -14- NEWS NEWS -15- NEWS

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

ECCS. ECCS,. ( 2. Mac Do-file Editor. Mac Do-file Editor Windows Do-file Editor Top Do-file e

ECCS. ECCS,. (  2. Mac Do-file Editor. Mac Do-file Editor Windows Do-file Editor Top Do-file e 1 1 2015 4 6 1. ECCS. ECCS,. (https://ras.ecc.u-tokyo.ac.jp/guacamole/) 2. Mac Do-file Editor. Mac Do-file Editor Windows Do-file Editor Top Do-file editor, Do View Do-file Editor Execute(do). 3. Mac System

More information

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part Reservdelskatalog MIKASA MT65H vibratorstamp EPOX Maskin AB Postadress Besöksadress Telefon Fax e-post Hemsida Version Box 6060 Landsvägen 1 08-754 71 60 08-754 81 00 info@epox.se www.epox.se 1,0 192 06

More information

SAS Campaign Management 5.4 システム必要条件

SAS Campaign Management 5.4 システム必要条件 92C553 システム必要条件 SAS Campaign Management 5.4 このドキュメントには SAS Campaign Management をインストールし 実行するための必要条件を記載します SAS Campaign Management を実行する前に必要条件を満たすようにシステムを更新する必要があります このドキュメントに記載されている主なシステム必要条件は 次のとおりです

More information