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
how does sas handle missing values in procs? : Sas programming
Explain the main difference between the sas procedures and functions? : Sas-administrator
What is the function of Stop statement in a SAS Program?
what do you mean by data staging area? : Sas-di
How do dates work in sas?
What are the automatic variables for macro? : sas-macro
What is the use of function Proc summary?
how do you pull data from equifax?tell me the process?
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
What are the parameters of scan function?
What is interleaving in SAS?
how do you want missing values handled? : Sas programming
What is the difference between one to one merge and match merge? Give an example.
What is program data vector (pdv)?
how would you determine the number of missing or nonmissing values in computations? : Sas programming