Bayesian Analyst
Bayesian Analyst
About me
Data Nuggets
Projects
Contact
CV
Light
Dark
Automatic
janitor
Survival Analysis : Part 1
Introduction Hie there ,welcome back to one of my presentations ,This presentation will cover some basics of survival analysis, and the following series of tutorial papers can be helpful for additional reading:
Last updated on Sep 23, 2023
11 min read
cox
,
datascience
,
dplyr
,
janitor
,
classification
Data Transformation Explanatory data Analysis
Objectives Welcome to yet another R blog on data analysis and wranling using R At the end of this tutorial you will: understand the role of data wrangling understand the basic capabilities of dplyr acquire skills to perform common data wrangling using dplyr,stringr,tidyr and forcats packages What is data wrangling?
Last updated on Sep 22, 2023
14 min read
datascience
,
dplyr
,
janitor
,
munging
,
Programming
Mastering data visualisation in R
Introduction ggplot2 is an R package by Hadley Wickham and Winston Chang that implements Wilkinson’s Grammar of Graphics. The emphasis of ggplot2 is on rapid exploration of data, and especially high-dimensional data.
Last updated on Sep 14, 2023
23 min read
ggplot2
,
janitor
,
Programming
Nitty Gritties of Explanatory Data Analysis in R (EDA)
Set up library(kableExtra) library(tidyverse) library(tvthemes) library(ggthemes) library(scales) library(magrittr) out_new<-vroom::vroom("movies.csv") out_new |> head(10) |> kable(table.attr = "style = \"color: black;\"") |> kable_styling(fixed_thead = T) |> scroll_box(height = "400px") ...1 release_date movie production_budget domestic_gross worldwide_gross distributor mpaa_rating genre 1 6/22/2007 Evan Almighty 1.
Last updated on Aug 31, 2023
14 min read
Tidyverse
,
janitor
,
wrangling
,
munging
Cite
×