Alteryx - How to Run Linear Regression
Mukesh Singh
In this tutorial, we will learn "How to Run Linear Regression by using linear regression tool " in Alteryx tool.
In Alteryx we have a linear regression tool that is actually an R based macro. It may look intimidating at first but it is actually very easy to configure. You simply select the target variable as well as the predictor variables in your dataset. You can also select whether or not you want to omit a model constant and/or use a weight variable for weighted least squares. After you have run your regression, two things will be outputted: The model object and a results report, which goes into statistical details of the generated least squares regression line..
Linear Regression - Linear Regression analysis is used to predict the value of the dependent variable for the given value of a set of independent/explanatory variables. It is used to understand the cause and effect relationship between independent and dependent variables. In Alteryx, choose the Linear Regression tool from the Predictive tab in order to perform the regression analysis on the data.
To learn more, please follow us - http://www.sql-datatools.com To Learn more, please visit our YouTube channel at - http://www.youtube.com/c/Sql-datatools To Learn more, please visit our Instagram account at - https://www.instagram.com/asp.mukesh/ To Learn more, please visit our twitter account at - https://twitter.com/macxima To Learn more, please visit our Medium account at - https://medium.com/@macxima ... https://www.youtube.com/watch?v=QlaJt71e8EA
8195430 Bytes