Log Negative Binomial Regression Using the GENMOO" Procedure SAS/STAT" Software

Size: px
Start display at page:

Download "Log Negative Binomial Regression Using the GENMOO" Procedure SAS/STAT" Software"

Transcription

1 Abstract Log Negative Binomial Regression Using the GENMOO" Procedure SAS/STAT" Software Joseph M. Hilbe Oepartment of Sociology, Arizona State University, Tempe, AZ The negative binomial model is a member of the GLM..type exponential family of distributions. The Iog-linked form of the distribution allows useful modeling of many types of overdispersed count data. The mathematical properties of the negative binomial are derived and a GLM-Iype Log Negative Binomial (thb) macro is developed using the SASlSTA" GENMOOo Procedure. Applications In terms of.-irnulation data and a clinical study are presented and modeled. KEY WORDS: SAS/sTAT. GENMOD Procedure. Generalized linear model. Poisson. Overdispersion, Negative binomial. Log negative binomial 1. Introduction The SASISTAr-GENMOO Procedure, inaugurated with SASe Version allows full generalized linear modeling (GLM) capability. Gaussian. binomial, Poisson, gamma, and inverse GaUssian models are built into the Procedure. But more important. allowance is also made for the creation of user-defined models. This feature enables one to extend standard GLMs to incorporate models which may be more appropriate for certain types of data situations. This is particularily the case when dealing with overdispersed discrete count data. Discrete count data is typically modeled using Poisson regression. However, there are various assumptions upon which the Poisson model is based. one being the equivalence of the mean and variance. When the value of the variance does exceed that of the mean, the data is said to be overdispersed. A measure of overdispersion is provided by the "dispersion" statistic. given in SAS output as VALUEIDF. In fact. SAS displays two dispersion values, one based upon the Chi2 statistic and the other upon the fmal deviance. A well specified Poisson model will have both dispersion values approximating 1.0. However. simulation studies have demonstrated that the Chil-baSed dispersion is a more optimal guage of overdispersion than i. the deviance-ba.ed... ti.tic (Hilbe. 1994a). I shall not discuss the various causes of overdispersion; there is much in the literature that addresses this difficulty. However, Ule essential problem with overdispersed models is that the standard errors of the predictors are deflated. When this occurs. predictors may appear to signirlcantly contribute to a model when in fact they do not Except for scaling standard errors by the value of the dispersion. hence creating a quasi... ikelihood model, the Poisson model cannot appropriately deal with overdispersed data. Unfortunately. overdispersion is a common occurrence in real data sets and statisticians have had few ifany alternative modeling tools to accommodate this problem. Log..fmked negative binomial regression (LNB) can be used to model many types of overdispersed count data situations. I shall first briefly describe the mathematical properties of the standard negative binomial and its noncanonieal Iog-Unked fonn and shall then present a LNB SAS macro. The macro will be examined using both synthetic data and an actual clinical study application. 2. Mathematical properties of the negative binomial The negative binomial probability distribution can be thought of as the probability that there will be y failures before the rth success in a series of Bernoulli trials. Taken in this manner, the negative binomial pdf appears as fy(y;i,p) i In the exponential family form of this is formulated as: exp{«yo-b(o))/lx(q») + c(y,q>)) 1199

