BlogAnalytics 2014-11-16 15:18:00
[This article was first published on BlogAnalytics, 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.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Hypothesis Testing
My another effort!
Added a new page for hypothesis testing. A new address though (https://sahuvaibhav.shinyapps.io/Stats).
This simple page perform two tail, left tail, right tail hypothesis testing – either z- test or t-test based on the population or sample standard deviation available.
The simple dynamic normal chart annotates rejection regions as per selected alpha threshold (type – I error margin).and type of test. Test results provide p-value and critical values. However, plot gives a visual understanding to anyone not very close to stats.
The script is Shiny R only and deploying procedure same as my previous post.
To leave a comment for the author, please follow the link and comment on their blog: BlogAnalytics.
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.