Differences between revisions 7 and 8
Revision 7 as of 2009-01-28 03:42:26
Size: 3564
Editor: cpe-67-240-134-21
Comment:
Revision 8 as of 2009-01-28 03:43:25
Size: 3566
Editor: cpe-67-240-134-21
Comment:
Deletions are marked like this. Additions are marked like this.
Line 63: Line 63:
     * For mixed models: {{{plotLMER.fnc()}}}, {{{my.plot.glmer()}}}; see http://hlplab.wordpress.com/2009/01/19/plotting-effects-for-glmer-familybimomial-models/ example]      * For mixed models: {{{plotLMER.fnc()}}}, {{{my.plot.glmer()}}}; see [http://hlplab.wordpress.com/2009/01/19/plotting-effects-for-glmer-familybimomial-models/ example]
Line 69: Line 69:
       * For mixed models: {{{my.plot.glmerfit()}}}; see http://hlplab.wordpress.com/2009/01/19/visualizing-the-quality-of-an-glmerfamilybinomial-model/ example]        * For mixed models: {{{my.plot.glmerfit()}}}; see [http://hlplab.wordpress.com/2009/01/19/visualizing-the-quality-of-an-glmerfamilybinomial-model/ example]

Workshop on common issues and standard in ordinary and multilevel regression modeling

March 25, 2009, UC Davis

Goal of this workshop

in progress

Common issues in regression modeling and some solutions

Maybe develop cheat sheet? with step-by-step guidelines of some things one should make sure to do when developing a model? does baayen or harell have something like this?

  • e.g. [http://idiom.ucsd.edu/~rlevy/teaching/fall2008/lign251/one_page_of_main_concepts.pdf roger's summary]

    • common issues in regression modeling
      • collinearity
      • overfitting
      • overly influential cases
      • overdispersion?
      • model quality (e.g. residuals for linear models)
      • building a model: adding/removing variables (also: interactions)
    • some solutions to these problems for common model types
      • outlier handling
      • centering
      • removing collinearity (e.g. PCA, residualization)
      • stratification (using subsets of data)
    • interpreting the model, making sure the model answers the question of interest:
      • testing significance (SE-based tests vs. model comparison)
      • interpration of model output, e.g. interpretation of coefficients
      • (also: coding of variables)
      • follow-up tests

Some suggestions on how to present model results

  • What do readers need to know?

  • What do reviewers need to know?

  • How to talk about effect sizes?
    • absolute coefficient size (related to range of predictor) -- talking about effect ranges.
    • relative coefficient size (related to its standard error)
    • model improvement, partial R-square, etc.
    • accuracy?
  • How to back-translated common transformations of outcomes and predictors?

Written description of the model

Visualization

  • Plotting coefficient summaries
  • Plotting individual effect shapes with confidence intervals:
    • back-transforming predictor to original scale (inverting: rcs, pol, centering, scaling, log, etc.)
    • choosing scale for outcome (inverting log-transformed scales or not; probabilities vs. log-odds for logit models)
    • Examples (just some plots, along with function names):
  • Plotting model fit:

What can you do to advance development of procedures and visualizations?

cite =)

Readings

CUNY09MiniWorkshop (last edited 2009-04-04 23:16:58 by cpe-67-240-134-21)

MoinMoin Appliance - Powered by TurnKey Linux