What is the difference between Regression and Logistic
Regression? Can u explain the Assumptions/Conditions?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / vipin choudhary
Regression Modelling is also called linear modelling as the
input variables and residuals normally distributed.
the formula generally used here is
Y = m1x1+m2x2+m3x3+m4x4+c
Where as the logistic modelling is a non linear modelling
in which input variables and residuals randomly distributed.
The dependent variable has a value of either 1 or 0
the formula we use here is
Y= 1
--------------------
1 + e^-(m1x1+m2x2+m3x3+m4x4)
Is This Answer Correct ? | 20 Yes | 2 No |
Answer / gaurav
Regression is a statistical technique to investigate relationship between dependent variable and independent variables which can be linear, nonlinear.
logistic regression is statistical technique to investigate relationship between ordinal dependent variable and independent variables. logistics regression can be multinomial if there are more then two ordinal dependent variable.
Is This Answer Correct ? | 8 Yes | 2 No |
What is the role of unrestrictive users? : sas-grid-administration
Explain the purpose of substr functions in sas programming.
What is the one statement to set the criteria of data that can be coded in any step?
Describe a time when you were really stuck on a problem and how you solved it?
How to create list output for cross-tabulations in proc freq?
Can you execute a macro within a macro? Describe. : sas-macro
i have a null dataset with 10 variables; i want to print only name of the varibales in log window and also output window.how can we do this one?
what is Business Intelligence?
What function CATX syntax does?
name some data transformation used in sas di? : Sas-di
How can a SAS WEB REPORT STUDIO USER identify which report tabs they have been permitted without entering the SAS WEB REPORT STUDIO
Name types of category in which SAS Informats are placed?