Error in as.character(x) : cannot coerce type 'closure' to vector of type 'character'

could you tell me the solution?poor me

I think you need to provide more information. From which package is the function minimize()? What kind of object is ZZB?

PS:ZZB is truth table algorithm
ZZJ is INTERMEDIATE SOLUTION
all of them is about QCA

I don't see the function minimize() in the package SetMethods. I did find a minimize() function in the package QCA and it seems to match the function you are using. That function has an argument named dir.exp. It looks to me like you have mistyped that name as dir,exp. That would account for the error your are seeing. Change your code to use the argument dir.exp.

Thank you very much.oh my gosh,it is juat a comma error.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.