Quantcast
Channel: ListenData
Browsing all 425 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

SAS SQL : Find records only exist in one table but not other

It is one of the most common data manipulation problem to find records that exist only in table 1 but not in table 2. This post includes 3 methods with PROC SQL and 1 method with data step to solve it....

View Article


Image may be NSFW.
Clik here to view.

SAS : INTCK Function with Examples

The INTCK is one of the most important date function that is used to calculate the difference between two dates, two times or two datetime values.The following is a list of common real-world examples...

View Article


Image may be NSFW.
Clik here to view.

Wish Christmas with SAS

This post is dedicated to the lovers of SAS programming language. Flaunt your knowledge in your peer group with the following SAS program 😊 It's one of the stupidest and coolest way to make simple...

View Article

Image may be NSFW.
Clik here to view.

SAS : Count Missing and Non missing Across Columns

This post explains how to count number of missing (blanks) and non missing (non blank) values across multiple columns. It's very easy to calculate it with SAS. It's one of the common data manipulation...

View Article

Image may be NSFW.
Clik here to view.

Free SAS Access - No Install Required

Accessing SAS was never so easy. With SAS OnDemand for Academics software, SAS is just a click away! Yes, you hear it right. We can access SAS software for free by just logging to a SAS website. No...

View Article


Image may be NSFW.
Clik here to view.

Companies using R

R is a free programming language for data analysis, statistical modeling and visualization. It is one of the most popular tool in predictive modeling world. Its popularity is getting better day by day....

View Article

Image may be NSFW.
Clik here to view.

SAS Date Formats and Informats

This tutorial describes the usage of SAS Date formats and informats. It includes practical real-world data problems related to SAS formats.What are Formats and Informats?Informats is used to tell SAS...

View Article

Image may be NSFW.
Clik here to view.

Data Analyst Interview Questions

This tutorial explains common and tricky data analyst interview questions with answers. The main responsibility of data analyst is to generate insights from data and present it to stakeholders such as...

View Article


Image may be NSFW.
Clik here to view.

Support Vector Machines Simplified using R

This tutorial describes theory and practical application of Support Vector Machines (SVM) with R code. It's a very popular supervised learning algorithm. It works both for classification and regression...

View Article


Image may be NSFW.
Clik here to view.

Calculating Driving Distance with SAS

This tutorial demonstrates how to calculate driving distance with SAS. Calculating travelling distance between two locations is an important step of Geo Spatial Analysis. Today geo analytics or network...

View Article

Image may be NSFW.
Clik here to view.

SAS : INTNX Function with Examples

This tutorial explains how SAS INTNX function works. It includes explanation of INTNX function with practical examples which would help you to understand it.SAS INTNX : IntroductionSAS function INTNX...

View Article

Image may be NSFW.
Clik here to view.

Understanding Bias-Variance Tradeoff

This tutorial explains the concept of bias-variance tradeoff in machine learning. It is one of the most commonly confused term in predictive modeling world.BiasIt refers to model fitting the training...

View Article

Image may be NSFW.
Clik here to view.

Import Data in Python

This tutorial explains various methods to read data into Python. Data can be in any of the popular formats - CSV, TXT, XLS/XLSX (Excel), sas7bdat (SAS), Rdata (R) etc.Import Data into PythonWhile...

View Article


Image may be NSFW.
Clik here to view.

Detecting Interaction in Regression Model

This tutorial talks about the easy and effective method to detect interaction in a regression model.What is InteractionInteraction is defined as a combinations of variables. If the dependent variable...

View Article

Image may be NSFW.
Clik here to view.

SAS : Calculate AUC of Validation Data

This tutorial explains how to calculate area under curve (AUC) of validation sample. The AUC of validation sample is calculated by applying coefficients (estimates) derived from training sample to...

View Article


Image may be NSFW.
Clik here to view.

Extract last 4 values of variable in SAS

This tutorial explains how to extract last n characters or numbers of a variable in SAS. In this tutorial, we will cover several cases in which we pull last 4 character or numeric values from a column....

View Article

Image may be NSFW.
Clik here to view.

Predictive Modeling Interview Questions and Answers

Predictive modeling knowledge is one of the most sought-after skill today. It is in demand these days. It is being used in almost every domain ranging from finance, retail to manufacturing. It is being...

View Article


Image may be NSFW.
Clik here to view.

R : If Else and Nested If Else

If Else and Nested If Else in RThe If Else statements are important part of R programming. In this tutorial, we will see various ways to apply conditional statements (If..Else If..Else) in R. In R,...

View Article

Image may be NSFW.
Clik here to view.

Partial and Semipartial Correlation

Partial correlation measures linear relationship between two variables, while controlling the effect of one or more variable. In this tutorial, we will see the difference between partial and...

View Article

Image may be NSFW.
Clik here to view.

Facebook Data Mining using R

In this tutorial, we will see how to extract and analyze facebook data using R. Facebook has crossed more than 1 billion active users.  Facebook has gathered the most extensive data set ever about...

View Article
Browsing all 425 articles
Browse latest View live