methods.rlassologit: Methods for S3 object 'rlassologit'

Description Usage Arguments

Description

Objects 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.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## S3 method for class 'rlassologit'
predict(object, newdata = NULL, type = "response",
  ...)

## S3 method for class 'rlassologit'
model.matrix(object, ...)

## S3 method for class 'rlassologit'
print(x, all = TRUE, digits = max(3L,
  getOption("digits") - 3L), ...)

## S3 method for class 'rlassologit'
summary(object, all = TRUE, digits = max(3L,
  getOption("digits") - 3L), ...)

Arguments

object

an object of class rlassologit

newdata

new data set for prediction

type

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

x

an object of class rlassologit

all

logical, indicates if coefficients of all variables (TRUE) should be displayed or only the non-zero ones (FALSE)

digits

significant digits in printout


hdm documentation built on May 2, 2019, 4:42 p.m.