rlassologitObjects of class rlassologit are constructed by rlassologit.
print.rlassologit prints and displays some information about fitted rlassologit objects.
summary.rlassologit summarizes information of a fitted rlassologit object.
predict.rlassologit predicts values based on a rlassologit object.
model.matrix.rlassologit constructs the model matrix of a lasso object.
# S3 method for rlassologit
predict(object, newdata = NULL, type = "response", ...)# S3 method for rlassologit
model.matrix(object, ...)
# S3 method for rlassologit
print(x, all = TRUE, digits = max(3L, getOption("digits") - 3L), ...)
# S3 method for rlassologit
summary(object, all = TRUE, digits = max(3L, getOption("digits") - 3L), ...)
an object of class rlassologit
new data set for prediction
type of prediction required. The default ('response) is on the scale of the response variable; the alternative 'link' is on the scale of the linear predictors.
arguments passed to the print function and other methods
an object of class rlassologit
logical, indicates if coefficients of all variables (TRUE) should be displayed or only the non-zero ones (FALSE)
significant digits in printout