Download presentation
Presentation is loading. Please wait.
Published byErik Logan Modified over 9 years ago
2
Dependent Variable Discrete 2 values – binomial 3 or more discrete values – multinomial Skewed – e.g. Poisson Continuous Non-normal
3
Link Function Connection between dependent variable and predictor: Logit – ln(p/(1-p)) Probit – inverse normal Other nonlinear connections (exponential, logarithmic, power, etc.)
4
Function link(y) = a + b1*x1 + b2*x2 + … + bn*xn + e) The link function should connect the (discrete) dependent observation to the linear predictor. y = inverse-link (a + b1*x1 …)
5
Link Functions DistributionLink Normal, gamma, PoissonLinear, log, power BinomialLogit, probit MultinomialLog(x1/(1 – x2 - … - xn))
6
Solution Requires numeric solution (rather than algebraic for traditional GLM)
7
Significance Wald statistic Likelihood Ratio statistic Score statistic
8
Residuals Pearson residuals – based on observed – predicted values Deviance residuals – contribution to log likelihood statistic Leverage Studentized Cook’s D
9
Models ANOVA Regression ANCOVA More complex linear models
10
SAS PROC GENMOD: procedure call CLASS: categorical (ANOVA) variables MODEL: dependent= independent
11
MODEL Model= dependent Model = events/trials = (ratio of events divided by number of trials for summarized binomial responses)
12
Model Options CORR, COVB: parameter correlations or covariances DIST= lists the assumed distribution of the dependent variable (see SAS docs) LINK= specifies the link function. SAS will pick a default for a DIST if you don’t Type1 (sequential), Type3 (partial), Wald statistics P (predicted estimates) R (residuals)
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.