| varimp | R Documentation | 
A function to calculate relative variable importance for selecting node
splits over a semforest object.
varimp(
  forest,
  var.names = NULL,
  verbose = F,
  eval.fun = evaluateTree,
  method = "permutation",
  conditional = FALSE,
  ...
)
| forest | A  | 
| var.names | Covariates used in the forest creation process. NULL value will be automatically filled in by the function. | 
| verbose | Boolean to print messages while function is running. | 
| eval.fun | Default is  | 
| method | Experimental. Some alternative methods to compute importance. Default is "permutation". | 
| conditional | Conditional variable importance if TRUE, otherwise marginal variable importance. | 
| ... | Optional arguments. | 
Andreas M. Brandmaier, John J. Prindle
Brandmaier, A.M., Oertzen, T. v., McArdle, J.J., & Lindenberger, U. (2013). Structural equation model trees. Psychological Methods, 18(1), 71-86.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.