As a new Alteryx user I am familiarizing with the toolkit.
In R I have worked on a dataset with Girth, Height and Volume of trees and which was visualized to detect relationships.
Anyone who can help me "replicate" below in Alteryx? The Association Analysis tool comes closes but does not visualize the same way. Any suggestions?
Thanks and keep strong in the Covid-19 era.
Nico
Solved! Go to Solution.
Hi @nicobonnet,
if you want to exactly replicate it, I'd go with the R Tool. Do the preprocessing with an Alteryx Workflow and than pass the data into the R Tool for the right visualization.
If you want to avoid it and the Association Analysis isn't close enough, you probably need some combination from Interactive Chart, Report Text and other Report Tools like Layout or Visual Layout.
Hope this helps.
Alex