Home

Working with Large(ish) Databases in R

|
Updated:  
2018-03-02 18:43:09
|
From The Book:  
Statistical Analysis with R Essentials For Dummies
Explore Book
Buy On Amazon
Created for statistical analysis, R has a wide array of packages and functions for dealing with large amounts of data. This selection is the tip of the iceberg’s tip:

Packages and Functions for Exploring Databases

Package Function What it does
didrooRFM findRFM() Performs a Recency, Frequency, Money analysis on a database of retail transactions
vcd assocstats() Calculates statistics for tables of categorical data
vcd assoc() Creates a graphic that shows deviations from independence in a table of categorical data
tidyverse glimpse() Provides a partial view of a data frame with the columns appearing onscreen as rows
plotrix std.error() Calculates the standard error of the mean
plyr inner_join() Joins data frames
lubridate wday() Returns day of the week of a calendar date
lubridate ymd() Returns a date in R date-format

About This Article

This article is from the book: 

About the book author:

Joseph Schmuller, PhD, is a cognitive scientist and statistical analyst. He creates online learning tools and writes books on the technology of data science. His books include R All-in-One For Dummies and R Projects For Dummies.