Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between Regression and Logistic
Regression? Can u explain the Assumptions/Conditions?

Answers were Sorted based on User's Feedback



What is the difference between Regression and Logistic Regression? Can u explain the Assumptions/C..

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

What is the difference between Regression and Logistic Regression? Can u explain the Assumptions/C..

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

What is the difference between Regression and Logistic Regression? Can u explain the Assumptions/C..

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

Post New Answer

More SAS Interview Questions

Can you explain the process of calendar?

0 Answers  


What is Transaction...? And what are Comment, Roll back n Save point..?

2 Answers  


Could you please answers for this. 1.Code the tables statement for a single-level (most common) frequency. 2.Code the tables statement to produce a multi-level frequency.

2 Answers  


Mention few ways with which a “table lookup’ is done in sas programming.

1 Answers  


How is character variable converted into numeric variable and vice versa?

0 Answers  


what are input dataset and output dataset options?

6 Answers   HCL,


What is SAS? is it a software just for use or we can creat something over there?

5 Answers   Cognizant,


what is the SAS/ACCESS and SAS/CONNECT?

9 Answers   Accenture, iFlex, TCS,


create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;

6 Answers   WNS,


What is the difference between class statement and by statement in proc means?

0 Answers  


If you were told to create many records from one record show how you would do this using arrays and with PROC TRANSPOSE?

1 Answers   HCL, Quintiles,


why is the use of Retrive statement and give me with example?

1 Answers   ME,


Categories