Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Community is experiencing an influx of spam. As we work toward a solution, please use the 'Notify Moderator' option on the ellipsis menu to flag inappropriate posts.

Alteryx Designer Desktop Discussions

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

Macro or Tool to provide ANOVA?

davidrioux
5 - Atom

Hello:  While Alteryx' R Tools for linear regression and test of means can provide similar functionality to ANOVA, a macro or tool providing ANOVA functionality would be very convenient to simply look for factors associated with significant differences in a variable of interest.  Setting up indicator variables to enter factors into a linear regression and working through stepwise is not as convenient.  Does anyone have any pointers?  Thanks in advance.

1 REPLY 1
MichaelF
Alteryx Alumni (Retired)

Hi Dave,

 

Both the Linear Regression Tool and Stepwise Tool reports Type II ANOVA as an output based the model you feed it. If you would like other types, or would like to specify other parameters based on R capabilities (here), you can open the macros for each tool and customize the R Tool in the R code where it's mentioned:

 

 Untitled.png

 

Cheers,

Mike

Labels