Viewing a single comment thread. View all comments

kevdq t1_jb35enb wrote

Is there any AI that can graph a statistical plot (specially linear plots or from regression analyses) after giving instructions?

2

Mcipark t1_jbdpdrk wrote

it’s not an AI but there are commands you can use to run regressions and visualize data in r, and it’s generally pretty simple. You would import certain libraries, import your dataset, and tell r what variables to run the regression with. You can do all sorts of tests and charts etc, including chi squared, linear/logistic regression, Kruskal-Wallace test, basically anything you need to do to understand data better.

DM me if you need any help

3