coef.svem_model {SVEMnet} | R Documentation |
This function calculates the percentage of bootstrap iterations in which each coefficient is nonzero.
## S3 method for class 'svem_model'
coef(object, ...)
object |
An object of class |
... |
other arguments to pass. |
Invisibly returns a data frame containing the percentage of bootstraps where each coefficient is nonzero.
Development of this package was assisted by GPT o1-preview, which helped in constructing the structure of some of the code and the roxygen documentation. The code for the significance test is taken from the supplementary material of Karl (2024) (it was handwritten by that author).