Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Error with R Macro

kroberts
6 - Meteoroid

Has anyone ever seen the following error message when creating a R macro?

 

Error in t(jeu) %*% jeu:

   requires numeric/complex matrix/vector arguments

 

 

Thanks,

Kyle

1 REPLY 1
HossC
Alteryx Alumni (Retired)

Hello @kroberts,

 

I did a quick google search of this error and it looks like it is a result of jeu being in the form of a data frame rather than a matrix:

https://stackoverflow.com/questions/22906804/matrix-expression-causes-error-requires-numeric-complex...

 

Thanks!

Hoss Carroll
Customer Support Engineer
Alteryx
Labels
Top Solution Authors