print.LinCDE | R Documentation |
This function displays basic information about a LinCDE model (object).
## S3 method for class 'LinCDE' print(x, ...)
x |
a LinCDE model (object). |
... |
other parameters passed to print.default. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.