Zp-methods {rebmix} | R Documentation |
Returns the factor of predictive cluster membership at s
.
## S4 method for signature 'RCLRMIX' Zp(x = NULL, s = expression(c)) ## ... and for other signatures
x |
see Methods section below. |
s |
a desired number of clusters for which the predictive cluster membership is calculated. The default value is |
signature(x = "RCLRMIX")
an object of class RCLRMIX
.
signature(x = "RCLRMVNORM")
an object of class RCLRMVNORM
.
Marko Nagode