coef.svem_model | R Documentation |
Calculates the percentage of bootstrap iterations in which each coefficient (excluding the intercept) is nonzero, using a small tolerance.
## S3 method for class 'svem_model'
coef(object, tol = 1e-07, ...)
object |
An object of class |
tol |
Numeric tolerance for "nonzero" (default |
... |
Unused. |
Invisibly returns a data frame with variables and percentages.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.