2006-3-28  Yu-Sung Su     <ys463@columbia.edu>
    * DESCRIPTION (Version, Date): 1.0-17
    * R/bayesglm.R: change the convergence control for dispersion. 

2006-3-27  Yu-Sung Su     <ys463@columbia.edu>
    * DESCRIPTION (Version, Date): 1.0-16
    * man/balanceplot.Rd: add note about factor(x) and log(x).
    * man/corrplot.Rd: change abs description.
    * R/balanceplot.R: new code to extract varnames.
    * R/mcsamp.R: fix a bug in the par.names loop. 

2006-3-17  Yu-Sung Su     <ys463@columbia.edu>
    * DESCRIPTION (Version, Date): 1.0-15
    * man/triangleplot.Rd: documentation.
    * R/triangleplot.R: new function.
    * R/corrplot.R: now make correlation plot through traingeplot.

2006-3-8  Yu-Sung Su     <ys463@columbia.edu>
    * DESCRIPTION (Version, Date): 1.0-14
    * R/bayesglm.R: fix a bug with y.scale and use prior.scale.intercept.default
        in bayesglm.fit.
    * R/sigma.hat.R: new way of getting sigma in sigma.hat.glm.
    
2006-2-23  Yu-Sung Su     <ys463@columbia.edu>
    * DESCRIPTION (Version, Date): 1.0-13
    * R/balanceplot.R: Drop the rawdata parameter, fixed the bug of variable name 
        ordering in y-axis. Fixed the bug when pscore.fit uses factors.
    * R/balanceplot.Rd: Revise the example, add factor(educ) in.
    * R/matching.Rd: Revise the example, add factor(educ) in.

2006-2-7  Yu-Sung Su        <ys463@columbia.edu>
    * DESCRIPTION (Version, Date): 1.0-12
    * R/coefplot.R: lm and glm now use coefplot.fit method. Add a new method 
        coef.default that can plot coef and sd vectors. Add option veritcal to
        decide the orientation of the plot.
    * R/coefplot.Rd: Add an example that plot coef and sd vectors.

2006-2-7  Andrew Gelman     <gelman@stat.columbia.edu>
    * DESCRIPTION (Version, Date): 1.0-11
    * R/bayespolr.R: add the option of drop.unused.levels.

2006-2-6  Andrew Gelman     <gelman@stat.columbia.edu>
    * DESCRIPTION (Version, Date): 1.0-10
    * R/bayesglm.R: return residual sd = sqrt(overdispersion)
        for glm gaussian family.
    * R/binnedplot.R: change binned.plot() to binnedplot()   
    * R/display.R: display.glm() displays residual sd for glm gaussian family.
    * R/sigma.hat.R: sigma.hat.glm() returns residual sd = sqrt(overdispersion) 
        for glm gaussian family.
    * fixed typos in sim.Rd and mcsamp.Rd
    
2006-1-25  Yu-Sung Su     <ys463@columbia.edu>
           M. Grazia Pittau <grazia@stat.columbia.edu>
    * R/sigma.hat.R: sigma.mer.R identifies gaussian glm 
            as lm and returns residual

2006-1-24  Andrew Gelman     <gelman@stat.columbia.edu>
    * DESCRIPTION (Version, Date): 1.0-9
    * R/bayesglm.R: now works for gaussian.

2006-1-19  Yu-Sung Su     <ys463@columbia.edu>
    * DESCRIPTION (Version, Date): 1.0-8
    * R/load.first.R: remove .platform condition to make pacakge universal.

2006-1-18  Yu-Sung Su     <ys463@columbia.edu>
           M. Grazia Pittau <grazia@stat.columbia.edu>
    * DESCRIPTION (Version, Date): 1.0-7
    * R/coefplot.R: fit when -1 is used in formula, change scaling in x-axis,
        drop unused hadj, add coefplot.polr().
    * R/sim.R: fix a bug when try to sim glmer.

2006-1-17  Yu-Sung Su     <ys463@columbia.edu>
    * DESCRIPTION (Version, Date): 1.0-6; Remove Brugs dependency.
    * NAMESPACE: register bugs class.
    * R/load.first.R: remove Brugs requirement (so arm can cross-platforms).

2006-1-16  Yu-Sung Su     <ys463@columbia.edu>
    * DESCRIPTION (Version, Date): 1.0-5; Remove Brugs from Depends 
        to Suggests.
    * NAMESPACE: export binned.plot, coefplot.default, coefplot.bugs function, 
        coeplot methods.
    * man/binned.plot.Rd: Add decription file.
    * man/coefplot.Rd: Add two examples for polr.
    * R/AllGeneric.R: add coefplot generic.
    * R/AllMethod.R: add coefplot.lm, coefplot.glm, coefplot.polr, 
        coef.bugs methods.
    * R/binned.plot.R: add binned.plot, binned.residual code.
    * R/load.first.R: Call Brugs, car, foreign automatically.
    
2006-1-10  Yu-Sung Su     <ys463@columbia.edu>
    * R/AllClass.R: register polr class.
    * R/load.first.R: Add working directory checking.

2006-1-9  Jouni Kerman    <kerman@stat.columbia.edu>
          Yu-Sung Su      <ys463@columbia.edu>
    * NAMESPACE: export G for use, register print.GO S3 method.
    * R/go.R: drop unused argument.

2006-1-9  Yu-Sung Su     <ys463@columbia.edu>
    * DESCRIPTION (Version, Date): 1.0-4
    * NAMESPACE: export sim.lm, sim.glm, sim.mer.
    * man/coefplot.Rd: Add two examples that compares glm and bayesglm.
    * man/corrfplot.Rd: Add one example, using lalonde data.
    * R/AllInternal.R: Add rwish & dwish as interal functions
            from Martin and Quinn's MCMCpack
    * R/load.first.R: Add arm version claim
    * R/coefplot.R: Adjust coefplot options, making it more like plot.default
    * R/sim.R: adjust sim.mer.R to deal with Sigma not positive definite.

2006-1-1  Andrew Gelman <gelman@stat.columbia.edu>
          Yu-Sung Su    <ys463@columbia.edu> 
    * DESCRIPTION (Version, Date): 1.0-3
    * man/bayepolr.Rd: Add more examples.
    * R/bayesglm.R: Change n.iter=50 to n.iter=100.
    * R/bayespolr.R: Add n.iter=100 option, arguments check.

2006-12-29  Andrew Gelman   <gelman@stat.columbia.edu>
    * DESCRIPTION (Version, Date): 1.0-2
    * man/bayeglm.Rd: Update description in the "details" and "arguments" sections.
    * man/bayepolr.Rd: Update description in the "details" and "arguments" sections.
    * R/bayesglm.R: Adapt bayesglm to handle gaussians.
    
2006-12-28  Andrew Gelman  <gelman@stat.columbia.edu>
    * DESCRIPTION (Version, Date): 1.0-1
    * man/display.Rd: Update description in the "arugments" section.
    * man/bayeglm.Rd: Update description in the "details" section.
    * man/bayepolr.Rd: Update description in the "details" section.
    * man/frisk.Rd: Remove frisk documentation.
    * data/frisk.R: Remove frisk data.
    
