Description Usage Arguments Value Examples
Compute the expected information for discrimination (expected weight of evidence) from the model-based densities
| 1 | lambda.model(densities)
 | 
| densities | Adjusted densities computed by
 | 
The model-based expected information for discrimination.
| 1 2 3 4 5 | data("cleveland") # load example dataset
W <- with(cleveland, weightsofevidence(posterior.p, prior.p))
densities.unadj <- Wdensities.unadjusted(cleveland$y, W)
densities.adj <- Wdensities.fromraw(densities.unadj)
lambda.model(densities.adj)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.