Articles by Rsquared Academy Blog - Explore Discover Learn

rfm 0.2.2

July 30, 2020 | Rsquared Academy Blog - Explore Discover Learn

We’re excited to announce the release of rfm 0.2.2 on CRAN! rfm provides tools for customer segmentation using Recency Frequency Monetary value analysis. It includes a Shiny app for interactive segmentation. You can install rfm with:
install.packages("rfm")
In this blog post, we will summarize the changes implemented in the current (0.2.2) ...
[Read more...]

Introducing nse2r

January 16, 2020 | Rsquared Academy Blog - Explore Discover Learn

We are excited to announce the nse2r package. NSE (National Stock Exchange) is the leading stock exchange of India, located in the city of Mumbai. While users can manually download data from NSE through a browser, importing this data into R becomes cumbersome. The nse2r R package implements ...
[Read more...]

Visually explore Probability Distributions with vistributions

March 13, 2019 | Rsquared Academy Blog - Explore Discover Learn

We are happy to introduce the vistributions package, a set of tools for visually exploring probability distributions. Installation
# Install release version from CRAN
install.packages("vistributions")

# Install development version from GitHub
# install.packages("devtools")
devtools::install_github("rsquaredacademy/vistributions")
Shiny App vistributions includes a shiny app which can be launched using
vdist_launch_app()
or try the live version here. Read on to learn more about the features of vistributions, or see ...
[Read more...]
1 2

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)