CubeStatistica / Professional-Training-for-Data-Science-C1

Online-Professional-Training-for-Data-Science-Using-R (OPTDSUR) Professional-Training-for-Data-Science-C1
0 stars 1 forks source link

Week 3: Start Work on Regression models. #97

Open javariaqayyum opened 1 year ago

javariaqayyum commented 1 year ago

Search google about regression models and then See what are the difference between linear and logistic regression models and the functions used for these models in R.

Install.packages("lrm)

For Linear Regression Use Age as Class lm()

For logistic regression Use Paid Course after converting it into 0 and 1.

glm()

javariaqayyum commented 1 year ago