Commit 50a589c4 authored by panos's avatar panos

Change the object name from Intervals to ConfidenceIntervals

parent cab24a57
...@@ -25,7 +25,7 @@ Created on 16 Nov 2013 ...@@ -25,7 +25,7 @@ Created on 16 Nov 2013
from rpy2 import robjects from rpy2 import robjects
#The ConfidenceIntervals object #The ConfidenceIntervals object
class Intervals(object): class ConfidenceIntervals(object):
#Calculate the p (decimal number) confidence intervals for a sample of data #Calculate the p (decimal number) confidence intervals for a sample of data
def ConfidIntervals(self,data,p): def ConfidIntervals(self,data,p):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment