SOCR / SOCRAT-issues

Project management for SOCRAT
2 stars 0 forks source link

Powercalc - Confidence Interval for One Proportion: data filter #196

Closed bradyzhu1102 closed 6 years ago

bradyzhu1102 commented 6 years ago

In this task, you are going to create a data filter function. Please implement a new function called CIOP along with other finished filter functions inside of PowerCalcSidebarCtrl.ctrl.coffee (not PowerCalcSidebarCtrl2.ctrl.coffee)

A data filter has the following purpose: 1. extract useful data from raw data. 2. Broadcast useful data to mainArea.

Get to know confidence interval for one proportion: https://onlinecourses.science.psu.edu/stat100/node/56 Think about what useful data to extract and how to extract them.