Business AnalystA Business Analyst is a person who helps businesses to analyze their processes, products, services, and systems to […] April 1, 2023 in Business Analysis tagged business / analysis / BI / analyst by Mike
The levels Function in RLevels in R are a way of defining the possible values of a factor variable. A factor variable […] April 1, 2023 in R Language tagged factor / level by Mike
The unite Function in RThe unite() method is used to merge two or more columns into a single column or variable. unite() […] March 31, 2023 in R Language tagged unite / combining / function / combine / merge / concatenate by Mike
The write.csv Function in RThe write.csv() is a built-in R function that writes data into a CSV file. It takes a data […] March 31, 2023 in R Language tagged export / csv / write / frame / data by Mike
The aggregate Function in RThe aggregate function splits the data into subsets, computes summary statistics for each, and returns the result in […] March 31, 2023 in R Language tagged aggregate / statistics / summary / stats by Mike
Organize Files in RStudioSometimes you need to organize files and folders directly in RStudio. Other times you will have access to […] March 31, 2023 in R Language tagged files / folder / organize / RStudio by Mike
RStudio ProjectsWhy would you use RStudio projects? It is recommended to use projects in R Studio. It is recommended […] March 31, 2023 in R Language tagged project / R / projects / RStudio by Mike
The head Function in RWhen you exploring your data, try using the head function to see a few rows of your data. […] March 30, 2023 in R Language tagged function / head / R by Mike
glimpse Function in RWhen exploring your data, doing exploratory data analysis (EDA), the glimpse function is very handy. glimpse() is part […] March 30, 2023 in R Language tagged glimpse / function / R by Mike
1 skim_without_charts in RThis function gives us a pretty comprehensive summary of a dataset. We get the number of rows and […] March 30, 2023 in R Language tagged unique / statistics / charts / R / skim / without / percentile / MEAN by Mike
Data Types in RWhat are data types? This is a fundamental concept in programming. Here are some data types in R […] March 30, 2023 in R Language tagged data / types by Mike
Data Frames in RA data frame is a collection of columns, not unlike a spreadsheet or a table in a relational […] March 30, 2023 in R Language tagged data / frame / R / tidy / tibble by Mike