Recently Published
Кластерный анализ, примеры
Пример визуализации кластерного анализа с помощью PCA и иерархической древовидной структуры.
Market Basket Analysis for Demonstration
This piece demonstrates the manual calculations involved and also the R Code behind Market Basket Analysis with a simple example.
R In Forestry - Statistical Methods
Statistical Methods for Forestry
Introduction to tidymodels
Introduction to tidymodels - draft of a workshop on tidymodels
PLINK for genomic data analysis
Install PLINK and run it in R to analyze genomic data from https://datadryad.org/stash/dataset/
doi:10.5061/dryad.v8g21pt
Histogram
plot uses ggplot2 to display the distribution of miles per gallon (mpg) across different numbers of cylinders in the mtcars dataset. The histogram shows the frequency of mpg values with separate facets for each cylinder category.
Distribution of Diamond Prices with Density Curves by Clarity
visualization uses ggplot2 to display the distribution of diamond prices from the diamonds dataset. The histogram shows the price distribution with overlaid density curves, colored by diamond clarity. The plot uses a bin width of 500 and includes density curves adjusted for clarity.
HTML
my first publish