Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
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