Site icon R-bloggers

Announcing vvdoctor Alpha Release

[This article was first published on vusaverse, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
< section id="announcing-the-launch-of-vvdoctor-a-shiny-app-for-effortless-data-analysis" class="level1">

Announcing the Launch of vvdoctor: A Shiny App for Effortless Data Analysis

vvdoctor

We are excited to announce the launch of vvdoctor, a new R Shiny app (and package) that provides a user-friendly interface for statistical testing from data! The goal is to aid to data-driven decision making from a statistical perspective. When is a difference large enough? Is there a notable increase from last year? Is there a difference between group A and B? These questions can be difficult to answer from solely a data-analytical perspective. vvdoctor alleviates this difficulty by easily allowing researchers, data analysts, and anyone interested in exploring data to easily conduct statistical tests from data! Upload your file, visualize your data, and perform a wide range of statistical tests in vvdoctor.

vvdoctor is now live and is accessible at: shinyapps.io. This app is the result of a collaborative effort by the team at Vusaverse, and it aims to simplify the process of conducting statistical tests from data.

< section id="key-features" class="level2">

Key Features

Please refer to the vvdoctor GitHub repository of the project for further specification.

< section id="getting-started" class="level2">

Getting Started

To start using vvdoctor, simply visit the app at shinyapps.io. Alternatively, you can install the package directly in R and run the app locally:

## Install the package 

devtools::install_github("vusaverse/vvdoctor") 

## Load the package and run the app 

library(vvdoctor) 
vvdoctor::diagnose()
< section id="contributing-and-feedback" class="level2">

Contributing and Feedback

This release of vvdoctor is an alpha-version. There are many improvements being made currently and many improvements to be made! We aim to polish up vvdoctor with the help of the R community! We’re committed to continuously improving vvdoctor and adding new features to make data analysis even more accessible. If you have any suggestions, ideas, or encounter any issues, please don’t hesitate to reach out to us. You can submit your feedback through GitHub issues or contribute to the project by submitting pull requests. We appreciate your support!

Happy analyzing!

< section id="further-reading" class="level3">

Further reading

Liked this post? Check out more R-related content on r-bloggers.com.

To leave a comment for the author, please follow the link and comment on their blog: vusaverse.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Exit mobile version