predict() for Cox fits now accepts
type = "survival", which returns subject-specific survival
curves (a list with time and survival
components). This replaces the standalone
predict_survival_function(), which has been removed.predict_survival_function() has been removed. Use
predict(object, newx, type = "survival") instead.fista.cpp and fista_cox.cpp now have internal
linkage (anonymous namespaces).coef() now returns a one-column sparse
matrix instead of a two-column data frame. Zero coefficients
are printed as ., which keeps the display compact in high
dimensions.
Added a summary() method for pic
fits.
intercept = FALSE is now permitted for every family.
Previously it raised an error for non-Cox families when
standardize = TRUE. When intercept = FALSE,
the data are assumed to be centered.
Standardized the input-validation error messages (consistent
back-quoting of argument names and call. = FALSE).