AWE-methods {rebmix} | R Documentation |
Approximate Weight of Evidence Criterion
Description
Returns the approximate weight of evidence criterion at pos
.
Usage
## S4 method for signature 'REBMIX'
AWE(x = NULL, pos = 1, ...)
## ... and for other signatures
Arguments
x |
see Methods section below. |
pos |
a desired row number in |
... |
currently not used. |
Methods
signature(x = "REBMIX")
an object of class
REBMIX
.signature(x = "REBMVNORM")
an object of class
REBMVNORM
.
Author(s)
Marko Nagode
References
J. D. Banfield and A. E. Raftery. Model-based gaussian and non-gaussian clustering. Biometrics, 49(3):803-821, 1993. doi:10.2307/2532201.
[Package rebmix version 2.16.0 Index]