smancuso / RePROCESS

An R implementation of the PROCESS macro for SPSS and SAS
GNU General Public License v3.0
1 stars 2 forks source link

Error in model: unused arguments in example code #2

Open shahdtron opened 5 years ago

shahdtron commented 5 years ago

I wrote a script last week using this fxn, and it worked just fine. This week, I'm trying to run the same script, and I get an error. I ran your example script, and I also get the same error. See below.

Error in model1(Y = "liking", X = "protest", W = "sexism", CV = NULL, : unused arguments (Y = "liking", X = "protest", W = "sexism", CV = NULL, x.multicat = TRUE, x.code = "indicator", plot.int = TRUE)

shahdtron commented 5 years ago

Upon further investigation, it seems like the error pops up when I've also loaded up the package processR. Any idea for the reason?