- Notifications
You must be signed in to change notification settings - Fork0
jinkim3/ezr
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Point and click with your mouse to conduct basic analyses and creategraphics quickly and easily.
This package will run a “Shiny App” on your local machine, which allowsyou 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
You can install the released version of ezr fromCRAN with:
install.packages("ezr")You can also install the development version fromGitHub with:
install.packages("devtools")devtools::install_github("jinkim3/ezr")
Here are some examples of using this package.
library(ezr)# Start the Shiny server on a local machinestart_ezr(data=mtcars)
About
No description, website, or topics provided.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published