2006-11-09 ribatema@BRANDY * DESCRIPTION: Update the version number and date * R/generics.R, man/joint.glm.Rd: Change the default for the dispersion family now Gamma(link="log") * R/graphics.R: Delete warnings ``Package JointGLM is outdated'' * R/generics.R: Change the default option. Now the default family for the dispersion component is Gamma(). * R/generics.R, R/joint.gam.R, R/joint.glm.R: Change to allow both definition of formula as character and real R formulas 2006-11-02 ribatema@BRANDY * ChangeLog, DESCRIPTION, R/fromMgcv.R, R/generics.R, R/graphics.R, R/joint.gam.R, R/joint.glm.R, TODO, man/eqd.joint.Rd, man/graphics.Rd, man/hat.glm.Rd, man/internals.Rd, man/joint.glm.Rd, man/print.joint.Rd, man/summary.joint.Rd: New file. * ChangeLog, DESCRIPTION, R/fromMgcv.R, R/generics.R, R/graphics.R, R/joint.gam.R, R/joint.glm.R, TODO, man/eqd.joint.Rd, man/graphics.Rd, man/hat.glm.Rd, man/internals.Rd, man/joint.glm.Rd, man/print.joint.Rd, man/summary.joint.Rd: import initial ************************************************************ The package JointGLM is outdated and this is his ChangeLog 2006-11-02 ribatema@BRANDY * DESCRIPTION: Update the version number and tells that it is now outdated * man/summary.joint.Rd: Add a method for summary of joint objects * man/print.joint.Rd: Add Bertrand to the author * man/joint.glm.Rd: Add a generic function fitjoint to fit both joint GLMs and joint GAMs * man/internals.Rd: Add internal function from the mgcv package * man/graphics.Rd: Add method to plot joint objects * man/eqd.joint.Rd: Change the name of the function and compute both EQL and EQD * R/graphics.R, R/joint.glm.R: tell user that this package is outdated * R/joint.gam.R: Fix a bug when the penalized deviance is not computed tell user that this package is outdated * R/generics.R: Add a generic method for summary of joint objects tell user that this package is outdated * R/fromMgcv.R: the modified function from the mgcv package 2006-10-23 ribatema@BRANDY * R/joint.glm.R: Change the component of object return by the joint.glm function. As it must be generic, there is no more ``glm.mean'' or ``glm.disp'' but ``mod.mean'' and ``mod.disp'' The eqd function is renamed to eql as now it computes both eqd and eql. * R/graphics.R: Add a method for ploting ``joint'' objects * R/generics.R, R/joint.gam.R, man/print.joint.Rd: Add the joint.gam function and methods for plotting object of class ``joint'' * DESCRIPTION: Update version and date 2006-10-23 ribatema@BRANDY * R/joint.glm.R: Change the component of object return by the joint.glm function. As it must be generic, there is no more ``glm.mean'' or ``glm.disp'' but ``mod.mean'' and ``mod.disp'' The eqd function is renamed to eql as now it computes both eqd and eql. * R/graphics.R: Add a method for ploting ``joint'' objects * R/generics.R, R/joint.gam.R, man/print.joint.Rd: Add the joint.gam function and methods for plotting object of class ``joint'' * DESCRIPTION: Update version and date 2006-10-23 ribatema@BRANDY * joint.glm.R: Change the component of object return by the joint.glm function. As it must be generic, there is no more ``glm.mean'' or ``glm.disp'' but ``mod.mean'' and ``mod.disp'' The eqd function is renamed to eql as now it computes both eqd and eql. * graphics.R: Add a method for ploting ``joint'' objects * generics.R, joint.gam.R: Add the joint.gam function and methods for plotting object of class ``joint'' 2006-10-22 ribatema@BRANDY * graphics.R, joint.glm.R: * graphics.R, joint.glm.R: New file.