Examples: visualization, C++, networks, data cleaning, html widgets, ropensci.

Found 31 packages in 0.21 seconds

audit — by Glen Meeden, 3 years ago

Bounds for Accounting Populations

Find an upper bound for the total amount of overstatement of assets in a set of accounts, or estimate the amount of sales tax owed on a collection of transactions (Meeden and Sargent, 2007, ).

walmartAPI — by Emil Hvitfeldt, 7 years ago

Walmart Open API Wrapper

Provides API access to the Walmart Open API < https://developer.walmartlabs.com/>, that contains data about stores, Value of the day and products which includes names, sale prices, shipping rates and taxonomies.

tidybins — by Harrison Tietze, 5 months ago

Make Tidy Bins

Multiple ways to bin numeric columns with a tidy output. Wraps a variety of existing binning methods into one function, and includes a new method for binning by equal value, which is useful for sales data. Provides a function to automatically summarize the properties of the binned columns.

housingData — by Ryan Hafen, 9 years ago

U.S. Housing Data from 2008 to 2016

Monthly median home listing, sale price per square foot, and number of units sold for 2984 counties in the contiguous United States From 2008 to January 2016. Additional data sets containing geographical information and links to Wikipedia are also included.

didrooRFM — by Satish Hariharan, 7 years ago

Compute Recency Frequency Monetary Scores for your Customer Data

This hosts the findRFM function which generates RFM scores on a 1-5 point scale for customer transaction data. The function consumes a data frame with Transaction Number, Customer ID, Date of Purchase (in date format) and Amount of Purchase as the attributes. The function returns a data frame with RFM data for the sales information.

promotionImpact — by Nahyun Kim, 4 years ago

Analysis & Measurement of Promotion Effectiveness

Analysis and measurement of promotion effectiveness on a given target variable (e.g. daily sales). After converting promotion schedule into dummy or smoothed predictor variables, the package estimates the effects of these variables controlled for trend/periodicity/structural change using prophet by Taylor and Letham (2017) and some prespecified variables (e.g. start of a month).

m5 — by Krzysztof Joachimiak, 2 years ago

'M5 Forecasting' Challenges Data

Contains functions, which facilitate downloading, loading and preparing data from 'M5 Forecasting' challenges (by 'University of Nicosia', hosted on 'Kaggle'). The data itself is set of time series of different product sales in 'Walmart'. The package also includes a ready-to-use built-in M5 subset named 'tiny_m5'. For detailed information about the challenges, see: Makridakis, S. & Spiliotis, E. & Assimakopoulos, V. (2020). .

CoFRA — by Rune Matthiesen, 8 years ago

Complete Functional Regulation Analysis

Calculates complete functional regulation analysis and visualize the results in a single heatmap. The provided example data is for biological data but the methodology can be used for large data sets to compare quantitative entities that can be grouped. For example, a store might divide entities into cloth, food, car products etc and want to see how sales changes in the groups after some event. The theoretical background for the calculations are provided in New insights into functional regulation in MS-based drug profiling, Ana Sofia Carvalho, Henrik Molina & Rune Matthiesen, Scientific Reports .

hpiR — by Andy Krause, 5 years ago

House Price Indexes

Compute house price indexes and series using a variety of different methods and models common through the real estate literature. Evaluate index 'goodness' based on accuracy, volatility and revision statistics. Background on basic model construction for repeat sales models can be found at: Case and Quigley (1991) < https://ideas.repec.org/a/tpr/restat/v73y1991i1p50-58.html> and for hedonic pricing models at: Bourassa et al (2006) . The package author's working paper on the random forest approach to house price indexes can be found at: < http://www.github.com/andykrause/hpi_research>.

usfertilizer — by Wenlong Liu, 7 years ago

County-Level Estimates of Fertilizer Application in USA

Compiled and cleaned the county-level estimates of fertilizer, nitrogen and phosphorus, from 1945 to 2012 in United States of America (USA). The commercial fertilizer data were originally generated by USGS based on the sales data of commercial fertilizer. The manure data were estimated based on county-level population data of livestock, poultry, and other animals. See the user manual for detailed data sources and cleaning methods. 'usfertilizer' utilized the tidyverse to clean the original data and provide user-friendly dataframe. Please note that USGS does not endorse this package. Also data from 1986 is not available for now.