Changes in version 0.8.0 (2024-12-02) This is a major update to the package adding additional plotting methods o Fleshed out and installed plot.precision() o Illustrate plot.precision() in README.Rmd o Added diab data, diabetes from CASI o Fixed documentation for plot.ridge() so that plot.pcaridge() is documented explicitly. o vif.ridge() now returns a "vif.ridge" object list to prepare for a plot method. o Added plot.vif.ridge() to plot VIFs vs shrinkage o Added norm.diff = sqrt((b_OLS - b_ridge)^2) as a measure of shrinkage to precision() o Added plot.precision() for plots of shrinkage vs. precision o Added best() to display the optimal shrinkage criteria Changes in version 0.7.1 (2024-11-13) o Added links to gentalk.pdf o Improved README and fixed some examples o precision() result gains a class "precision" in preparation for a plot method o Implemented plot.precision() for plots shrinkage vs. variance, using various criteria o Fixed warning from ridge() related to contrasts o ridge() now collects the optimal criteria in a named list, which can be added in plot.precision() Changes in version 0.7.0 (2023-08-08) o Converted the package to roxygen2 documentation, correcting some infelicities with S3 methods o Added an extended README example. o fix link to genridge paper PDF Changes in version 0.6.8 o a maintenance release, correcting a problem with an \alias{} in one .Rd file Changes in version 0.6.7 (2020-01-29) o Remove references to ElemStatLearn, now defunct Changes in version 0.6-6 (2017-10-06) o bump package version, preparing to move to Github Changes in version 0.6-5 (2014-11-24) o Use rgl:: in calls to rgl package for CRAN o Fixed long lines in .Rd files Changes in version 0.6-4 o Added contourf() Changes in version 0.6-3 (2012-02-08) o Minor tweaks to plot3d.ridge o Added biplot.ridge method for symmetry, showing the PCA vectors in variable space o Added examples to ridge.Rd using data(manpower, package="bestglm") o Added Manpower data Changes in version 0.6-2 (2011-12-30) o Made ridge() an S3 generic with formula and default methods o Fixed labels problems in biplot.pcaridge and plot3d.ridge o Added Detroit data with examples showing most methods Changes in version 0.6-1 (2011-12-19) o Fixed order of classes in pca.ridge o Made plot3d an S3 generic; added plot3d.pcaridge and plot.pcaridge o Added biplot.pcaridge() to draw variable vectors on a plot.pcaridge() plot o Added options to precision.* for greater flexibility o Added GCV computation to ridge() o Added which.lambda to select ellipses in plot.ridge(), plot3d.ridge() etc. o Added labels argument to plot.ridge() and fixed pairs.ridge for this. Changes in version 0.6-0 (2011-12-05) o Added plot3d.ridge() using rgl, completing the main stages in visualization methods for ridge-like problems Changes in version 0.5-3 o Added precision.ridge() method for measures of precision and shrinkage o Added vif.ridge() method, extending the car S3 generic for ridge objects o Now Depends: car Changes in version 0.5-2 o Added Acetylene data o Added vcov.ridge() method Changes in version 0.5-1 o Fixed Authors@R in DESCRIPTION Changes in version 0.5-0 (2011-08-26) o Added NAMESPACE o Initial package version, released to R-Forge o Added pca.ridge