Model averaging as an alternative method of variable selection - PowerPoint PPT Presentation

1 / 9
About This Presentation
Title:

Model averaging as an alternative method of variable selection

Description:

Matt VanLandeghem and Grant Sorensen Too many parameters: Lots of variance in predicted values Too few parameters: Missing important parameters Variance/bias tradeoff ... – PowerPoint PPT presentation

Number of Views:168
Avg rating:3.0/5.0
Slides: 10
Provided by: MattVanL
Learn more at: http://courses.ttu.edu
Category:

less

Transcript and Presenter's Notes

Title: Model averaging as an alternative method of variable selection


1
Model averaging as an alternative method of
variable selection
  • Matt VanLandeghem and Grant Sorensen

2
Problems with variable selection
  • Too many parameters
  • Lots of variance in predicted values
  • Too few parameters
  • Missing important parameters
  • Variance/bias tradeoff

3
SAS Demo
  • See SAS website
  • PROC GLMSELECT
  • Version 9.3 documentation (not 9.2)
  • http//support.sas.com/documentation/cdl/en/statug
    /63962/HTML/default/viewer.htmstatug_glmselect_se
    ct037.htm

4
Benefits
  • Variable importance represented as a selection
    frequency
  • Instead of p-value from F test
  • Estimates based on several good models
  • Distributions of parameter estimates
  • All of these help us pick the most useful model

5
Applications
  • Any field where variable selection techniques are
    used
  • Biology (Burnham and Anderson 2002)
  • Atmospheric sciences (Sloughter et al. 2007)
  • Econometrics (LeSage and Parent 2007)
  • Finance (Pesaran et al. 2009)
  • Psychology (Wasserman 2000)
  • and others

6
Pitfalls
  • SAS implementation
  • GLMSELECT
  • Only GLMs
  • Experimental
  • Sensitive to correlated predictors
  • e.g. Homework 4
  • Extension of regression
  • Typical assumptions still apply
  • Not a magic solution

GLM
Correlation
Assumptions
7
Alternatives
  • Other SAS options
  • AIC or BIC from SAS procedure of choice
  • Model weights based on AIC or BIC
  • Averaged by hand

8
References and Further Reading
  • Burnham, K.P. and D.R. Anderson. 2002. Model
    selection and multimodel inference a practical
    information-theoretic approach. Springer, New
    York.
  • LeSage, J.P and O. Parent. 2007. Bayesian model
    averaging for spatial economic models.
    Geographical Analysis 39241-267.
  • Peseran, M.H., C. Schleicher, and P. Zaffaroni.
    2009. Model averaging in risk management with an
    application to futures markets. Journal of
    Empirical Finance 16280-305.
  • Sloughter, J.M., A.E. Raftery, T. Gneiting, and
    C. Fraley. 2007 Probabilistic quantitative
    precipitation forecasting using Bayesian model
    averaging. Mon. Wea. Rev., 135, 32093220
  • Wasserman, L. 2000. Bayesian model selection and
    model averaging. Journal of Mathematical
    Psychology 4492-107.
  • Whintey, M. and L. Ngo. 2004. Bayesian model
    averaging using SAS software. SUGI 29
    Proceedings, Paper 203-29.
  • Pitfall picturehttp//www.retrogameoftheday.com/2
    009/10/retro-game-of-day-pitfall.html
  • SAS model averaging webpage http//support.sas.co
    m/documentation/cdl/en/statug/63962/HTML/default/v
    iewer.htmstatug_glmselect_sect026.htm

9
SAS Code
  • ods graphics on
  • proc glmselect data colstd seed3 plots all
  • model y x1-x9 / selectionstepwise
    (choosecv)
  • modelAverage tables(EffectSelectPct(all)
    ParmEst(all)) refit(minpct50 nsamples100)
  • run
  • ods graphics off
Write a Comment
User Comments (0)
About PowerShow.com