plot_class_allocation {RprobitB} | R Documentation |
Plot class allocation (for P_r = 2
only)
Description
This function plots the allocation of decision-maker specific coefficient vectors
beta
given the allocation vector z
, the class means b
,
and the class covariance matrices Omega
.
Usage
plot_class_allocation(beta, z, b, Omega, ...)
Arguments
beta |
The matrix of the decision-maker specific coefficient vectors of dimension
|
z |
The vector of the allocation variables of length |
b |
The matrix of class means as columns of dimension |
Omega |
The matrix of class covariance matrices as columns of dimension
|
... |
Optional visualization parameters:
|
Details
Only applicable in the two-dimensional case, i.e. only if P_r = 2
.
Value
No return value. Draws a plot to the current device.