Bayesian Analyst
Bayesian Analyst
About me
Data Nuggets
Projects
Contact
CV
Light
Dark
Automatic
Posts
logistic far from machine learning
Generalized linear models Exponential Family The theory of GLMs is developed for data with distribution given y the exponential family. The form of the data distribution that is useful for GLMs is
Last updated on Aug 17, 2023
13 min read
A beginner's guide to Machine Learning with R
Introduction In this tutorial we will be using the iris data set in order to create a simple line-by-line beginners guide to 4 different supervised machine learning classification models with the aim of prediction iris species based on a set of variables.
Aug 17, 2023
18 min read
Hello R Markdown
R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.
Dec 1, 2020
1 min read
R
Introduction to Data Manipulation in R
Manipulate data with the tidyverse Using tidyr to reshape data frames Why “tidy” your data? Tidying allows you to manipulate the structure of your data while preserving all original information. Many functions in R require (or work better) with a data structure that isn’t always easily readable by people.
Jan 1, 0001
7 min read
Visualizing data layer by layer in R
background Visualisation is the process of representing data graphically and interacting with these representations. The objective is to gain insight into the data. To work with ggplot2\index{ggplot2}, remember that at least your R codes must
Jan 1, 0001
4 min read
«
Cite
×