summary.MDEI | R Documentation |
Summary of an object of class MDEI.
## S3 method for class 'MDEI'
summary(object, features = 10, ...)
object |
An object of class MDEI. |
features |
Number of spline bases to include. |
... |
Additional arguments to be passed to |
A table with three columns: the names of selected spline interactions, the average coefficient, and
proportion of time it was included in the model. Averages over taken over subsamples in the
split sample strategy.Note that the coefficients are interactions between
spline interactions that can be accessed through obj$internal$Xmat.spline
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.