summary.MDEI {MDEI} | R Documentation |
Summary of an MDEI Object
Description
Summary of an object of class MDEI.
Usage
## S3 method for class 'MDEI'
summary(object, features = 10, ...)
Arguments
object |
An object of class MDEI. |
features |
Number of spline bases to include. |
... |
Additional arguments to be passed to |
Value
- coeftable
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
.
[Package MDEI version 1.0 Index]