What is the difference between Regression and Logistic
Regression? Can u explain the Assumptions/Conditions?
Answer Posted / 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 |
Post New Answer View All Answers
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
Give some ways by which you can define the variables to produce the summary report (using proc report)?
describe about metadata object? : Sas-di
what are the considerations when picking a SAS/STAT procedure?
What are the features of base sas system?
How does the internal authentication work in sas? : sas-grid-administration
what is null hypothesis? why do you consider that?
what r the job openings SAS for fresher graduates !
How do you connect the desktop application to metadata server? : sas-grid-administration
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
where to use sas business intelligence? : Sas-bi
How to test the debugging in sas?
What are the applications primarily used by business analyst? : Sas-bi
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro