

How do you fix a programming error in R?
I have a problem with programming in R, can anyone can help me to solve this problem f error?
"> mv <- mini.var.capa.ident(3,3,A.Choquet.preorder = Acp )
Erreur dans mini.var.capa.ident(3, 3, A.Choquet.preorder = Acp) :
wrong Choquet preorder constraint matrix"
Where is the problem? In the parameter of the function "mini.var.capa.ident" or in the dimension of matrix Acp?
R


You have a mismatch between your requested parameters for the function and the Acp matrix.
Login to add comment