top of page


Sampling Methods in Descriptive Researches
Sampling is the process of selecting a portion or subset of a larger group, called the population...
Feb 9, 2023


Fundamentals of Statistics
Statistics is a field of study concerned with collection, organization, summarizing and analysis of data and drawing inferences...
Jan 26, 2023

Statistical Analysis Using SPSS: One-way ANOVA
In this article, we perform a ANOVA analysis using SPSS and how to interpret the ANOVA and LSD test results
Nov 7, 2022

Data Analysis with Python: Top Countries in Publication Production
In this article, we use Python to analyze and visualize SCImago data to obtain insights from data and make conclusions...
Oct 7, 2022

Top Python Libraries for Data Analysis - with Examples
In this article, we introduce the major Python libraries that are commonly used for data analysis and how to utilize them with examples
Sep 19, 2022

Python List Methods and Functions
Lists are the most integral and common iterables in Python which we would explain in detail in this article...
Sep 6, 2022

Python Data Types and Type Casting
Data types are the categorization of data values. It represents the kind of value that tells what operations can be performed...
Aug 24, 2022

Python Basics: Installation, Syntax, Variables and Operations
Python is an open-source programming language and one of the most popular and rapidly growing high-level programming languages worldwide.
Aug 22, 2022

Data Analysis in Research: Fundamentals & Steps
Data is defined as "factual information" and this information could be numbers, characters, images, or other method of recording...
Aug 7, 2022

Skewness - Overview, Example & Interpretation
Understanding shape of data is a very important step in data analysis. It helps to see where the most information is lying and to find...
Jun 23, 2022

Multiple Linear Regression
Simple linear regression is used to predict the unknown Y scores based on the X scores. In multiple linear regression, we use two or more in
Jun 4, 2022

Paired Sample t-test
A paired sample t-test is used to determine if there is a significant difference between the means of two groups but these two groups...
Apr 22, 2022
bottom of page