Binary Logistic Regression with R – a tutorial

In a previous tutorial, we discussed the concept and application of binary logistic regression. We’ll now learn more about binary logistic regression model building and its assessment using R.

Firstly, we’ll recap our earlier case study and then develop a binary logistic regression model in R. followed by and explanation of model sensitivity and specificity, and how to estimate these using R.

(more…)

If Else in R – A Tutorial

In this tutorial we’ll look at if..else in R conditional statements

We will start with introduction to conditional statements and then cover different versions of an if statement in R.  The different versions are: the simple if statement, if-else statement, if else function and nested if-else statement. The concepts are similar to R programming.

(more…)