Learn R Programming

ezr

Point and click with your mouse to conduct basic analyses and create graphics quickly and easily.

This package will run a “Shiny App” on your local machine, which allows you to analyze data without the need to type a line of code.

You do not need to know anything about R to use this tool.

Examples of things you can do include (but are not limited to):

  • tabulating descriptive statistics for a variable
  • creating a frequency table for a variable
  • creating histograms by experimental group
  • creating a scatter plot
  • calculating a correlation between two variables

Installation

You can install the released version of kim from CRAN with:

install.packages("ezr")

You can also install the development version from GitHub with:

install.packages("devtools")
devtools::install_github("jinkim3/ezr")

Example

Here are some examples of using this package.

library(ezr)

# Start the Shiny server on a local machine
start_ezr(data = mtcars)

Copy Link

Version

Install

install.packages('ezr')

Monthly Downloads

257

Version

0.1.5

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Jin Kim

Last Published

November 25th, 2020

Functions in ezr (0.1.5)

start_ezr

Start ezr
pretty_round_p_value

Pretty round p-value
histogram_by_group

Histogram by group
tabulate_vector

Tabulate vector
se_of_mean

Standard error of the mean
scatterplot

Scatterplot
desc_stats

Descriptive statistics