Learn R Programming

⚠️There's a newer version (4.3.8) of this package.Take me there.

lessR (version 4.2.0)

Less Code, More Results

Description

Each function accomplishes the work of several or more standard R functions. For example, two function calls, Read() and CountAll(), read the data and generate summary statistics for all variables in the data frame, plus histograms and bar charts as appropriate. Other functions provide for descriptive statistics, a comprehensive regression analysis, analysis of variance and t-test, visualizations including the Violin/Box/Scatter plot for a numerical variable, bar chart, histogram, box plot, density curves, calibrated power curve, reading multiple data formats with the same function call, variable labels, color themes, Trellis graphics, and comprehensive summary statistics via pivot tables. Also includes a confirmatory factor analysis of multiple indicator measurement models, pedagogical routines for data simulation such as for the Central Limit Theorem, and generation and rendering of R markdown instructions for interpretative output.

Copy Link

Version

Install

install.packages('lessR')

Monthly Downloads

4,423

Version

4.2.0

License

GPL (>= 2)

Maintainer

Last Published

June 3rd, 2022

Functions in lessR (4.2.0)

ANOVA

Analysis of Variance
BarChart

Bar Chart for One or Two Variables
Density

Density Curves from Data plus Histogram
Histogram

Histogram
Correlation

Correlation Analysis
Merge

Merge Two Data Frames Horizontally or Vertically
CountAll

CountAll Descriptive Analysis of all Variables in the Data Frame
LineChart

Line Chart such as a Run Chart or Time-Series Chart
Model

Regression Analysis, ANOVA or t-test
Logit

Logit Regression Analysis