Posts

Showing posts from June, 2022

Formula VS Functions in Excel/ spreadsheet

Image
Welcome to the new blog :-) In this blog I will tell you what's basic difference between formulas(formulae) and functions while using Excel. For an example,  Formulas are like homemade pizza where we can add things with variety and quantity by our own taste. AND  Functions are like pizza from Domino's or Pizza Hut, where we just tell name, size or extra cheese(all the arguments). Not fully customized. It is fine to make single or double topping pizza at home (formulas using operators only). But as we all know most of the time we have lack of experience, lack of ingredients (options) at home to make pizza (formula writing) Which makes the pizza bit different from Domino's and even less tasty(functional). At this point readymade pizza come more handy so we order it(use functions which are inbuilt) Definitions :- Formula :   A set of instructions used to perform a calculation using the data in a spreadsheet. Example of formula :- = (B3+A2)*5 Function :  A preset command...

R for data Analysis

Image
                    Welcome to the blog where I will tell you how everything works in analysis using R, It is just an overview but you will come to know relation between R and data analysis. This blog will also make you fearless to start with R. So let's start, R is a programming language we all know this, but you will be glad to know it is language which is specially made to analyze the data. The thing is from where to start right ? First see benefits of using R: 1. It is easy to learn language even if you have no coding or technical background. 2. It is like super-market where you will find every tool for analysis. 3. It is one stop solution where we analyze data, make visualization and create documentation. 4. It is open source or free to use. 5. Strong community make it easy to find solutions if you stuck somewhere. Ok, Ok starting how to start and how everything works, first you will go online online to R studio cloud or y...