I have a database named AllDataset that contains the following data: sex- (male, female) smoke- (yes, no) age- continuous variable target- binary(0,1) I check the relationship between smoking gender and age to the explained target variable using logistic regression. I performed the analysis and right now I need to find a representative graph. I tried to use a scatter graph, but the values do not scatter from the box where the target variable is (suffered from a heart attack/does not suffer from a heart attack) I would appreciate it if you could help me find a suitable graph
I tried to make a scatter graph but the data does not scatter for the reason that the target variable allows this, I am looking for a graph that will represent the relationship between the explanatory variables and the explained variable - the target