What is the difference between Regression and Logistic
Regression? Can u explain the Assumptions/Conditions?
Answer Posted / raj
Regression is used to model Interval target variables where
as logistic regression is used to model Categorical
varaibles.
Regression Assumptions: Input variables are linearly
related to target variable and that input variables and
residuals are normally distributed, and independent with a
mean of 0 and constant variance.
Logistic Regression: There are no distributional
requirements for inputs in Logistic regression
| Is This Answer Correct ? | 30 Yes | 1 No |
Post New Answer View All Answers
what can you learn from the sas log when debugging? : Sas programming
List down the reasons for choosing sas over other data analytics tools.
How to sort in descending order?
what are all the reports you generated in your recent project?
To what type of programms have you used scratch macros?
what is the Population you used in your project, is it ITT or PP?
Explain the difference between using drop = data set option in set and data statement?
why a stop statement is needed for the point= option on a set statement?
What do you understand by the term Normal Distribution?
What are the five ways to do a table lookup in sas? : sas-grid-administration
what is sas enterprise intelligence architecture? : Sas-bi
How long can a macro variable be? A token? : sas-macro
What are the scrubbing procedures in sas?
Enlist the functions performed by sas.
how can you put a "trace" in your program? : Sas programming