NEWS | R Documentation |
Change syntax to remove the period from all relevant functions. The main modeling fitting function is now glmpathcr which yields an object of class glmpathcr.
Other function name changes are: coef.glmpathcr, fitted.glmpathcr, plot.glmpathcr, predict.glmpathcr, print.glmpathcr, and summary.glmpathcr.
glmpathcr function now handles weights.
Housekeeping: Cleaned up the DESCRIPTION, NAMESPACE, and URLs in help files.
Updated package author's and package maintainer's email address.
Edited glmpathcr-package.Rd to be in sync with the rest of the package.
Added nopenalty parameter to glmpathcr fitting function so a user can indicate the indices of predictor variables that should not be penalized.
Added a check for ordered factor outcome in the predict function.
Added a check to ensure number of steps and row dimension of coefficients match for trace plot.
Updated functions that check for class(object)=="matrix" to comply with new results in R 4.0.0 that yield a length 2 vector with "matrix" and "array".
Updated glmpathcr function to accept user-defined parameters allowable in glmpath call (e.g., max.steps, max.vars, trace, etc) except offset.
Updated help file for plot.glmpathcr.
Updated vignette to include which="AIC" for example of selecting a modeling using AIC.