2 The mean, II. and variance, V, are detennined respectively by differentiating b(9), r1n(p), and b'(9): Il = b' (6) V = b" (6) = r(l-p)/p = r(1-p)/p2 = Il + 1l 2 /r Obs~rving that 8 i& 1n(1~), the linear precflctor, t) or 8, is translated in tenns of II and r as: Hence the canonical inverse link function is a = -In «Il+r) Ill) Reparameterizing r so that it is directly proportional to p2 in the second term of the variance function. we derme k I: 1lf. Parameterized in terms of t. results of the above appear as: 6 or 11 Il V = -In(l+llkll) = l/k(e-"-l) Il + kll 2 The negative binomial pdf. parameterized in terms of II and k, can be formulated as: r(y+l/k) (klljy In exponential form the above appears as: f(y;il,k), = exp( yln(l/(l+l/kll» - l/k In(l+kll) +... } From this the Iog-likelihood and deviance functions can be derived: LL(Il;y,k), = yln(kll)-(y+l/k)ln(l+kll)+lnr(y+l/k)-lnr(y+l)-lnr(l/k) D/2 (Y;Il,k), yln(y/il) - (l+ky)/k In((l+ky)l(l+kll)) where lor Is the Iogilamma function. Knowledge of the link 9, inverse link p. variance. and deviance function are required when constructing a GLM algorithm. A comprehensive mathematical examination of the above relationships can be found in Hilbe (19948). 3. The GLM log negative binomial algorithm The methodology of generalized linear models (GLMs) requires that estimation be in terms of II; Le. in the case of the negative binomial k is placed into the variance and deviance function as a known constant as... varies. Placed within the common GLM estimation scheme the canonical negative binomial GLM paradigm can be structured as follows: Il = (y+mean(y»/2 1* Nelder initialization *1 11 = -In(llk)l+l) 1* link (k parameterization) *1 } WHILE (abs(adev»tolerance) { w Il+kll' /* variance function */ z 11 + (Y-Il) /w - offset 1* derivative * I ~ = (X'wX)-'X'wz 1* regression *1 11 = X'~ + offset 1* linear predictor *1 Il l/k(e- 8-1) 1* inverse link *1 olddev = dey dey = 2 ~ (yln(ylll) - (l+ky)/k In((l+ky)l(l+kll))} adev = dey - olddev 1200

3 A log negative binomial is constructed by substituting the Poisson variance, link, and inverse links in place of the canonical HB fonnulae. A variance adjustment of P/(1+kJJ) is placed into the algorithm direcuy following the derivative. The goal of the LHB algorithm is to adjust the value of k so that the chi2~sed or deviance based dispersion approximates 1, which is the optimal value for a Poisson model k represents Ule amount of positive heterogeneity in the otherwise Poisson count data. AS previously indicated, simulation studies (Hilbe, 1994a) have given support to the notion that the optimal LNB model results when k is adjusted in such a manner that the Chi2~sed dispersion. der-ned as (I(y-ll)2N(p)}/(df), approximates 1.0. I have designed a LNB SAS macro called hilbenbo which iteratively converges to a dispersion value of 1.0. k as well as parameter estimates are re-estimatec:l with each iteration. The initial value of k is taken as the inverse of the Poisson Chi2 dispersion. The algorithm is structured as:. Poisson Y <predictors> chi2 = l: (Y-Jl) '/Jl disp = chi2/df ex=l/disp j=l while (abs(adisp»tolerance) oldisp = disp LNB Y <predictors>, k=a chi2 = l: (Y-Jl)'1 (Jl+kJl') disp = chi2/df a = disp*a Adisp = disp - oldisp j = j+l 4. Log negative binomial regression: Synthetic data The LNB model is based upon the premise that events enter a period of observation with a gamma distribution. Noting that the Poisson and gamma variances are p and 1J 2 /r respectively, Ule negative binomial is considered as a Poisson-gamma mixture distribution with a variance ofp... 2/r.1 have previously reparameterized this as p+kp2 to allow a direct linear relationship in the second tenn. The parameter k can be regarded as a heterogeneity factor and is entered into the function as a known constant In fact. the standard negative binomial formulation requires that k be fixed and independent of p.lf it is parameterized in any other manner, then the distribution is not a member of a GLM type exponential family (Neider 1993). In order to evaluate the viability of the macro,l generated a observation array distributed as standard HB with a mean of 10 and a k value of 0.1. The data was created outside of SAS and saved as an external ASCII file called nbbig.raw. The mean and standard deviation of the HB distributed variable, called xnb. is: N Mean Std Dev Minimum Maximum o Recalling that V c P + 1qJ2, a value of k may be calculated as: k = «StD*StD)-Mean)/(Mean*Mean) In th.. c e, k. « " ) ( * ) =.1012 xnb "" be modeled.s a constant-only negative binomial regression using hilbenb with the following c;ode: Relevant output.. d"played: data nbbig; infile 'c:\msas_win\nbbig.raw'; input xnb 8-9; [hilbenb macro] %hilbenb(dsin=nbbig, yvar=xnb); 1201

4 Log Negative Binomial Regression Criterion DF Value Value/DF Deviance Scaled Deviance Pearson Chi-Square Scaled Pearson X2 Log Likelihood Log Negative Binomial Regression Parameter DF Estimate Std Err ChiSquare Pr>Chi INTERCEPT Number of iterations: 11 Estimated alpha The estimated value of alpha (k) is nearly identical to the value of k calculated based on the summary information. Exponentiating the estimated constant should result in the variable mean: The result is thoroughly consistent with what we expected. exp(2.3029) = Synthetic data sets may also be created which incorporate predictors. These more clearly simulate real data situations with the advantage that they may be manipulated to test a variety of data types. In order to evaluate the macro using complex data J created a observation data set having two positive random variates, xi and x2, as predictor. having Je$pective paramelervalues 0(0.5 and 3. t also specjf'.ed a constant with a value of 2. The linear predictor is calculated as: The inverse link yields the value of... Ip = *x1 + 3*x2 \l = exp (lp) SubmiUing II to a NB random number generator with a k value of.1 produces a LNB variate called xnb. Using the macro call: results in the following relevant output %hilbenb(dsin=nbbigx, yvar=xnb, xvars=x1 x2); Log Negative Binomial Regression Criterion DF Value Value/DF Deviance Scaled Deviance Pearson Chi-Square Scaled Pearson X Log Likelihood

5 Log Negative Binomial Regression Parameter DF Estimate Std Err Chi Square INTERCEPT Xl X Pr>Chi NUmber of iterations: 8 Estimated alpha This accords well with the parameters and value of k supplied to the original data. Employing the same model using Poisson regression results in estimates that are somewhat similar to those produced by the LNB model. but the.tandard error are overty optimiatic.. Standard goodnes.~f4it statistics also fail: the ValueIDF.tatistics. or dispersion. far exceed the ideal Poisson value of 1.0. criterion DF Value Value/DF Deviance 9997 Scaled Deviance 9997 Pearson Chi-Square Scaled Pearson X Log Likelihood Parameter DF Estimate Std Err ChiSquare Pr>Chi INTERCEPT Xl X The LNB macro appear. to consistently and appropriately model LHB data. It is also clear that the foremost feature of LNB regresskm is that it properly adjusts the standard errors for otherwise overdispersed Poisson count data. 5. Log negative binomial regression: An application Convulsive episodes reportedly occur in approximately 1% of all hospitalized adult patients. However. published studies on seizure rates and associated risk factors have primarily been characterized by s.mall s.ample sizes. The following study performed by Health Sciences Institute in Pennsylvania under a grant from Merck Human Health Division. examined computerized hospital patient discharge abstracts from three consecutive years of the National Hospital Discharge SUNey (NHDS. 1989"'1). Data was grouped by known risk factors. This type of data is typically submitted to a logistic or Poisson regress.ion. However, we found that the data was greatly overdisperaed and that all published goodnes.s~f..fit tests failed. The data was. -subsequently shown to be correctly specified as a LNB model with the log of the number of cases having a unique covariate pattern entered as an offset The final model includes the following significant risk factors of non-epiieptic seizures: cvd = cerebrovascular dis.ease adr = adverse drug reaction IIlJ II head injuries uti = uniary tract infections psych = psych. conditions including depression & schizophrenia The following command yields: tum ak:h = brain tumor = ak:helism %hilbenb(osin=seiz,yvar=nums,xvars=cvd adr tum inj uti alch psych,offvar=lnumr); 1203

6 Log Negative Binomial Regression Criterion DF Value Value/DF Deviance Scaled Deviance Pearson Chi-Square Scaled Pearson X2 Log Likelihood Parameter DF Estimate Std Err ChiSquare Pr>Chi INTERCEPT CVD ADR TUM INJ UTI ALCH PSYCH Number of iterations: 9 Estimated alpha Renal failure. widely thought to be a aignif'cant predictor of non-epileptic seizures, failed to enter into the model as previously expected. Incidence rate ralto. may be calculated by exponentiating the respective coerrlcien'ts. We {"mel that having a brain tumor increase. the risk of having a seizure nearty sixfold. 6. Summary Log negative binomial regression is a valuable member of the family of generarlzed tinear modela. For discrete data, when there Is independence between observation. and heterogeniety is not due to longitudinal effects, the LNB model appears to be U1e optimal GLM-type modeling tool Acknowledgements should like to acknowledge Ule kind assistance of Walter Linde.zwirble. Health outcomes Technologies, Doylestown. PA. His work on the random number generators as well as discussions on the nature of the negative binomial were most helpful Gordon Johnston, SAS Institute assisted in writing the SAS Ul8 macro and Richard Newbold, Health Outcomes Technologies, provided clinical insights regarding the seizure data. I also wish to acknowledge Merek HUman Health Division, Michael Steck., Director, for funding the seizure study. References Hilbe, J. (1993) GLM: A unif"jed power~ink based program including the negative binomial Stata Teehnlc.I BuYetln 14: HUbe, J. (19948) Log negative binomial regression as a generalized linear model, Technical Report 21, Committee on Statistics, Graduate College, Arizona State University. Hilbe, J. (1994b) Generalized linear models. The American Statistician. Forthcoming. Hilbe, J. (1994c) Modeling overdispersed count data using log negative binomial regression. Proceedings oftha Am~n stljtistical Society. Forthcoming. McCullagh, P. and Nekler. J. A. (1989) Generalized Unear Models. 2nd ed. New You: Chapman & HaiL Neider, J. (1993) Generalized Unear Models with Negative Binomial or 8eta-binomial Errors, unpubushed manuscript. 1204

Creation of Synthetic Discrete Response Regression Models

Creation of Synthetic Discrete Response Regression Models Arizona State University From the SelectedWorks of Joseph M Hilbe 2010 Creation of Synthetic Discrete Response Regression Models Joseph Hilbe, Arizona State University Available at: https://works.bepress.com/joseph_hilbe/2/

More information

Subject CS1 Actuarial Statistics 1 Core Principles. Syllabus. for the 2019 exams. 1 June 2018

Subject CS1 Actuarial Statistics 1 Core Principles. Syllabus. for the 2019 exams. 1 June 2018 ` Subject CS1 Actuarial Statistics 1 Core Principles Syllabus for the 2019 exams 1 June 2018 Copyright in this Core Reading is the property of the Institute and Faculty of Actuaries who are the sole distributors.

More information

Contents Utility theory and insurance The individual risk model Collective risk models

Contents Utility theory and insurance The individual risk model Collective risk models Contents There are 10 11 stars in the galaxy. That used to be a huge number. But it s only a hundred billion. It s less than the national deficit! We used to call them astronomical numbers. Now we should

More information

Lecture 21: Logit Models for Multinomial Responses Continued

Lecture 21: Logit Models for Multinomial Responses Continued Lecture 21: Logit Models for Multinomial Responses Continued Dipankar Bandyopadhyay, Ph.D. BMTRY 711: Analysis of Categorical Data Spring 2011 Division of Biostatistics and Epidemiology Medical University

More information

Creating synthetic discrete-response regression models

Creating synthetic discrete-response regression models The Stata Journal (2010) 10, Number 1, pp. 104 124 Creating synthetic discrete-response regression models Joseph M. Hilbe Arizona State University and Jet Propulsion Laboratory, CalTech Hilbe@asu.edu Abstract.

More information

Intro to GLM Day 2: GLM and Maximum Likelihood

Intro to GLM Day 2: GLM and Maximum Likelihood Intro to GLM Day 2: GLM and Maximum Likelihood Federico Vegetti Central European University ECPR Summer School in Methods and Techniques 1 / 32 Generalized Linear Modeling 3 steps of GLM 1. Specify the

More information

Using New SAS 9.4 Features for Cumulative Logit Models with Partial Proportional Odds Paul J. Hilliard, Educational Testing Service (ETS)

Using New SAS 9.4 Features for Cumulative Logit Models with Partial Proportional Odds Paul J. Hilliard, Educational Testing Service (ETS) Using New SAS 9.4 Features for Cumulative Logit Models with Partial Proportional Odds Using New SAS 9.4 Features for Cumulative Logit Models with Partial Proportional Odds INTRODUCTION Multicategory Logit

More information

CHAPTER 8 EXAMPLES: MIXTURE MODELING WITH LONGITUDINAL DATA

CHAPTER 8 EXAMPLES: MIXTURE MODELING WITH LONGITUDINAL DATA Examples: Mixture Modeling With Longitudinal Data CHAPTER 8 EXAMPLES: MIXTURE MODELING WITH LONGITUDINAL DATA Mixture modeling refers to modeling with categorical latent variables that represent subpopulations

More information

Using R to Create Synthetic Discrete Response Regression Models

Using R to Create Synthetic Discrete Response Regression Models Arizona State University From the SelectedWorks of Joseph M Hilbe July 3, 2011 Using R to Create Synthetic Discrete Response Regression Models Joseph Hilbe, Arizona State University Available at: https://works.bepress.com/joseph_hilbe/3/

More information

Estimation Parameters and Modelling Zero Inflated Negative Binomial

Estimation Parameters and Modelling Zero Inflated Negative Binomial CAUCHY JURNAL MATEMATIKA MURNI DAN APLIKASI Volume 4(3) (2016), Pages 115-119 Estimation Parameters and Modelling Zero Inflated Negative Binomial Cindy Cahyaning Astuti 1, Angga Dwi Mulyanto 2 1 Muhammadiyah

More information

is the bandwidth and controls the level of smoothing of the estimator, n is the sample size and

is the bandwidth and controls the level of smoothing of the estimator, n is the sample size and Paper PH100 Relationship between Total charges and Reimbursements in Outpatient Visits Using SAS GLIMMIX Chakib Battioui, University of Louisville, Louisville, KY ABSTRACT The purpose of this paper is

More information

Negative Binomial Model for Count Data Log-linear Models for Contingency Tables - Introduction

Negative Binomial Model for Count Data Log-linear Models for Contingency Tables - Introduction Negative Binomial Model for Count Data Log-linear Models for Contingency Tables - Introduction Statistics 149 Spring 2006 Copyright 2006 by Mark E. Irwin Negative Binomial Family Example: Absenteeism from

More information

Keywords Akiake Information criterion, Automobile, Bonus-Malus, Exponential family, Linear regression, Residuals, Scaled deviance. I.

Keywords Akiake Information criterion, Automobile, Bonus-Malus, Exponential family, Linear regression, Residuals, Scaled deviance. I. Application of the Generalized Linear Models in Actuarial Framework BY MURWAN H. M. A. SIDDIG School of Mathematics, Faculty of Engineering Physical Science, The University of Manchester, Oxford Road,

More information

Model fit assessment via marginal model plots

Model fit assessment via marginal model plots The Stata Journal (2010) 10, Number 2, pp. 215 225 Model fit assessment via marginal model plots Charles Lindsey Texas A & M University Department of Statistics College Station, TX lindseyc@stat.tamu.edu

More information

And The Winner Is? How to Pick a Better Model

And The Winner Is? How to Pick a Better Model And The Winner Is? How to Pick a Better Model Part 2 Goodness-of-Fit and Internal Stability Dan Tevet, FCAS, MAAA Goodness-of-Fit Trying to answer question: How well does our model fit the data? Can be

More information

proc genmod; model malform/total = alcohol / dist=bin link=identity obstats; title 'Table 2.7'; title2 'Identity Link';

proc genmod; model malform/total = alcohol / dist=bin link=identity obstats; title 'Table 2.7'; title2 'Identity Link'; BIOS 6244 Analysis of Categorical Data Assignment 5 s 1. Consider Exercise 4.4, p. 98. (i) Write the SAS code, including the DATA step, to fit the linear probability model and the logit model to the data

More information

An Improved Saddlepoint Approximation Based on the Negative Binomial Distribution for the General Birth Process

An Improved Saddlepoint Approximation Based on the Negative Binomial Distribution for the General Birth Process Computational Statistics 17 (March 2002), 17 28. An Improved Saddlepoint Approximation Based on the Negative Binomial Distribution for the General Birth Process Gordon K. Smyth and Heather M. Podlich Department

More information

Log-linear Modeling Under Generalized Inverse Sampling Scheme

Log-linear Modeling Under Generalized Inverse Sampling Scheme Log-linear Modeling Under Generalized Inverse Sampling Scheme Soumi Lahiri (1) and Sunil Dhar (2) (1) Department of Mathematical Sciences New Jersey Institute of Technology University Heights, Newark,

More information

Maximum Likelihood Estimation

Maximum Likelihood Estimation Maximum Likelihood Estimation EPSY 905: Fundamentals of Multivariate Modeling Online Lecture #6 EPSY 905: Maximum Likelihood In This Lecture The basics of maximum likelihood estimation Ø The engine that

More information

Actuarial Research on the Effectiveness of Collision Avoidance Systems FCW & LDW. A translation from Hebrew to English of a research paper prepared by

Actuarial Research on the Effectiveness of Collision Avoidance Systems FCW & LDW. A translation from Hebrew to English of a research paper prepared by Actuarial Research on the Effectiveness of Collision Avoidance Systems FCW & LDW A translation from Hebrew to English of a research paper prepared by Ron Actuarial Intelligence LTD Contact Details: Shachar

More information

Maximum Likelihood Estimation Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised January 13, 2018

Maximum Likelihood Estimation Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised January 13, 2018 Maximum Likelihood Estimation Richard Williams, University of otre Dame, https://www3.nd.edu/~rwilliam/ Last revised January 3, 208 [This handout draws very heavily from Regression Models for Categorical

More information

Stochastic Frontier Models with Binary Type of Output

Stochastic Frontier Models with Binary Type of Output Chapter 6 Stochastic Frontier Models with Binary Type of Output 6.1 Introduction In all the previous chapters, we have considered stochastic frontier models with continuous dependent (or output) variable.

More information

Institute of Actuaries of India Subject CT6 Statistical Methods

Institute of Actuaries of India Subject CT6 Statistical Methods Institute of Actuaries of India Subject CT6 Statistical Methods For 2014 Examinations Aim The aim of the Statistical Methods subject is to provide a further grounding in mathematical and statistical techniques

More information

WC-5 Just How Credible Is That Employer? Exploring GLMs and Multilevel Modeling for NCCI s Excess Loss Factor Methodology

WC-5 Just How Credible Is That Employer? Exploring GLMs and Multilevel Modeling for NCCI s Excess Loss Factor Methodology Antitrust Notice The Casualty Actuarial Society is committed to adhering strictly to the letter and spirit of the antitrust laws. Seminars conducted under the auspices of the CAS are designed solely to

More information

STATISTICAL METHODS FOR CATEGORICAL DATA ANALYSIS

STATISTICAL METHODS FOR CATEGORICAL DATA ANALYSIS STATISTICAL METHODS FOR CATEGORICAL DATA ANALYSIS Daniel A. Powers Department of Sociology University of Texas at Austin YuXie Department of Sociology University of Michigan ACADEMIC PRESS An Imprint of

More information

STK Lecture 7 finalizing clam size modelling and starting on pricing

STK Lecture 7 finalizing clam size modelling and starting on pricing STK 4540 Lecture 7 finalizing clam size modelling and starting on pricing Overview Important issues Models treated Curriculum Duration (in lectures) What is driving the result of a nonlife insurance company?

More information

Maximum Likelihood Estimation Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised January 10, 2017

Maximum Likelihood Estimation Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised January 10, 2017 Maximum Likelihood Estimation Richard Williams, University of otre Dame, https://www3.nd.edu/~rwilliam/ Last revised January 0, 207 [This handout draws very heavily from Regression Models for Categorical

More information

OVER- AND UNDER-DISPERSED CRASH DATA: COMPARING THE CONWAY-MAXWELL-POISSON AND DOUBLE-POISSON DISTRIBUTIONS. A Thesis YAOTIAN ZOU

OVER- AND UNDER-DISPERSED CRASH DATA: COMPARING THE CONWAY-MAXWELL-POISSON AND DOUBLE-POISSON DISTRIBUTIONS. A Thesis YAOTIAN ZOU OVER- AND UNDER-DISPERSED CRASH DATA: COMPARING THE CONWAY-MAXWELL-POISSON AND DOUBLE-POISSON DISTRIBUTIONS A Thesis by YAOTIAN ZOU Submitted to the Office of Graduate Studies of Texas A&M University in

More information

Econometric Models of Expenditure

Econometric Models of Expenditure Econometric Models of Expenditure Benjamin M. Craig University of Arizona ISPOR Educational Teleconference October 28, 2005 1 Outline Overview of Expenditure Estimator Selection Two problems Two mistakes

More information

Multiple Regression and Logistic Regression II. Dajiang 525 Apr

Multiple Regression and Logistic Regression II. Dajiang 525 Apr Multiple Regression and Logistic Regression II Dajiang Liu @PHS 525 Apr-19-2016 Materials from Last Time Multiple regression model: Include multiple predictors in the model = + + + + How to interpret the

More information

Joseph O. Marker Marker Actuarial Services, LLC and University of Michigan CLRS 2011 Meeting. J. Marker, LSMWP, CLRS 1

Joseph O. Marker Marker Actuarial Services, LLC and University of Michigan CLRS 2011 Meeting. J. Marker, LSMWP, CLRS 1 Joseph O. Marker Marker Actuarial Services, LLC and University of Michigan CLRS 2011 Meeting J. Marker, LSMWP, CLRS 1 Expected vs Actual Distribu3on Test distribu+ons of: Number of claims (frequency) Size

More information

Case Study: Applying Generalized Linear Models

Case Study: Applying Generalized Linear Models Case Study: Applying Generalized Linear Models Dr. Kempthorne May 12, 2016 Contents 1 Generalized Linear Models of Semi-Quantal Biological Assay Data 2 1.1 Coal miners Pneumoconiosis Data.................

More information

Estimation Procedure for Parametric Survival Distribution Without Covariates

Estimation Procedure for Parametric Survival Distribution Without Covariates Estimation Procedure for Parametric Survival Distribution Without Covariates The maximum likelihood estimates of the parameters of commonly used survival distribution can be found by SAS. The following

More information

Negative Binomial Regression By Joseph M. Hilbe READ ONLINE

Negative Binomial Regression By Joseph M. Hilbe READ ONLINE Negative Binomial Regression By Joseph M. Hilbe READ ONLINE Regression Models for Count Data in R Abstract The classical Poisson, geometric and negative binomial regression regression models discussed

More information

Duangporn Jearkpaporn, Connie M. Borror Douglas C. Montgomery and George C. Runger Arizona State University Tempe, AZ

Duangporn Jearkpaporn, Connie M. Borror Douglas C. Montgomery and George C. Runger Arizona State University Tempe, AZ Process Monitoring for Correlated Gamma Distributed Data Using Generalized Linear Model Based Control Charts Duangporn Jearkpaporn, Connie M. Borror Douglas C. Montgomery and George C. Runger Arizona State

More information

Bayesian Multinomial Model for Ordinal Data

Bayesian Multinomial Model for Ordinal Data Bayesian Multinomial Model for Ordinal Data Overview This example illustrates how to fit a Bayesian multinomial model by using the built-in mutinomial density function (MULTINOM) in the MCMC procedure

More information

A Comparison of Univariate Probit and Logit. Models Using Simulation

A Comparison of Univariate Probit and Logit. Models Using Simulation Applied Mathematical Sciences, Vol. 12, 2018, no. 4, 185-204 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ams.2018.818 A Comparison of Univariate Probit and Logit Models Using Simulation Abeer

More information

Logit Models for Binary Data

Logit Models for Binary Data Chapter 3 Logit Models for Binary Data We now turn our attention to regression models for dichotomous data, including logistic regression and probit analysis These models are appropriate when the response

More information

11. Logistic modeling of proportions

11. Logistic modeling of proportions 11. Logistic modeling of proportions Retrieve the data File on main menu Open worksheet C:\talks\strirling\employ.ws = Note Postcode is neighbourhood in Glasgow Cell is element of the table for each postcode

More information

INSTITUTE AND FACULTY OF ACTUARIES. Curriculum 2019 SPECIMEN EXAMINATION

INSTITUTE AND FACULTY OF ACTUARIES. Curriculum 2019 SPECIMEN EXAMINATION INSTITUTE AND FACULTY OF ACTUARIES Curriculum 2019 SPECIMEN EXAMINATION Subject CS1A Actuarial Statistics Time allowed: Three hours and fifteen minutes INSTRUCTIONS TO THE CANDIDATE 1. Enter all the candidate

More information

Using Monte Carlo Analysis in Ecological Risk Assessments

Using Monte Carlo Analysis in Ecological Risk Assessments 10/27/00 Page 1 of 15 Using Monte Carlo Analysis in Ecological Risk Assessments Argonne National Laboratory Abstract Monte Carlo analysis is a statistical technique for risk assessors to evaluate the uncertainty

More information

Posterior Inference. , where should we start? Consider the following computational procedure: 1. draw samples. 2. convert. 3. compute properties

Posterior Inference. , where should we start? Consider the following computational procedure: 1. draw samples. 2. convert. 3. compute properties Posterior Inference Example. Consider a binomial model where we have a posterior distribution for the probability term, θ. Suppose we want to make inferences about the log-odds γ = log ( θ 1 θ), where

More information

Contents. An Overview of Statistical Applications CHAPTER 1. Contents (ix) Preface... (vii)

Contents. An Overview of Statistical Applications CHAPTER 1. Contents (ix) Preface... (vii) Contents (ix) Contents Preface... (vii) CHAPTER 1 An Overview of Statistical Applications 1.1 Introduction... 1 1. Probability Functions and Statistics... 1..1 Discrete versus Continuous Functions... 1..

More information

Model 0: We start with a linear regression model: log Y t = β 0 + β 1 (t 1980) + ε, with ε N(0,

Model 0: We start with a linear regression model: log Y t = β 0 + β 1 (t 1980) + ε, with ε N(0, Stat 534: Fall 2017. Introduction to the BUGS language and rjags Installation: download and install JAGS. You will find the executables on Sourceforge. You must have JAGS installed prior to installing

More information

BloxMath Library Reference

BloxMath Library Reference BloxMath Library Reference Release 3.9 LogicBlox April 25, 2012 CONTENTS 1 Introduction 1 1.1 Using The Library... 1 2 Financial formatting functions 3 3 Statistical distribution functions 5 3.1 Normal

More information

Financial Models with Levy Processes and Volatility Clustering

Financial Models with Levy Processes and Volatility Clustering Financial Models with Levy Processes and Volatility Clustering SVETLOZAR T. RACHEV # YOUNG SHIN ICIM MICHELE LEONARDO BIANCHI* FRANK J. FABOZZI WILEY John Wiley & Sons, Inc. Contents Preface About the

More information

GLM III - The Matrix Reloaded

GLM III - The Matrix Reloaded GLM III - The Matrix Reloaded Duncan Anderson, Serhat Guven 12 March 2013 2012 Towers Watson. All rights reserved. Agenda "Quadrant Saddles" The Tweedie Distribution "Emergent Interactions" Dispersion

More information

arxiv: v1 [q-fin.rm] 13 Dec 2016

arxiv: v1 [q-fin.rm] 13 Dec 2016 arxiv:1612.04126v1 [q-fin.rm] 13 Dec 2016 The hierarchical generalized linear model and the bootstrap estimator of the error of prediction of loss reserves in a non-life insurance company Alicja Wolny-Dominiak

More information

Hierarchical Generalized Linear Models. Measurement Incorporated Hierarchical Linear Models Workshop

Hierarchical Generalized Linear Models. Measurement Incorporated Hierarchical Linear Models Workshop Hierarchical Generalized Linear Models Measurement Incorporated Hierarchical Linear Models Workshop Hierarchical Generalized Linear Models So now we are moving on to the more advanced type topics. To begin

More information

Duration Models: Parametric Models

Duration Models: Parametric Models Duration Models: Parametric Models Brad 1 1 Department of Political Science University of California, Davis January 28, 2011 Parametric Models Some Motivation for Parametrics Consider the hazard rate:

More information

Estimating log models: to transform or not to transform?

Estimating log models: to transform or not to transform? Journal of Health Economics 20 (2001) 461 494 Estimating log models: to transform or not to transform? Willard G. Manning a,, John Mullahy b a Department of Health Studies, Biological Sciences Division,

More information

On the Existence of Constant Accrual Rates in Clinical Trials and Direction for Future Research

On the Existence of Constant Accrual Rates in Clinical Trials and Direction for Future Research University of Kansas From the SelectedWorks of Byron J Gajewski Summer June 15, 2012 On the Existence of Constant Accrual Rates in Clinical Trials and Direction for Future Research Byron J Gajewski, University

More information

To be two or not be two, that is a LOGISTIC question

To be two or not be two, that is a LOGISTIC question MWSUG 2016 - Paper AA18 To be two or not be two, that is a LOGISTIC question Robert G. Downer, Grand Valley State University, Allendale, MI ABSTRACT A binary response is very common in logistic regression

More information

PROBABILITY. Wiley. With Applications and R ROBERT P. DOBROW. Department of Mathematics. Carleton College Northfield, MN

PROBABILITY. Wiley. With Applications and R ROBERT P. DOBROW. Department of Mathematics. Carleton College Northfield, MN PROBABILITY With Applications and R ROBERT P. DOBROW Department of Mathematics Carleton College Northfield, MN Wiley CONTENTS Preface Acknowledgments Introduction xi xiv xv 1 First Principles 1 1.1 Random

More information

WesVar uses repeated replication variance estimation methods exclusively and as a result does not offer the Taylor Series Linearization approach.

WesVar uses repeated replication variance estimation methods exclusively and as a result does not offer the Taylor Series Linearization approach. CHAPTER 9 ANALYSIS EXAMPLES REPLICATION WesVar 4.3 GENERAL NOTES ABOUT ANALYSIS EXAMPLES REPLICATION These examples are intended to provide guidance on how to use the commands/procedures for analysis of

More information

book 2014/5/6 15:21 page 261 #285

book 2014/5/6 15:21 page 261 #285 book 2014/5/6 15:21 page 261 #285 Chapter 10 Simulation Simulations provide a powerful way to answer questions and explore properties of statistical estimators and procedures. In this chapter, we will

More information

Chapter 3 Statistical Quality Control, 7th Edition by Douglas C. Montgomery. Copyright (c) 2013 John Wiley & Sons, Inc.

Chapter 3 Statistical Quality Control, 7th Edition by Douglas C. Montgomery. Copyright (c) 2013 John Wiley & Sons, Inc. 1 3.1 Describing Variation Stem-and-Leaf Display Easy to find percentiles of the data; see page 69 2 Plot of Data in Time Order Marginal plot produced by MINITAB Also called a run chart 3 Histograms Useful

More information

Australian Journal of Basic and Applied Sciences. Conditional Maximum Likelihood Estimation For Survival Function Using Cox Model

Australian Journal of Basic and Applied Sciences. Conditional Maximum Likelihood Estimation For Survival Function Using Cox Model AENSI Journals Australian Journal of Basic and Applied Sciences Journal home page: wwwajbaswebcom Conditional Maximum Likelihood Estimation For Survival Function Using Cox Model Khawla Mustafa Sadiq University

More information

Stochastic Claims Reserving _ Methods in Insurance

Stochastic Claims Reserving _ Methods in Insurance Stochastic Claims Reserving _ Methods in Insurance and John Wiley & Sons, Ltd ! Contents Preface Acknowledgement, xiii r xi» J.. '..- 1 Introduction and Notation : :.... 1 1.1 Claims process.:.-.. : 1

More information

U.S. Women s Labor Force Participation Rates, Children and Change:

U.S. Women s Labor Force Participation Rates, Children and Change: INTRODUCTION Even with rising labor force participation, women are less likely to be in the formal workforce when there are very young children in their household. How the gap in these participation rates

More information

The Stata Journal. Editor Nicholas J. Cox Department of Geography Durham University South Road Durham City DH1 3LE UK

The Stata Journal. Editor Nicholas J. Cox Department of Geography Durham University South Road Durham City DH1 3LE UK The Stata Journal Editor H. Joseph Newton Department of Statistics Texas A&M University College Station, Texas 77843 979-845-8817; fax 979-845-6077 jnewton@stata-journal.com Associate Editors Christopher

More information

Cambridge University Press Risk Modelling in General Insurance: From Principles to Practice Roger J. Gray and Susan M.

Cambridge University Press Risk Modelling in General Insurance: From Principles to Practice Roger J. Gray and Susan M. adjustment coefficient, 272 and Cramér Lundberg approximation, 302 existence, 279 and Lundberg s inequality, 272 numerical methods for, 303 properties, 272 and reinsurance (case study), 348 statistical

More information

Loss Cost Modeling vs. Frequency and Severity Modeling

Loss Cost Modeling vs. Frequency and Severity Modeling Loss Cost Modeling vs. Frequency and Severity Modeling 2013 CAS Ratemaking and Product Management Seminar March 13, 2013 Huntington Beach, CA Jun Yan Deloitte Consulting LLP Antitrust Notice The Casualty

More information

Gamma Distribution Fitting

Gamma Distribution Fitting Chapter 552 Gamma Distribution Fitting Introduction This module fits the gamma probability distributions to a complete or censored set of individual or grouped data values. It outputs various statistics

More information

ME3620. Theory of Engineering Experimentation. Spring Chapter III. Random Variables and Probability Distributions.

ME3620. Theory of Engineering Experimentation. Spring Chapter III. Random Variables and Probability Distributions. ME3620 Theory of Engineering Experimentation Chapter III. Random Variables and Probability Distributions Chapter III 1 3.2 Random Variables In an experiment, a measurement is usually denoted by a variable

More information

TABLE OF CONTENTS - VOLUME 2

TABLE OF CONTENTS - VOLUME 2 TABLE OF CONTENTS - VOLUME 2 CREDIBILITY SECTION 1 - LIMITED FLUCTUATION CREDIBILITY PROBLEM SET 1 SECTION 2 - BAYESIAN ESTIMATION, DISCRETE PRIOR PROBLEM SET 2 SECTION 3 - BAYESIAN CREDIBILITY, DISCRETE

More information

Point Estimation. Some General Concepts of Point Estimation. Example. Estimator quality

Point Estimation. Some General Concepts of Point Estimation. Example. Estimator quality Point Estimation Some General Concepts of Point Estimation Statistical inference = conclusions about parameters Parameters == population characteristics A point estimate of a parameter is a value (based

More information

Operational Risk Aggregation

Operational Risk Aggregation Operational Risk Aggregation Professor Carol Alexander Chair of Risk Management and Director of Research, ISMA Centre, University of Reading, UK. Loss model approaches are currently a focus of operational

More information

Determining Probability Estimates From Logistic Regression Results Vartanian: SW 541

Determining Probability Estimates From Logistic Regression Results Vartanian: SW 541 Determining Probability Estimates From Logistic Regression Results Vartanian: SW 541 In determining logistic regression results, you will generally be given the odds ratio in the SPSS or SAS output. However,

More information

Subject index. predictor. C clogit option, or

Subject index. predictor. C clogit option, or Subject index A adaptive quadrature...........124 128 agreement...14 applications adolescent-alcohol-use data..... 99 antibiotics data...243 attitudes-to-abortion data.....178 children s growth data......

More information

Statistics & Flood Frequency Chapter 3. Dr. Philip B. Bedient

Statistics & Flood Frequency Chapter 3. Dr. Philip B. Bedient Statistics & Flood Frequency Chapter 3 Dr. Philip B. Bedient Predicting FLOODS Flood Frequency Analysis n Statistical Methods to evaluate probability exceeding a particular outcome - P (X >20,000 cfs)

More information

4. GLIM for data with constant coefficient of variation

4. GLIM for data with constant coefficient of variation 4. GLIM for data with constant coefficient of variation 4.1. Data with constant coefficient of variation and some simple models Coefficient of variation The coefficient of variation of a random variable

More information

Chapter 4: Commonly Used Distributions. Statistics for Engineers and Scientists Fourth Edition William Navidi

Chapter 4: Commonly Used Distributions. Statistics for Engineers and Scientists Fourth Edition William Navidi Chapter 4: Commonly Used Distributions Statistics for Engineers and Scientists Fourth Edition William Navidi 2014 by Education. This is proprietary material solely for authorized instructor use. Not authorized

More information

ESTIMATION OF MODIFIED MEASURE OF SKEWNESS. Elsayed Ali Habib *

ESTIMATION OF MODIFIED MEASURE OF SKEWNESS. Elsayed Ali Habib * Electronic Journal of Applied Statistical Analysis EJASA, Electron. J. App. Stat. Anal. (2011), Vol. 4, Issue 1, 56 70 e-issn 2070-5948, DOI 10.1285/i20705948v4n1p56 2008 Università del Salento http://siba-ese.unile.it/index.php/ejasa/index

More information

ARIMA ANALYSIS WITH INTERVENTIONS / OUTLIERS

ARIMA ANALYSIS WITH INTERVENTIONS / OUTLIERS TASK Run intervention analysis on the price of stock M: model a function of the price as ARIMA with outliers and interventions. SOLUTION The document below is an abridged version of the solution provided

More information

On modelling of electricity spot price

On modelling of electricity spot price , Rüdiger Kiesel and Fred Espen Benth Institute of Energy Trading and Financial Services University of Duisburg-Essen Centre of Mathematics for Applications, University of Oslo 25. August 2010 Introduction

More information

Modeling. joint work with Jed Frees, U of Wisconsin - Madison. Travelers PASG (Predictive Analytics Study Group) Seminar Tuesday, 12 April 2016

Modeling. joint work with Jed Frees, U of Wisconsin - Madison. Travelers PASG (Predictive Analytics Study Group) Seminar Tuesday, 12 April 2016 joint work with Jed Frees, U of Wisconsin - Madison Travelers PASG (Predictive Analytics Study Group) Seminar Tuesday, 12 April 2016 claim Department of Mathematics University of Connecticut Storrs, Connecticut

More information

IEOR 165 Lecture 1 Probability Review

IEOR 165 Lecture 1 Probability Review IEOR 165 Lecture 1 Probability Review 1 Definitions in Probability and Their Consequences 1.1 Defining Probability A probability space (Ω, F, P) consists of three elements: A sample space Ω is the set

More information

Appendix A: Introduction to Queueing Theory

Appendix A: Introduction to Queueing Theory Appendix A: Introduction to Queueing Theory Queueing theory is an advanced mathematical modeling technique that can estimate waiting times. Imagine customers who wait in a checkout line at a grocery store.

More information

Handbook of Financial Risk Management

Handbook of Financial Risk Management Handbook of Financial Risk Management Simulations and Case Studies N.H. Chan H.Y. Wong The Chinese University of Hong Kong WILEY Contents Preface xi 1 An Introduction to Excel VBA 1 1.1 How to Start Excel

More information

SAS/STAT 15.1 User s Guide The FMM Procedure

SAS/STAT 15.1 User s Guide The FMM Procedure SAS/STAT 15.1 User s Guide The FMM Procedure This document is an individual chapter from SAS/STAT 15.1 User s Guide. The correct bibliographic citation for this manual is as follows: SAS Institute Inc.

More information

AIC = Log likelihood = BIC =

AIC = Log likelihood = BIC = - log: /mnt/ide1/home/sschulh1/apc/apc_examplelog log type: text opened on: 21 Jul 2006, 18:08:20 *replicate table 5 and cols 7-9 of table 3 in Yang, Fu and Land (2004) *Stata can maximize GLM objective

More information

Quantitative Techniques Term 2

Quantitative Techniques Term 2 Quantitative Techniques Term 2 Laboratory 7 2 March 2006 Overview The objective of this lab is to: Estimate a cost function for a panel of firms; Calculate returns to scale; Introduce the command cluster

More information

Generalized Linear Models

Generalized Linear Models Generalized Linear Models Scott Creel Wednesday, September 10, 2014 This exercise extends the prior material on using the lm() function to fit an OLS regression and test hypotheses about effects on a parameter.

More information

I L L I N O I S UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN

I L L I N O I S UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN Modeling Counts & ZIP: Extended Example Carolyn J. Anderson Department of Educational Psychology I L L I N O I S UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN Modeling Counts Slide 1 of 36 Outline Outline

More information

PRE CONFERENCE WORKSHOP 3

PRE CONFERENCE WORKSHOP 3 PRE CONFERENCE WORKSHOP 3 Stress testing operational risk for capital planning and capital adequacy PART 2: Monday, March 18th, 2013, New York Presenter: Alexander Cavallo, NORTHERN TRUST 1 Disclaimer

More information

sociology SO5032 Quantitative Research Methods Brendan Halpin, Sociology, University of Limerick Spring 2018 SO5032 Quantitative Research Methods

sociology SO5032 Quantitative Research Methods Brendan Halpin, Sociology, University of Limerick Spring 2018 SO5032 Quantitative Research Methods 1 SO5032 Quantitative Research Methods Brendan Halpin, Sociology, University of Limerick Spring 2018 Lecture 10: Multinomial regression baseline category extension of binary What if we have multiple possible

More information

Logistic Regression with R: Example One

Logistic Regression with R: Example One Logistic Regression with R: Example One math = read.table("http://www.utstat.toronto.edu/~brunner/appliedf12/data/mathcat.data") math[1:5,] hsgpa hsengl hscalc course passed outcome 1 78.0 80 Yes Mainstrm

More information

ESTIMATING THE DISTRIBUTION OF DEMAND USING BOUNDED SALES DATA

ESTIMATING THE DISTRIBUTION OF DEMAND USING BOUNDED SALES DATA ESTIMATING THE DISTRIBUTION OF DEMAND USING BOUNDED SALES DATA Michael R. Middleton, McLaren School of Business, University of San Francisco 0 Fulton Street, San Francisco, CA -00 -- middleton@usfca.edu

More information

Probits. Catalina Stefanescu, Vance W. Berger Scott Hershberger. Abstract

Probits. Catalina Stefanescu, Vance W. Berger Scott Hershberger. Abstract Probits Catalina Stefanescu, Vance W. Berger Scott Hershberger Abstract Probit models belong to the class of latent variable threshold models for analyzing binary data. They arise by assuming that the

More information

M.Sc. ACTUARIAL SCIENCE. Term-End Examination

M.Sc. ACTUARIAL SCIENCE. Term-End Examination No. of Printed Pages : 15 LMJA-010 (F2F) M.Sc. ACTUARIAL SCIENCE Term-End Examination O CD December, 2011 MIA-010 (F2F) : STATISTICAL METHOD Time : 3 hours Maximum Marks : 100 SECTION - A Attempt any five

More information

Addiction - Multinomial Model

Addiction - Multinomial Model Addiction - Multinomial Model February 8, 2012 First the addiction data are loaded and attached. > library(catdata) > data(addiction) > attach(addiction) For the multinomial logit model the function multinom

More information

Modeling of Claim Counts with k fold Cross-validation

Modeling of Claim Counts with k fold Cross-validation Modeling of Claim Counts with k fold Cross-validation Alicja Wolny Dominiak 1 Abstract In the ratemaking process the ranking, which takes into account the number of claims generated by a policy in a given

More information

Binomial Mixture of Erlang Distribution

Binomial Mixture of Erlang Distribution International Research Journal of Scientific Findings. Vol. 1 (6), Pp. 209-215, September, 2014. www.ladderpublishers.org Research Paper Binomial Mixture of Erlang Distribution * Kareema Abed Al-Kadim

More information

CAS Course 3 - Actuarial Models

CAS Course 3 - Actuarial Models CAS Course 3 - Actuarial Models Before commencing study for this four-hour, multiple-choice examination, candidates should read the introduction to Materials for Study. Items marked with a bold W are available

More information

Artificially Intelligent Forecasting of Stock Market Indexes

Artificially Intelligent Forecasting of Stock Market Indexes Artificially Intelligent Forecasting of Stock Market Indexes Loyola Marymount University Math 560 Final Paper 05-01 - 2018 Daniel McGrath Advisor: Dr. Benjamin Fitzpatrick Contents I. Introduction II.

More information

PARAMETRIC AND NON-PARAMETRIC BOOTSTRAP: A SIMULATION STUDY FOR A LINEAR REGRESSION WITH RESIDUALS FROM A MIXTURE OF LAPLACE DISTRIBUTIONS

PARAMETRIC AND NON-PARAMETRIC BOOTSTRAP: A SIMULATION STUDY FOR A LINEAR REGRESSION WITH RESIDUALS FROM A MIXTURE OF LAPLACE DISTRIBUTIONS PARAMETRIC AND NON-PARAMETRIC BOOTSTRAP: A SIMULATION STUDY FOR A LINEAR REGRESSION WITH RESIDUALS FROM A MIXTURE OF LAPLACE DISTRIBUTIONS Melfi Alrasheedi School of Business, King Faisal University, Saudi

More information

**BEGINNING OF EXAMINATION** A random sample of five observations from a population is:

**BEGINNING OF EXAMINATION** A random sample of five observations from a population is: **BEGINNING OF EXAMINATION** 1. You are given: (i) A random sample of five observations from a population is: 0.2 0.7 0.9 1.1 1.3 (ii) You use the Kolmogorov-Smirnov test for testing the null hypothesis,

More information

Introduction to General and Generalized Linear Models

Introduction to General and Generalized Linear Models Introduction to General and Generalized Linear Models Generalized Linear Models - IIIb Henrik Madsen March 18, 2012 Henrik Madsen () Chapman & Hall March 18, 2012 1 / 32 Examples Overdispersion and Offset!

More information

A generalized Hosmer Lemeshow goodness-of-fit test for multinomial logistic regression models

A generalized Hosmer Lemeshow goodness-of-fit test for multinomial logistic regression models The Stata Journal (2012) 12, Number 3, pp. 447 453 A generalized Hosmer Lemeshow goodness-of-fit test for multinomial logistic regression models Morten W. Fagerland Unit of Biostatistics and Epidemiology

More information