| evalTree | R Documentation | 
This function evaluates the performance of a so-called conditional inference tree (see ?ctree for details) by calculating various scores, e.g. accuracy, probability of detection, and false alarm ratio. See http://cawcr.gov.au/projects/verification/ for further information.
evalTree(
  independ = NULL,
  depend,
  data,
  seed = 10L,
  size = 1000L,
  minbucket = 100L,
  n.cores = 1L,
  ...
)
| independ | numeric. Column index(es) of independent variable(s). | 
| depend | numeric. Column index of dependent variable. | 
| data | 
 | 
| seed | integer. Seed required for random number generation, see 
 | 
| size | integer. Size of the training sample. | 
| minbucket | integer. Minimum sum of weights in a terminal node. | 
| n.cores | integer. Number of cores for parallel computing. | 
| ... | Further arguments passed on to  | 
Model evaluation statistics.
Florian Detsch
ctree, ctree_control.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.