update_m {RprobitB} | R Documentation |
This function updates the class size vector.
update_m(C, z, nozero)
C |
The number (greater or equal 1) of latent classes of decision makers.
Set to |
z |
The vector of the allocation variables of length |
nozero |
If |
An updated class size vector.
update_m(C = 3, z = c(1,1,1,2,2,3), FALSE)