print.LinCDE: print.LinCDE

print.LinCDER Documentation

print.LinCDE

Description

This function displays basic information about a LinCDE model (object).

Usage

## S3 method for class 'LinCDE'
print(x, ...)

Arguments

x

a LinCDE model (object).

...

other parameters passed to print.default.

Value

The function prints a list of values.

  • model: a LinCDE model. The response is denoted by y. If the covariates' names are not provided in the training stage, the covariates will be named in the format "Xj".

  • hyperparameters including depth, shrinkage, basis, centering (centeringMethod if centering is TRUE), and function of the prior are provided.

  • importanceScore: relative influences of the covariates to the response distribution.


ZijunGao/LinCDE documentation built on Jan. 2, 2023, 11:14 p.m.