Analysis of Correlated Recurrent and Terminal Events Data in SAS Li Lu 1, Chenwei Liu 2

Size: px
Start display at page:

Download "Analysis of Correlated Recurrent and Terminal Events Data in SAS Li Lu 1, Chenwei Liu 2"

Transcription

1 Statstcs & Analyss Analyss of Correlated Recurrent and ermnal Events Data n SAS L Lu 1, Chenwe Lu 2 1 he EMMES Corporaton, Rockvlle, MD 2 Core Genotypng Faclty, Dvson of Cancer Epdemology and Genetcs, Advanced echnology Program, SAIC Frederck, Inc., NCI-Frederck, Frederck, MD ABSRAC Recurrent events data have been ncreasngly mportant n clncal studes. here are many methods to analyze ths type of data. Several papers have been presented about how to perform repeated events analyss n SAS. In clncal studes, we may encounter recurrent dsease epsodes n patents wth a termnal event such as death, and the termnal event s often strongly correlated wth the recurrent event process. In ths paper, usng a smulated organ transplant dataset as example, we demonstrate how to model and analyze correlated recurrent and termnal events data n SAS.. INRODUCION Recurrent event data are commonly encountered n clncal and observatonal studes, such as repeated tumor occurrences, repeated hosptalzatons and multple rejecton epsodes after organ transplant. he observaton of recurrent events could be dsrupted by loss to follow-up, end of study, or a termnal event such as death. Analyss focus s usually ether on falure tme usng standard survval analyss or recurrent event process usng Mean Cumulatve Functon for the number of events to model the process [1]. In many nstances, the termnal events may have nteracton wth the recurrent process, thus need to be treated as nformatve censorng. Analyzng the data based on recurrent events or termnal event separately may lead to based estmates when such nformatve censorng exsts. It s mportant to take nto account of both termnal events and recurrent events when suspects of ther nteracton reasonably arse based on doman knowledge. Fralty models have been proposed and successfully used n the analyss of correlated falure tme data. he fralty approach ams to account for heterogenety caused by unmeasured covarates. hey are extensons of the proportonal hazard model. he recurrent event process can be modeled by a random effects ( fralty proportonal hazards model. In the presence of dependent termnal event, the random effects are also ncorporated nto the model for the termnal events [2]. Such models are conceptually shared fralty models. hey are useful for assessng the covarate effects on both processes as well as the level of ther correlaton. A novel Gaussan quadrature estmaton method has been proposed by Lu and Huang [3] for varous fralty proportonal hazards models. hs estmaton method s relatvely straghtforward and has been mplemented n SAS Proc NLMIXED. Based on ther work, we present n ths paper a smple SAS macro to conduct the analyss and generate addtonal hazard and survval plots for the analyss. DEFINIION As proposed n [2], a random effect was shared by the proportonal hazard models of both recurrent events and termnal events as seen below: r t = β v r (t (1 ( λ ( t = β γv λ ( t (2 where β are coeffcents of observed covarates, r (t and λ (t are baselne hazards for recurrent and termnal event processes, respectvely. he correlaton between these two processes s ntroduced by the shared fralty ν, whch can have a dfferent mpact on r (t and λ (t due to coeffcent γ. 1

2 Statstcs & Analyss o estmate the parameters, a pecewse constant baselne hazard can be adopted. In the case of only tmendependent covarates are consdered, lkelhood can be smplfed as follows: L Where lj s: l j = δ j [ α [ β n j = 1 l j v log r (t γ v log λ (x f θ ( υ dv (3 j ] ] - - Usng Gaussan quadrature technques, the lkelhood can be approxmated by a weghted average of the ntegrand assessed at Q predetermned quadrature pont u q over the random effect, thus lˆ j = δ j [ α [ β γ u u q q log r (t log λ (x j ] ] - - he above equaton (5 can be specfed by smple programmng statements n SAS PROC NLMIXED. he lkelhood (3 can be maxmzed and the parameters of beta, alpha, gamma and other baselne hazard pecewse constants can be readly estmated and output from PROC NLMIXED. A SAS MACRO O PERFORM HE ESIMAES We put the data preparng and estmatng process usng PROC NLMIXED n a smple SAS macro, the code of the macro defnton s lsted n the appendx. As shown n the code, the quantles for recurrent events and termnal events are obtaned separately usng PROC UNIVARIAE. hose qunatles are stored n macro varables and were later used to calculate ndcator of whch quantle an event fall and the correspondng duraton of the quantle, so that the baselne hazard and cumulatve hazard can be calculated. he defned macro takes the followng parameters: nds s the nput dataset, t should nclude all the recurrent events, censorng and termnal event observaton, user should frst check the data ntegratty of ths dataset, e.g, recurrent event tme should be smaller than the censorng or death tme of the same patent ; dvar s the patent dentfer varable; tmevar s the tme varable; statusvar s the event status varable, s for censorng, 1 s for recurrent event and 2 s for termnal event; covar s the covarate, such as treatment group, currently only one covarate can be specfed, t s easy to modfy the macro to take more covarates; npar s the nput data set wth the start value of the parameters; parest s the output dataset name to hold parameter estmates; nu_est s the output dataset name to hold the random effects estmates for each ndvdual; cumh s the output dataset name to hold the estmated recurrent event cumulatve hazard functon; outs s the output data set name to hold the estmated termnal event survval functon. APPLICAION EXAMPLE As an applcaton example, we generate an organ transplant data set. We assume the patents experence rejecton epsodes after transplant, some of them have termnal event such as death. We assume a total of 75 patents are randomzed nto a treatment or a placebo group. 75% of them have nether epsode nor death. For the other 25% patents, the number of recurrent epsodes ranges from 1 to 6, among them 6% of patents have only one epsode, 3% of patents have 2 to 3 epsodes and 1% of patents have over 4 epsodes. Of those who have recurrent rejecton epsodes, 75% s censored n the end, 25% have termnal event of death. α α β β v γ v v γ v R Λ R Λ (x (x (x (x (4 (5 2

3 Statstcs & Analyss he generated dataset RANS has 5 varables, ptd s the patent dentfer, endt s the tme to recurrent event, censor or death, treat s the group varable (1 for treatment, 2 for placebo, event s the status varable, t can be for censorng, 1 for recurrent event and 2 for termnal event. Please note ths dataset has one row for each epsode, censor or death, t mght have several rows for the same patent. Based on the assumpton that the baselne hazard constants are very small, and may ncrease slghtly wth tme, we frst specfy the followng ntal value for the parameters n a data set usng data steps as below: data ntpar; nput parameter $ datalnes; r1.1 r2.1 r3.1 r4.2 r5.2 r6.2 r7.3 r8.2 r9.3 r1.3 h1.2 h2.2 h3.2 h4.3 h5.3 h6.3 h7.4 h8.4 h9.4 h1.5 beta1 1 alpha1 1 gamma 1 vara 1 ; hen the macro s called as follows: %recur(trans, ptd, endt, event, treat, ntpar, est1, est_nu, cumh, outs; Whle runnng the above code, t s always a good practce to check the log fle and output from PROC NLMIXED about the optmzaton convergence and warnng messages. he runnng tme of the above macro depends on the sze of the nput dataset, the ntal values specfed. If the process takes too long, t may be a good dea to comment out the random statement n the macro defnton, call the macro and save the estmate output n a dataset. hs process should run very quck, the estmate output should be closer to the optmal values than we could ntally specfy wth guess. Next we could run the macro wth random statement agan usng the prevous estmate output as npar. Part of the output from the above macro call s lsted n table 1. he estmated beta1 s.9837 (p=.7, the treatment has sgnfcant effect on the hazard of recurrent epsodes. he estmated alpha1 s.9776 ( p<.1, the treatment also has sgnfcant effect on the hazard of termnal events. he hazards of recurrent epsode and death are postvely assocated (gamma=1.261, p<.1, ndcatng that conductng the recurrent events and termnal events jont analyss s necessary. proc sort data=outs; by endt; proc sort data =cumh; by endt; axs1 label=(angle=9 rotate= 'Estmated Survval ' mnor=none; axs2 label=('me (Days' mnor=none order=( to 2 by 4; axs3 label=(angle=9 rotate= 'Estmated Cumulatve Hazard' mnor=none; symbol1 value=dot c=black h=.1n =stepj r=1; symbol2 value=crcle c=blue h=.1n =stepj r=1; proc gplot data=outs(where=(event=2; ttle "Survval Plot for termnal events"; plot pred*endt=treat / frame cframe=lgr legend vaxs=axs1 haxs=axs2; symbol1 value=dot c=black h=.1n =none r=1; symbol2 value=crcle c=blue h=.1n =none r=1; proc gplot data=cumh(where=(event =1; ttle "Hazard plot for recurrent events"; plot pred*endt=treat / frame cframe=lgr vaxs=axs3 haxs=axs2; 3

4 Statstcs & Analyss We further output the predcted survval for termnal events and the cumulatve hazard for recurrent events to the data set outs and cumh respectvely. hey can be ploted usng proc gplot as show above, the result are n Fgure 1. and Fgure 2. able 1. Parameter Estmates From Proc NLMIXED. Parameter Estmate Parameter Estmates Standard Error DF t Value Pr > t Alpha Lower Upper Gradent Actve BC r r r r E r E r E r r r r h E h E < h E E E h Lower BC h Lower BC h Lower BC h Lower BC h Lower BC h Lower BC h beta alpha < gamma < vara We should pont out that the estmated cumulatve hazard s not normalzed, fgure 1 just shows the trend of hazard. he random effect caused some fluctuaton of hazard,.e., a later data pont may have lower hazard than an earler data pont. Nevertheless, the dfferences between the treatment group (black and placebo group (blue are vsble. Fgure 1 shows the treatment group (treat=1 has lower rsk of recurrent events. Fgure 2 shows that the survval of treat group s better than placebo group, they have less rsk of sufferng termnal events. 4

5 Statstcs & Analyss me ( Days t r eat 1 2 Fgure 1. Recurrent events Hazard by treatment group me ( Days treat 1 2 Fgure 2. ermnal events Survval by treatment group. CONCLUSIONS Recurrent events wth nformatve censorng arse n many clncal studes. Lu et al [2][3] proposed shared fralty models and Gaussan Quadrature estmaton methods for the jont analyss of recurrent events and termnal events. We have presented here a smple macro to carry out the analyss process. he macro wll make t easer to analyze such knd of data. It s only necessary to prepare the data n the format as shown n ths paper. It s also dscussed n ths paper the computaton ssues mght arse and the strateges to shorten the PROC NLMIXED runnng tme. For advanced users, the macro can be easly modfed to specfy other random effects dstrbutons, to specfy dfferent number of pecewse constant baselne hazards and output dfferent predctons expressons. 5

6 Statstcs & Analyss REFERENCES [1]. Gordon Johnston and Yng So. Analyss of Data from Recurrent Events, he Proceedngs of the wenty Eghth Annual SAS Users Group Internatonal Conference. Cary, NC: SAS Insttute Inc. [2]. Lu L, Wolfe RA, Huang X. Shared fralty models for recurrent events and a termnal event. Bometrcs 24; 6: [3]. Le Lu and Xuelng Huang, he use of Gaussan quadrature for estmaton n fralty proportonal hazards models. Statstcs n Medcne 27; 27(14: ACKNOWLEDGMENS SAS s a Regstered rademark of the SAS Insttute, Inc. of Cary, North Carolna. hs project has been funded n whole or n part wth federal funds from the Natonal Cancer Insttute, Natonal Insttutes of Health, under contract N1-CO-124. he content of ths publcaton does not necessarly reflect the vews or polces of the Department of Health and Human Servces, nor does menton of trade names, commercal products, or organzatons mply endorsement by the U.S. Government. hs Research was supported by the Intramural Research Program of the NIH, Natonal Cancer Insttute, Center for Cancer Research. CONAC INFORMAION Your code requests, comments and questons are valued and encouraged. Contact the author at L Lu he EMMES Corporaton 41 N. Washngton St, Sute 7 Rockvlle MD 285 ( X 276 llu@emmes.com APPENDIX %macro recurr(nds,dvar,tmevar,statusvar,covar,npar,parest,nu_est,cumh,outs; * Obtan quantles for recurrent events; proc unvarate data=&nds(where=(&statusvar=1 noprnt; var &tmevar; output out=quant_r pctlpts= pctlpre=qr; * Obtan quantles for death; proc unvarate data=&nds(where=(&statusvar= or &statusvar=2 noprnt; var &tmevar; output out=quant_d pctlpts= pctlpre=qd; proc transpose data=quant_r out=quant_r2; data _null_; length a $ 15; retan a ' '; set quant_r2 end=last; a= trm(a ' ' col1; f last then call symput('quant_r',a; proc transpose data=quant_d out=quant_d2; data _null_; 6

7 Statstcs & Analyss length a $ 15; retan a ' '; set quant_d2 end=last; a= trm(a ' ' col1; f last then call symput('quant_d',a; * Calculate the duraton n each quantle nterval, the ndcator of event n each nterval; data all; set &nds; array quant_r {11} _EMPORARY_ ( &quant_r; array quant_d {11} _EMPORARY_ ( &quant_d; array dur_r {1} dur_r1-dur_r1; array dur_d {1} dur_d1-dur_d1; array event_r {1} event_r1-event_r1; array event_d {1} event_d1-event_d1; do =1 to 1; dur_r{}=; dur_d{}=; event_r{}=; event_d{}=; * For recurrent event; f event=1 then do; do =2 to 11; f &tmevar<=quant_r{} then do; event_r{-1}=1; dur_r{-1}=&tmevar-quant_r{-1}; =11; else dur_r{-1}=quant_r{}-quant_r{-1}; else do; /* If death or censored observaton */ do =2 to 11; f &tmevar<=quant_d{} then do; event_d{-1}=(event=2; dur_d{-1}=&tmevar-quant_d{-1}; =11; else dur_d{-1}=quant_d{}-quant_d{-1}; ods output ParameterEstmates=&parest; proc nlmxed data=all qponts=5; parms / data=&npar; bounds r1 r2 r3 r4 r5 r6 r7 r8 r9 r1 h1 h2 h3 h4 h5 h6 h7 h8 h9 h1 vara >=; /* baselne hazard and cum baselne hazard, recurrent events */ base_haz_r=r1*event_r1r2*event_r2r3*event_r3r4* event_r4 r5*event_r5r6*event_r6r7*event_r7r8*event_r8 r9 * event_r9 r1 * event_r1; cum_base_haz_r=r1*dur_r1r2*dur_r2r3*dur_r3r4*dur_r4 r5*dur_r5r6*dur_r6r7*dur_r7r8*dur_r8r9*dur_r9 r1 * dur_r1; /* baselne hazard and cumulatve baselne hazard for death */ 7

8 Statstcs & Analyss base_haz_d=h1*event_d1h2*event_d2h3*event_d3h4*event_d4 h5*event_d5h6*event_d6h7*event_d7h8*event_d8 h9 * event_d9 h1 * event_d1; cum_base_haz_d=h1 * dur_d1 h2 * dur_d2 h3 * dur_d3 h4 * dur_d4 h5 * dur_d5 h6 * dur_d6 h7 * dur_d7 h8* dur_d8 h9 * dur_d9 h1 * dur_d1; mu1= beta1 * &covar nu;/* for recurrent event */ mu2= alpha1 * &covar gamma * nu; /* for death event */ loglk1=-mu1 * cum_base_haz_r; loglk2=-mu2 * cum_base_haz_d; /*log lkelhood for recurrent event */ f event=1 then loglk=log(base_haz_r mu1loglk1 loglk2 ; /*log lkelhood for death */ f event=2 then loglk=loglk1 log(base_haz_dmu2loglk2; /*log lkelhood for censorng */ f event= then loglk=loglk1 loglk2; model &tmevar general(loglk; random nu normal(, vara subject=&dvar out=&nu_est; predct loglk2 out=&outs; /*estmated survval functon of death event*/ predct loglk1 out=&cumh; /*estmated cum hazard of recurrent event*/ %m 8

Parameter Estimates of a Random Regression Test Day Model for First Three Lactation Somatic Cell Scores

Parameter Estimates of a Random Regression Test Day Model for First Three Lactation Somatic Cell Scores Parameter Estmates of a Random Regresson Test Day Model for Frst Three actaton Somatc Cell Scores Z. u, F. Renhardt and R. Reents Unted Datasystems for Anmal Producton (VIT), Hedeweg 1, D-27280 Verden,

More information

The effect of salvage therapy on survival in a longitudinal study with treatment by indication

The effect of salvage therapy on survival in a longitudinal study with treatment by indication Research Artcle Receved 28 October 2009, Accepted 8 June 2010 Publshed onlne 30 August 2010 n Wley Onlne Lbrary (wleyonlnelbrary.com) DOI: 10.1002/sm.4017 The effect of salvage therapy on survval n a longtudnal

More information

Modeling the Survival of Retrospective Clinical Data from Prostate Cancer Patients in Komfo Anokye Teaching Hospital, Ghana

Modeling the Survival of Retrospective Clinical Data from Prostate Cancer Patients in Komfo Anokye Teaching Hospital, Ghana Internatonal Journal of Appled Scence and Technology Vol. 5, No. 6; December 2015 Modelng the Survval of Retrospectve Clncal Data from Prostate Cancer Patents n Komfo Anokye Teachng Hosptal, Ghana Asedu-Addo,

More information

Using the Perpendicular Distance to the Nearest Fracture as a Proxy for Conventional Fracture Spacing Measures

Using the Perpendicular Distance to the Nearest Fracture as a Proxy for Conventional Fracture Spacing Measures Usng the Perpendcular Dstance to the Nearest Fracture as a Proxy for Conventonal Fracture Spacng Measures Erc B. Nven and Clayton V. Deutsch Dscrete fracture network smulaton ams to reproduce dstrbutons

More information

Joint Modelling Approaches in diabetes research. Francisco Gude Clinical Epidemiology Unit, Hospital Clínico Universitario de Santiago

Joint Modelling Approaches in diabetes research. Francisco Gude Clinical Epidemiology Unit, Hospital Clínico Universitario de Santiago Jont Modellng Approaches n dabetes research Clncal Epdemology Unt, Hosptal Clínco Unverstaro de Santago Outlne 1 Dabetes 2 Our research 3 Some applcatons Dabetes melltus Is a serous lfe-long health condton

More information

Prediction of Total Pressure Drop in Stenotic Coronary Arteries with Their Geometric Parameters

Prediction of Total Pressure Drop in Stenotic Coronary Arteries with Their Geometric Parameters Tenth Internatonal Conference on Computatonal Flud Dynamcs (ICCFD10), Barcelona, Span, July 9-13, 2018 ICCFD10-227 Predcton of Total Pressure Drop n Stenotc Coronary Arteres wth Ther Geometrc Parameters

More information

THE NORMAL DISTRIBUTION AND Z-SCORES COMMON CORE ALGEBRA II

THE NORMAL DISTRIBUTION AND Z-SCORES COMMON CORE ALGEBRA II Name: Date: THE NORMAL DISTRIBUTION AND Z-SCORES COMMON CORE ALGEBRA II The normal dstrbuton can be used n ncrements other than half-standard devatons. In fact, we can use ether our calculators or tables

More information

The Effect of Fish Farmers Association on Technical Efficiency: An Application of Propensity Score Matching Analysis

The Effect of Fish Farmers Association on Technical Efficiency: An Application of Propensity Score Matching Analysis The Effect of Fsh Farmers Assocaton on Techncal Effcency: An Applcaton of Propensty Score Matchng Analyss Onumah E. E, Esslfe F. L, and Asumng-Brempong, S 15 th July, 2016 Background and Motvaton Outlne

More information

Estimation of Relative Survival Based on Cancer Registry Data

Estimation of Relative Survival Based on Cancer Registry Data Revew of Bonformatcs and Bometrcs (RBB) Volume 2 Issue 4, December 203 www.sepub.org/rbb Estmaton of Relatve Based on Cancer Regstry Data Olaf Schoffer *, Ante Nedostate 2, Stefane J. Klug,2 Cancer Epdemology,

More information

NHS Outcomes Framework

NHS Outcomes Framework NHS Outcomes Framework Doman 1 Preventng people from dyng prematurely Indcator Specfcatons Verson: 1.21 Date: May 2018 Author: Clncal Indcators Team NHS Outcomes Framework: Doman 1 Preventng people from

More information

Unobserved Heterogeneity and the Statistical Analysis of Highway Accident Data

Unobserved Heterogeneity and the Statistical Analysis of Highway Accident Data Unobserved Heterogenety and the Statstcal Analyss of Hghway Accdent Data Fred L. Mannerng Professor of Cvl and Envronmental Engneerng Courtesy Department of Economcs Unversty of South Florda 4202 E. Fowler

More information

Appendix F: The Grant Impact for SBIR Mills

Appendix F: The Grant Impact for SBIR Mills Appendx F: The Grant Impact for SBIR Mlls Asmallsubsetofthefrmsnmydataapplymorethanonce.Ofthe7,436applcant frms, 71% appled only once, and a further 14% appled twce. Wthn my data, seven companes each submtted

More information

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS)

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS) Internatonal Assocaton of Scentfc Innovaton and Research (IASIR (An Assocaton Unfyng the Scences, Engneerng, and Appled Research Internatonal Journal of Emergng Technologes n Computatonal and Appled Scences

More information

Optimal probability weights for estimating causal effects of time-varying treatments with marginal structural Cox models

Optimal probability weights for estimating causal effects of time-varying treatments with marginal structural Cox models Optmal probablty weghts for estmatng causal effects of tme-varyng treatments wth margnal structural Cox models Mchele Santacatterna, Cela García-Pareja Rno Bellocco, Anders Sönnerborg, Anna Ma Ekström

More information

I I I I I I I I I I I I 60

I I I I I I I I I I I I 60 EFFECT OF AGE, STAGE OF LACTATON, MLK YELD AND HEALTH EVENTS ON LENGTH OF PRODUCTVE LFE N SWEDSH DARY CATTLE ASSESSED BY SURVVAL ANALYSS. P.A. Oltenacu l, J. Carvalhera, U. Emanuelson 2 and V. Ducrocq

More information

Appendix for. Institutions and Behavior: Experimental Evidence on the Effects of Democracy

Appendix for. Institutions and Behavior: Experimental Evidence on the Effects of Democracy Appendx for Insttutons and Behavor: Expermental Evdence on the Effects of Democrac 1. Instructons 1.1 Orgnal sessons Welcome You are about to partcpate n a stud on decson-makng, and ou wll be pad for our

More information

Copy Number Variation Methods and Data

Copy Number Variation Methods and Data Copy Number Varaton Methods and Data Copy number varaton (CNV) Reference Sequence ACCTGCAATGAT TAAGCCCGGG TTGCAACGTTAGGCA Populaton ACCTGCAATGAT TAAGCCCGGG TTGCAACGTTAGGCA ACCTGCAATGAT TTGCAACGTTAGGCA

More information

HIV/AIDS-related Expectations and Risky Sexual Behavior in Malawi

HIV/AIDS-related Expectations and Risky Sexual Behavior in Malawi HIV/AIDS-related Expectatons and Rsky Sexual Behavor n Malaw Adelne Delavande Unversty of Essex and RAND Corporaton Hans-Peter Kohler Unversty of Pennsylvanna January 202 Abstract We use probablstc expectatons

More information

Richard Williams Notre Dame Sociology Meetings of the European Survey Research Association Ljubljana,

Richard Williams Notre Dame Sociology   Meetings of the European Survey Research Association Ljubljana, Rchard Wllams Notre Dame Socology rwllam@nd.edu http://www.nd.edu/~rwllam Meetngs of the European Survey Research Assocaton Ljubljana, Slovena July 19, 2013 Comparng Logt and Probt Coeffcents across groups

More information

PSI Tuberculosis Health Impact Estimation Model. Warren Stevens and David Jeffries Research & Metrics, Population Services International

PSI Tuberculosis Health Impact Estimation Model. Warren Stevens and David Jeffries Research & Metrics, Population Services International PSI Tuberculoss Health Impact Estmaton Model Warren Stevens and Davd Jeffres Research & Metrcs, Populaton Servces Internatonal June 2009 Ths document may be freely revewed, quoted, reproduced or translated,

More information

INITIAL ANALYSIS OF AWS-OBSERVED TEMPERATURE

INITIAL ANALYSIS OF AWS-OBSERVED TEMPERATURE INITIAL ANALYSIS OF AWS-OBSERVED TEMPERATURE Wang Yng, Lu Xaonng, Ren Zhhua, Natonal Meteorologcal Informaton Center, Bejng, Chna Tel.:+86 684755, E-mal:cdcsjk@cma.gov.cn Abstract From, n Chna meteorologcal

More information

A comparison of statistical methods in interrupted time series analysis to estimate an intervention effect

A comparison of statistical methods in interrupted time series analysis to estimate an intervention effect Peer revew stream A comparson of statstcal methods n nterrupted tme seres analyss to estmate an nterventon effect a,b, J.J.J., Walter c, S., Grzebeta a, R. & Olver b, J. a Transport and Road Safety, Unversty

More information

HIV/AIDS-related Expectations and Risky Sexual Behavior in Malawi

HIV/AIDS-related Expectations and Risky Sexual Behavior in Malawi Unversty of Pennsylvana ScholarlyCommons PSC Workng Paper Seres 7-29-20 HIV/AIDS-related Expectatons and Rsky Sexual Behavor n Malaw Adelne Delavande RAND Corporaton, Nova School of Busness and Economcs

More information

Non-parametric Survival Analysis for Breast Cancer Using nonmedical

Non-parametric Survival Analysis for Breast Cancer Using nonmedical IOSR Journal Of Humantes And Socal Scence (IOSR-JHSS) Volume 1, Issue 5, Ver. 1 (May. 16) PP -34 e-issn: 79-837, p-issn: 79-845. www.osrjournals.org Non-parametrc Survval Analyss for Breast Cancer Usng

More information

Price linkages in value chains: methodology

Price linkages in value chains: methodology Prce lnkages n value chans: methodology Prof. Trond Bjorndal, CEMARE. Unversty of Portsmouth, UK. and Prof. José Fernández-Polanco Unversty of Cantabra, Span. FAO INFOSAMAK Tangers, Morocco 14 March 2012

More information

Statistically Weighted Voting Analysis of Microarrays for Molecular Pattern Selection and Discovery Cancer Genotypes

Statistically Weighted Voting Analysis of Microarrays for Molecular Pattern Selection and Discovery Cancer Genotypes IJCSNS Internatonal Journal of Computer Scence and Network Securty, VOL.6 No.2, December 26 73 Statstcally Weghted Votng Analyss of Mcroarrays for Molecular Pattern Selecton and Dscovery Cancer Genotypes

More information

BIOSTATISTICS. Lecture 1 Data Presentation and Descriptive Statistics. dr. Petr Nazarov

BIOSTATISTICS. Lecture 1 Data Presentation and Descriptive Statistics. dr. Petr Nazarov Genomcs Research Unt BIOSTATISTICS Lecture 1 Data Presentaton and Descrptve Statstcs dr. Petr Nazarov 3-03-2017 petr.nazarov@lh.lu COURSE OVERVIEW Organzaton: 60h = 12 days Theoretcal course (30h) Theory

More information

CONSTRUCTION OF STOCHASTIC MODEL FOR TIME TO DENGUE VIRUS TRANSMISSION WITH EXPONENTIAL DISTRIBUTION

CONSTRUCTION OF STOCHASTIC MODEL FOR TIME TO DENGUE VIRUS TRANSMISSION WITH EXPONENTIAL DISTRIBUTION Internatonal Journal of Pure and Appled Mathematcal Scences. ISSN 97-988 Volume, Number (7), pp. 3- Research Inda Publcatons http://www.rpublcaton.com ONSTRUTION OF STOHASTI MODEL FOR TIME TO DENGUE VIRUS

More information

Alma Mater Studiorum Università di Bologna DOTTORATO DI RICERCA IN METODOLOGIA STATISTICA PER LA RICERCA SCIENTIFICA

Alma Mater Studiorum Università di Bologna DOTTORATO DI RICERCA IN METODOLOGIA STATISTICA PER LA RICERCA SCIENTIFICA Alma Mater Studorum Unverstà d Bologna DOTTORATO DI RICERCA IN METODOLOGIA STATISTICA PER LA RICERCA SCIENTIFICA Cclo XXVII Settore Concorsuale d afferenza: 13/D1 Settore Scentfco dscplnare: SECS-S/02

More information

310 Int'l Conf. Par. and Dist. Proc. Tech. and Appl. PDPTA'16

310 Int'l Conf. Par. and Dist. Proc. Tech. and Appl. PDPTA'16 310 Int'l Conf. Par. and Dst. Proc. Tech. and Appl. PDPTA'16 Akra Sasatan and Hrosh Ish Graduate School of Informaton and Telecommuncaton Engneerng, Toka Unversty, Mnato, Tokyo, Japan Abstract The end-to-end

More information

WHO S ASSESSMENT OF HEALTH CARE INDUSTRY PERFORMANCE: RATING THE RANKINGS

WHO S ASSESSMENT OF HEALTH CARE INDUSTRY PERFORMANCE: RATING THE RANKINGS WHO S ASSESSMENT OF HEALTH CARE INDUSTRY PERFORMANCE: RATING THE RANKINGS ELLIOTT PARKER and JEANNE WENDEL * Department of Economcs, Unversty of Nevada, Reno, NV, USA SUMMARY Ths paper examnes the econometrc

More information

National Polyp Study data: evidence for regression of adenomas

National Polyp Study data: evidence for regression of adenomas 5 Natonal Polyp Study data: evdence for regresson of adenomas 78 Chapter 5 Abstract Objectves The data of the Natonal Polyp Study, a large longtudnal study on survellance of adenoma patents, s used for

More information

Optimal Planning of Charging Station for Phased Electric Vehicle *

Optimal Planning of Charging Station for Phased Electric Vehicle * Energy and Power Engneerng, 2013, 5, 1393-1397 do:10.4236/epe.2013.54b264 Publshed Onlne July 2013 (http://www.scrp.org/ournal/epe) Optmal Plannng of Chargng Staton for Phased Electrc Vehcle * Yang Gao,

More information

A MIXTURE OF EXPERTS FOR CATARACT DIAGNOSIS IN HOSPITAL SCREENING DATA

A MIXTURE OF EXPERTS FOR CATARACT DIAGNOSIS IN HOSPITAL SCREENING DATA Journal of Theoretcal and Appled Informaton Technology 2005 ongong JATIT & LLS ISSN: 1992-8645 www.jatt.org E-ISSN: 1817-3195 A MIXTURE OF EXPERTS FOR CATARACT DIAGNOSIS IN HOSPITAL SCREENING DATA 1 SUNGMIN

More information

Concentration of teicoplanin in the serum of adults with end stage chronic renal failure undergoing treatment for infection

Concentration of teicoplanin in the serum of adults with end stage chronic renal failure undergoing treatment for infection Journal of Antmcrobal Chemotherapy (1996) 37, 117-121 Concentraton of tecoplann n the serum of adults wth end stage chronc renal falure undergong treatment for nfecton A. MercateUo'*, K. Jaber*, D. Hfflare-Buys*,

More information

What Determines Attitude Improvements? Does Religiosity Help?

What Determines Attitude Improvements? Does Religiosity Help? Internatonal Journal of Busness and Socal Scence Vol. 4 No. 9; August 2013 What Determnes Atttude Improvements? Does Relgosty Help? Madhu S. Mohanty Calforna State Unversty-Los Angeles Los Angeles, 5151

More information

Using Past Queries for Resource Selection in Distributed Information Retrieval

Using Past Queries for Resource Selection in Distributed Information Retrieval Purdue Unversty Purdue e-pubs Department of Computer Scence Techncal Reports Department of Computer Scence 2011 Usng Past Queres for Resource Selecton n Dstrbuted Informaton Retreval Sulleyman Cetntas

More information

Desperation or Desire? The Role of Risk Aversion in Marriage. Christy Spivey, Ph.D. * forthcoming, Economic Inquiry. Abstract

Desperation or Desire? The Role of Risk Aversion in Marriage. Christy Spivey, Ph.D. * forthcoming, Economic Inquiry. Abstract Desperaton or Desre? The Role of Rsk Averson n Marrage Chrsty Spvey, Ph.D. * forthcomng, Economc Inury Abstract Because of the uncertanty nherent n searchng for a spouse and the uncertanty of the future

More information

The Limits of Individual Identification from Sample Allele Frequencies: Theory and Statistical Analysis

The Limits of Individual Identification from Sample Allele Frequencies: Theory and Statistical Analysis The Lmts of Indvdual Identfcaton from Sample Allele Frequences: Theory and Statstcal Analyss Peter M. Vsscher 1 *, Wllam G. Hll 2 1 Queensland Insttute of Medcal Research, Brsbane, Australa, 2 Insttute

More information

Gurprit Grover and Dulumoni Das* Department of Statistics, Faculty of Mathematical Sciences, University of Delhi, Delhi, India.

Gurprit Grover and Dulumoni Das* Department of Statistics, Faculty of Mathematical Sciences, University of Delhi, Delhi, India. Journal of AIDS and HIV Research Vol. 3(), pp. -9, January 20 Avalable onlne http:// academcjournals.org/jahr ISSN 24-2359 20 Academc Journals Full Length Research Paper Decrement table and the estmaton

More information

STAGE-STRUCTURED POPULATION DYNAMICS OF AEDES AEGYPTI

STAGE-STRUCTURED POPULATION DYNAMICS OF AEDES AEGYPTI Internatonal Conference Mathematcal and Computatonal Bology 211 Internatonal Journal of Modern Physcs: Conference Seres Vol. 9 (212) 364 372 World Scentfc Publshng Company DOI: 1.1142/S21194512543 STAGE-STRUCTURED

More information

NUMERICAL COMPARISONS OF BIOASSAY METHODS IN ESTIMATING LC50 TIANHONG ZHOU

NUMERICAL COMPARISONS OF BIOASSAY METHODS IN ESTIMATING LC50 TIANHONG ZHOU NUMERICAL COMPARISONS OF BIOASSAY METHODS IN ESTIMATING LC50 by TIANHONG ZHOU B.S., Chna Agrcultural Unversty, 2003 M.S., Chna Agrcultural Unversty, 2006 A THESIS submtted n partal fulfllment of the requrements

More information

Statistical Analysis on Infectious Diseases in Dubai, UAE

Statistical Analysis on Infectious Diseases in Dubai, UAE Internatonal Journal of Preventve Medcne Research Vol. 1, No. 4, 015, pp. 60-66 http://www.ascence.org/journal/jpmr Statstcal Analyss on Infectous Dseases 1995-013 n Duba, UAE Khams F. G. 1, Hussan H.

More information

Estimation for Pavement Performance Curve based on Kyoto Model : A Case Study for Highway in the State of Sao Paulo

Estimation for Pavement Performance Curve based on Kyoto Model : A Case Study for Highway in the State of Sao Paulo Estmaton for Pavement Performance Curve based on Kyoto Model : A Case Study for Kazuya AOKI, PASCO CORPORATION, Yokohama, JAPAN, Emal : kakzo603@pasco.co.jp Octávo de Souza Campos, Publc Servces Regulatory

More information

Causal inference in nonexperimental studies typically

Causal inference in nonexperimental studies typically Orgnal Artcle Regresson Dscontnuty Desgns n Epdemology Causal Inference Wthout Randomzed Trals Jacob Bor, a,b,c Ellen Moscoe, c Porta Mutevedz, b Mare-Louse Newell, b,d and Tll Bärnghausen b,c Abstract:

More information

Sequential meta-analysis to determine whether or not to start another trial: the high frequency versus conventional mechanical ventilation example

Sequential meta-analysis to determine whether or not to start another trial: the high frequency versus conventional mechanical ventilation example . Sequental meta-analyss to determne whether or not to start another tral: the hgh frequency versus conventonal mechancal ventlaton example Sequental analyss shows value of new trals Casper W. Bollen,

More information

INTEGRATIVE NETWORK ANALYSIS TO IDENTIFY ABERRANT PATHWAY NETWORKS IN OVARIAN CANCER

INTEGRATIVE NETWORK ANALYSIS TO IDENTIFY ABERRANT PATHWAY NETWORKS IN OVARIAN CANCER INTEGRATIVE NETWORK ANALYSIS TO IDENTIFY ABERRANT PATHWAY NETWORKS IN OVARIAN CANCER LI CHEN 1,2, JIANHUA XUAN 1,*, JINGHUA GU 1, YUE WANG 1, ZHEN ZHANG 2, TIAN LI WANG 2, IE MING SHIH 2 1The Bradley Department

More information

ARTICLE IN PRESS Neuropsychologia xxx (2010) xxx xxx

ARTICLE IN PRESS Neuropsychologia xxx (2010) xxx xxx Neuropsychologa xxx (200) xxx xxx Contents lsts avalable at ScenceDrect Neuropsychologa journal homepage: www.elsever.com/locate/neuropsychologa Storage and bndng of object features n vsual workng memory

More information

Economic crisis and follow-up of the conditions that define metabolic syndrome in a cohort of Catalonia,

Economic crisis and follow-up of the conditions that define metabolic syndrome in a cohort of Catalonia, Economc crss and follow-up of the condtons that defne metabolc syndrome n a cohort of Catalona, 2005-2012 Laa Maynou 1,2,3, Joan Gl 4, Gabrel Coll-de-Tuero 5,2, Ton Mora 6, Carme Saurna 1,2, Anton Scras

More information

A GEOGRAPHICAL AND STATISTICAL ANALYSIS OF LEUKEMIA DEATHS RELATING TO NUCLEAR POWER PLANTS. Whitney Thompson, Sarah McGinnis, Darius McDaniel,

A GEOGRAPHICAL AND STATISTICAL ANALYSIS OF LEUKEMIA DEATHS RELATING TO NUCLEAR POWER PLANTS. Whitney Thompson, Sarah McGinnis, Darius McDaniel, A GEOGRAPHICAL AD STATISTICAL AALYSIS OF LEUKEMIA DEATHS RELATIG TO UCLEAR POWER PLATS Whtney Thompson, Sarah McGnns, Darus McDanel, Jean Sexton, Rebecca Pettt, Sarah Anderson, Monca Jackson ABSTRACT:

More information

Working Paper Asymmetric Price Responses of Gasoline Stations: Evidence for Heterogeneity of Retailers

Working Paper Asymmetric Price Responses of Gasoline Stations: Evidence for Heterogeneity of Retailers econstor www.econstor.eu Der Open-Access-Publkatonsserver der ZBW Lebnz-Informatonszentrum Wrtschaft The Open Access Publcaton Server of the ZBW Lebnz Informaton Centre for Economcs Faber, Remer P. Workng

More information

BIOSTATISTICS. Lecture 1 Data Presentation and Descriptive Statistics. dr. Petr Nazarov

BIOSTATISTICS. Lecture 1 Data Presentation and Descriptive Statistics. dr. Petr Nazarov Mcroarray Center BIOSTATISTICS Lecture 1 Data Presentaton and Descrptve Statstcs dr. Petr Nazarov 22-02-2012 petr.nazarov@crp-sante.lu COURSE OVERVIEW Organzaton Theoretcal course (30h) Theory Explanatons

More information

HIV/AIDS AND POVERTY IN SOUTH AFRICA: A BAYESIAN ESTIMATION OF SELECTION MODELS WITH CORRELATED FIXED-EFFECTS

HIV/AIDS AND POVERTY IN SOUTH AFRICA: A BAYESIAN ESTIMATION OF SELECTION MODELS WITH CORRELATED FIXED-EFFECTS HIV/AIDS AND POVERTY IN SOUTH AFRICA: A BAYESIAN ESTIMATION OF SELECTION MODELS WITH CORRELATED FIXED-EFFECTS FABRICE MURTIN* AND FEDERICA MARZO Abstract In ths paper, we estmate the causal mpact of human

More information

Biased Perceptions of Income Distribution and Preferences for Redistribution: Evidence from a Survey Experiment

Biased Perceptions of Income Distribution and Preferences for Redistribution: Evidence from a Survey Experiment DISCUSSION PAPER SERIES IZA DP No. 5699 Based Perceptons of Income Dstrbuton and Preferences for Redstrbuton: Evdence from a Survey Experment Gullermo Cruces Rcardo Pérez Trugla Martn Tetaz May 2011 Forschungsnsttut

More information

Evaluation of the generalized gamma as a tool for treatment planning optimization

Evaluation of the generalized gamma as a tool for treatment planning optimization Internatonal Journal of Cancer Therapy and Oncology www.jcto.org Evaluaton of the generalzed gamma as a tool for treatment plannng optmzaton Emmanoul I Petrou 1,, Ganesh Narayanasamy 3, Eleftheros Lavdas

More information

Estimating the distribution of the window period for recent HIV infections: A comparison of statistical methods

Estimating the distribution of the window period for recent HIV infections: A comparison of statistical methods Research Artcle Receved 30 September 2009, Accepted 15 March 2010 Publshed onlne n Wley Onlne Lbrary (wleyonlnelbrary.com) DOI: 10.1002/sm.3941 Estmatng the dstrbuton of the wndow perod for recent HIV

More information

Impact of Imputation of Missing Data on Estimation of Survival Rates: An Example in Breast Cancer

Impact of Imputation of Missing Data on Estimation of Survival Rates: An Example in Breast Cancer Orgnal Artcle Impact of Imputaton of Mssng Data on Estmaton of Survval Rates: An Example n Breast Cancer Banesh MR 1, Tale AR 2 Abstract Background: Multfactoral regresson models are frequently used n

More information

Does reporting heterogeneity bias the measurement of health disparities?

Does reporting heterogeneity bias the measurement of health disparities? HEDG Workng Paper 06/03 Does reportng heterogenety bas the measurement of health dspartes? Teresa Bago d Uva Eddy Van Doorslaer Maarten Lndeboom Owen O Donnell Somnath Chatterj March 2006 ISSN 1751-1976

More information

Disease Mapping for Stomach Cancer in Libya Based on Besag York Mollié (BYM) Model

Disease Mapping for Stomach Cancer in Libya Based on Besag York Mollié (BYM) Model DI:0.034/APJCP.07.8.6.479 Dsease Mappng for Stomach Cancer n Lbya: Bayesan Study RESEARC ARTICLE Dsease Mappng for Stomach Cancer n Lbya Based on Besag York Mollé (BYM) Model Maryam Ahmed Salem Alhdr *,

More information

The positive stable frailty model application to assess survival effect of health care reform on patients with acute myocardial infarction

The positive stable frailty model application to assess survival effect of health care reform on patients with acute myocardial infarction The Pharma Innovaton Journal 2014; 3(8): 67-72 ISSN: 2277-7695 TPI 2014; 3(8): 67-72 2013 TPI www.thepharmajournal.com Receved: 09-08-2014 Accepted: 19-09-2014 Ocheredko Oleksandr Progov memoral Vnntsa

More information

Saeed Ghanbari, Seyyed Mohammad Taghi Ayatollahi*, Najaf Zare

Saeed Ghanbari, Seyyed Mohammad Taghi Ayatollahi*, Najaf Zare DOI:http://dx.do.org/10.7314/APJCP.2015.16.14.5655 and Anthracyclne- Breast Cancer Treatment and Survval n the Eastern Medterranean and Asa: a Meta-analyss RESEARCH ARTICLE Comparng Role of Two Chemotherapy

More information

Study and Comparison of Various Techniques of Image Edge Detection

Study and Comparison of Various Techniques of Image Edge Detection Gureet Sngh et al Int. Journal of Engneerng Research Applcatons RESEARCH ARTICLE OPEN ACCESS Study Comparson of Varous Technques of Image Edge Detecton Gureet Sngh*, Er. Harnder sngh** *(Department of

More information

Association between cholesterol and cardiac parameters.

Association between cholesterol and cardiac parameters. Short communcaton http://www.alledacademes.org/cholesterol-and-heart-dsease/ Assocaton between cholesterol and cardac parameters. Rabndra Nath Das* Department of Statstcs, The Unversty of Burdwan, Burdwan,

More information

Lateral Transfer Data Report. Principal Investigator: Andrea Baptiste, MA, OT, CIE Co-Investigator: Kay Steadman, MA, OTR, CHSP. Executive Summary:

Lateral Transfer Data Report. Principal Investigator: Andrea Baptiste, MA, OT, CIE Co-Investigator: Kay Steadman, MA, OTR, CHSP. Executive Summary: Samar tmed c ali ndus t r esi nc 55Fl em ngdr ve, Un t#9 Cambr dge, ON. N1T2A9 T el. 18886582206 Ema l. nf o@s amar t r ol l boar d. c om www. s amar t r ol l boar d. c om Lateral Transfer Data Report

More information

Normal variation in the length of the luteal phase of the menstrual cycle: identification of the short luteal phase

Normal variation in the length of the luteal phase of the menstrual cycle: identification of the short luteal phase Brtsh Journal of Obstetrcs and Gvnaecologjl July 1984, Vol. 9 1, pp. 685-689 Normal varaton n the length of the luteal phase of the menstrual cycle: dentfcaton of the short luteal phase ELIZABETH A. LENTON,

More information

Physical Model for the Evolution of the Genetic Code

Physical Model for the Evolution of the Genetic Code Physcal Model for the Evoluton of the Genetc Code Tatsuro Yamashta Osamu Narkyo Department of Physcs, Kyushu Unversty, Fukuoka 8-856, Japan Abstract We propose a physcal model to descrbe the mechansms

More information

Insights in Genetics and Genomics

Insights in Genetics and Genomics Insghts n Genetcs and Genomcs Research Artcle Open Access New Score Tests for Equalty of Varances n the Applcaton of DNA Methylaton Data Analyss [Verson ] Welang Qu Xuan L Jarrett Morrow Dawn L DeMeo Scott

More information

Are Drinkers Prone to Engage in Risky Sexual Behaviors?

Are Drinkers Prone to Engage in Risky Sexual Behaviors? Amercan Internatonal Journal of Socal Scence Vol. 2 No. 5; July 2013 Are Drnkers Prone to Engage n Rsky Sexual Behavors? Ana Isabel Gl Lacruz Zaragoza Unversty Department of Busness Organzaton and Management

More information

Evaluation of two release operations at Bonneville Dam on the smolt-to-adult survival of Spring Creek National Fish Hatchery fall Chinook salmon

Evaluation of two release operations at Bonneville Dam on the smolt-to-adult survival of Spring Creek National Fish Hatchery fall Chinook salmon Evaluaton of two release operatons at Bonnevlle Dam on the smolt-to-adult survval of Sprng Creek Natonal Fsh Hatchery fall Chnook salmon By Steven L. Haeseker and Davd Wlls Columba Rver Fshery Program

More information

Gene Selection Based on Mutual Information for the Classification of Multi-class Cancer

Gene Selection Based on Mutual Information for the Classification of Multi-class Cancer Gene Selecton Based on Mutual Informaton for the Classfcaton of Mult-class Cancer Sheng-Bo Guo,, Mchael R. Lyu 3, and Tat-Mng Lok 4 Department of Automaton, Unversty of Scence and Technology of Chna, Hefe,

More information

Chapter 20. Aggregation and calibration. Betina Dimaranan, Thomas Hertel, Robert McDougall

Chapter 20. Aggregation and calibration. Betina Dimaranan, Thomas Hertel, Robert McDougall Chapter 20 Aggregaton and calbraton Betna Dmaranan, Thomas Hertel, Robert McDougall In the prevous chapter we dscussed how the fnal verson 3 GTAP data base was assembled. Ths data base s extremely large.

More information

EFFICIENCY CONSIDERATIONS FOR THE PURELY TAPERED INTERFERENCE FIT (TIF) ABUTMENTS USED IN DENTAL IMPLANTS

EFFICIENCY CONSIDERATIONS FOR THE PURELY TAPERED INTERFERENCE FIT (TIF) ABUTMENTS USED IN DENTAL IMPLANTS EFFICIENCY CONSIDERATIONS FOR THE PURELY TAPERED INTERFERENCE FIT (TIF) ABUTMENTS USED IN DENTAL IMPLANTS by Dnçer Bozkaya, Graduate Student Snan Müftü 1, Ph.D. Assocate Professor Northeastern Unversty

More information

FAST DETECTION OF MASSES IN MAMMOGRAMS WITH DIFFICULT CASE EXCLUSION

FAST DETECTION OF MASSES IN MAMMOGRAMS WITH DIFFICULT CASE EXCLUSION computng@tanet.edu.te.ua www.tanet.edu.te.ua/computng ISSN 727-6209 Internatonal Scentfc Journal of Computng FAST DETECTION OF MASSES IN MAMMOGRAMS WITH DIFFICULT CASE EXCLUSION Gábor Takács ), Béla Patak

More information

Myocardial Motion Analysis of Echocardiography Images using Optical Flow Radial Direction Distribution

Myocardial Motion Analysis of Echocardiography Images using Optical Flow Radial Direction Distribution Journal of Computer Scence 7 (7): 1046-1051, 011 ISSN 1549-3636 011 Scence Publcatons Myocardal Moton Analyss of Echocardography Images usng Optcal Flow Radal Drecton Dstrbuton Slamet Ryad, Mohd Marzuk

More information

Inverted-U and Inverted-J Effects in Self-Referenced Decisions

Inverted-U and Inverted-J Effects in Self-Referenced Decisions Inverted-U and Inverted-J Effects n Self-Referenced Decsons Kenpe SHIINA (shnaatwaseda.jp) Department of Educatonal Psychology, Waseda Unversty, Tokyo, Japan Abstract Ratng one s own personalty trats s

More information

Validation of the Gravity Model in Predicting the Global Spread of Influenza

Validation of the Gravity Model in Predicting the Global Spread of Influenza Int. J. Envron. Res. Publc Health 2011, 8, 3134-3143; do:10.3390/jerph8083134 OPEN ACCESS Internatonal Journal of Envronmental Research and Publc Health ISSN 1660-4601 www.mdp.com/journal/jerph Artcle

More information

Length of Hospital Stay After Acute Myocardial Infarction in the Myocardial Infarction Triage and Intervention (MITI) Project Registry

Length of Hospital Stay After Acute Myocardial Infarction in the Myocardial Infarction Triage and Intervention (MITI) Project Registry JACC Vol. 28, No. 2 287 CLINICAL STUDIES MYOCARDIAL INFARCTION Length of Hosptal Stay After Acute Myocardal Infarcton n the Myocardal Infarcton Trage and Interventon (MITI) Project Regstry NATHAN R. EVERY,

More information

Statistical models for predicting number of involved nodes in breast cancer patients

Statistical models for predicting number of involved nodes in breast cancer patients Vol.2, No.7, 641-651 (2010) do:10.4236/health.2010.27098 Health Statstcal models for predctng number of nvolved nodes n breast cancer patents Alok Kumar Dwved 1 *, Sada Nand Dwved 2, Suryanarayana Deo

More information

A Meta-Analysis of the Effect of Education on Social Capital

A Meta-Analysis of the Effect of Education on Social Capital A Meta-Analyss of the Effect of Educaton on Socal Captal Huang Jan ** "Scholar" Research Center for Educaton and Labor Market Department of Economcs, Unversty of Amsterdam and Tnbergen Insttute by Henrëtte

More information

arxiv: v1 [cs.cy] 9 Nov 2018

arxiv: v1 [cs.cy] 9 Nov 2018 Modelng Rape Reportng Delays Usng Spatal, Temporal Socal Features arxv:1811.03939v1 [cs.cy] 9 Nov 2018 Konstantn Klemmer *, Danel B. Nell $ & Stephen A. Jarvs * * Department of Computer Scence, Unversty

More information

Project title: Mathematical Models of Fish Populations in Marine Reserves

Project title: Mathematical Models of Fish Populations in Marine Reserves Applcaton for Fundng (Malaspna Research Fund) Date: November 0, 2005 Project ttle: Mathematcal Models of Fsh Populatons n Marne Reserves Dr. Lev V. Idels Unversty College Professor Mathematcs Department

More information

Are National School Lunch Program Participants More Likely to be Obese? Dealing with Identification

Are National School Lunch Program Participants More Likely to be Obese? Dealing with Identification Are Natonal School Lunch Program Partcpants More Lkely to be Obese? Dealng wth Identfcaton Janet G. Peckham Graduate Student, Clemson Unversty (jgemml@clemson.edu) Jaclyn D. Kropp Assstant Professor, Clemson

More information

BAYESIAN EXPONENTIAL SURVIVAL MODEL IN THE ANALYSIS OF UNEMPLOYMENT DURATION DETERMINANTS

BAYESIAN EXPONENTIAL SURVIVAL MODEL IN THE ANALYSIS OF UNEMPLOYMENT DURATION DETERMINANTS A C T A U N I V E R S I T A T I S L O D Z I E N S I S FOLIA OECONOMICA 269, 2012 BAYESIAN EXPONENTIAL SURVIVAL MODEL IN THE ANALYSIS OF UNEMPLOYMENT DURATION DETERMINANTS Abstract. The prmary objectve

More information

NBER WORKING PAPER SERIES THE IMPACT OF HEALTH INSURANCE EXPANSION ON PHYSICIAN TREATMENT CHOICE: MEDICARE PART D AND PHYSICIAN PRESCRIBING

NBER WORKING PAPER SERIES THE IMPACT OF HEALTH INSURANCE EXPANSION ON PHYSICIAN TREATMENT CHOICE: MEDICARE PART D AND PHYSICIAN PRESCRIBING NBER WORKING PAPER SERIES THE IMPACT OF HEALTH INSURANCE EXPANSION ON PHYSICIAN TREATMENT CHOICE: MEDICARE PART D AND PHYSICIAN PRESCRIBING Tanyan Hu Sandra L. Decker Shn-Y Chou Workng Paper 20708 http://www.nber.org/papers/w20708

More information

CLUSTERING is always popular in modern technology

CLUSTERING is always popular in modern technology Max-Entropy Feed-Forward Clusterng Neural Network Han Xao, Xaoyan Zhu arxv:1506.03623v1 [cs.lg] 11 Jun 2015 Abstract The outputs of non-lnear feed-forward neural network are postve, whch could be treated

More information

Efficiency Considerations for the Purely Tapered Interference Fit (TIF) Abutments Used in Dental Implants

Efficiency Considerations for the Purely Tapered Interference Fit (TIF) Abutments Used in Dental Implants Dnçer Bozkaya Graduate Student Snan Müftü* Ph.D., Assocate Professor Northeastern Unversty, Department of Mechancal Engneerng, Boston, MA 0115 Effcency Consderatons for the Purely Tapered Interference

More information

Subject-Adaptive Real-Time Sleep Stage Classification Based on Conditional Random Field

Subject-Adaptive Real-Time Sleep Stage Classification Based on Conditional Random Field Subject-Adaptve Real-Tme Sleep Stage Classfcaton Based on Condtonal Random Feld Gang Luo, PhD, Wanl Mn, PhD IBM TJ Watson Research Center, Hawthorne, NY {luog, wanlmn}@usbmcom Abstract Sleep stagng s the

More information

4.2 Scheduling to Minimize Maximum Lateness

4.2 Scheduling to Minimize Maximum Lateness 4. Schedulng to Mnmze Maxmum Lateness Schedulng to Mnmzng Maxmum Lateness Mnmzng lateness problem. Sngle resource processes one ob at a tme. Job requres t unts of processng tme and s due at tme d. If starts

More information

Figure S1. 1g tumors (weeks) ikras. Lean Obese. Lean Obese 25 KPC

Figure S1. 1g tumors (weeks) ikras. Lean Obese. Lean Obese 25 KPC Fgure S 5 Tme to develop g tumors (weeks) 5 5 Tme to develop g tumors (weeks) 5 5 KRS KPC Fgure S. Effect of obesty on tumor ntaton. Tme to develop tumors of about g n KPC and KRS mce fed low or hgh-fat

More information

Bimodal Bidding in Experimental All-Pay Auctions

Bimodal Bidding in Experimental All-Pay Auctions Bmodal Bddng n Expermental All-Pay Auctons Chrstane Ernst and Chrstan Thön August 2009 Dscusson Paper no. 2009-25 Department of Economcs Unversty of St. Gallen Edtor: Publsher: Electronc Publcaton: Martna

More information

Addressing empirical challenges related to the incentive compatibility of stated preference methods

Addressing empirical challenges related to the incentive compatibility of stated preference methods Addressng emprcal challenges related to the ncentve compatblty of stated preference methods Mkołaj Czajkowsk 1, Chrstan A. Vossler 2,, Wktor Budzńsk 1, Aleksandra Wśnewska 1 and Ewa Zawojska 1 The fnal

More information

Rainbow trout survival and capture probabilities in the upper Rangitikei River, New Zealand

Rainbow trout survival and capture probabilities in the upper Rangitikei River, New Zealand Ranbow trout survval and capture probabltes n the upper Rangtke Rver, New Zealand Rchard J Barker Department of Mathematcs and Statstcs Unversty of Otago P.O. Box 56 Dunedn, New Zealand Peter H Taylor

More information

EVALUATION OF BULK MODULUS AND RING DIAMETER OF SOME TELLURITE GLASS SYSTEMS

EVALUATION OF BULK MODULUS AND RING DIAMETER OF SOME TELLURITE GLASS SYSTEMS Chalcogende Letters Vol. 12, No. 2, February 2015, p. 67-74 EVALUATION OF BULK MODULUS AND RING DIAMETER OF SOME TELLURITE GLASS SYSTEMS R. EL-MALLAWANY a*, M.S. GAAFAR b, N. VEERAIAH c a Physcs Dept.,

More information

TOPICS IN HEALTH ECONOMETRICS

TOPICS IN HEALTH ECONOMETRICS TOPICS IN HEALTH ECONOMETRICS By VIDHURA SENANI BANDARA WIJAYAWARDHANA TENNEKOON A dssertaton submtted n partal fulfllment of the requrements for the degree of DOCTOR OF PHILOSOPHY WASHINGTON STATE UNIVERSITY

More information

An Introduction to Modern Measurement Theory

An Introduction to Modern Measurement Theory An Introducton to Modern Measurement Theory Ths tutoral was wrtten as an ntroducton to the bascs of tem response theory (IRT) modelng and ts applcatons to health outcomes measurement for the Natonal Cancer

More information

Introduction ORIGINAL RESEARCH

Introduction ORIGINAL RESEARCH ORIGINAL RESEARCH Assessng the Statstcal Sgnfcance of the Acheved Classfcaton Error of Classfers Constructed usng Serum Peptde Profles, and a Prescrpton for Random Samplng Repeated Studes for Massve Hgh-Throughput

More information

Integration of sensory information within touch and across modalities

Integration of sensory information within touch and across modalities Integraton of sensory nformaton wthn touch and across modaltes Marc O. Ernst, Jean-Perre Brescan, Knut Drewng & Henrch H. Bülthoff Max Planck Insttute for Bologcal Cybernetcs 72076 Tübngen, Germany marc.ernst@tuebngen.mpg.de

More information

Modeling seasonal variation in indoor radon concentrations

Modeling seasonal variation in indoor radon concentrations Journal of Exposure Analyss and Envronmental Epdemology (2005) 15, 234 243 r 2005 Nature Publshng Group All rghts reserved 1053-4245/05/$30.00 www.nature.com/ea Modelng seasonal varaton n ndoor radon concentratons

More information

Dr.S.Sumathi 1, Mrs.V.Agalya 2 Mahendra Engineering College, Mahendhirapuri, Mallasamudram

Dr.S.Sumathi 1, Mrs.V.Agalya 2 Mahendra Engineering College, Mahendhirapuri, Mallasamudram Detecton Of Myocardal Ischema In ECG Sgnals Usng Support Vector Machne Dr.S.Sumath 1, Mrs.V.Agalya Mahendra Engneerng College, Mahendhrapur, Mallasamudram Abstract--Ths paper presents an ntellectual dagnoss

More information

Feature Selection for Predicting Tumor Metastases in Microarray Experiments using Paired Design

Feature Selection for Predicting Tumor Metastases in Microarray Experiments using Paired Design Feature Selecton for Predctng Tumor Metastases n Mcroarray Experments usng Pared Desgn Qhua Tan 1,2, Mads Thomassen 1 and Torben A. Kruse 1 ORIGINAL RESEARCH 1 Department of Bochemstry, Pharmacology and

More information