Exemplo n.º 1
0
 def __init__(self, preferences):
     AbstractSampleConfIntervMethod.__init__(self, preferences)
     self.name = 'RP: Asymptotic'
     self.plotLabel = 'Ratio of proportions'
     self.bRatio = True
	def __init__(self, preferences):
		AbstractSampleConfIntervMethod.__init__(self, preferences)
		self.name = 'DP: Asymptotic-CC'
		self.plotLabel = 'Difference between proportions (%)'
		self.bRatio = False
Exemplo n.º 3
0
	def __init__(self, preferences):
		AbstractSampleConfIntervMethod.__init__(self, preferences)
		self.name = 'RP: Asymptotic'
		self.plotLabel = 'Ratio of proportions'
		self.bRatio = True
Exemplo n.º 4
0
	def __init__(self, preferences):
		AbstractSampleConfIntervMethod.__init__(self, preferences)
		self.name = 'DP: Asymptotic'
		self.plotLabel = 'Difference between proportions (%)'
		self.bRatio = False
Exemplo n.º 5
0
	def __init__(self, preferences):
		AbstractSampleConfIntervMethod.__init__(self, preferences)
		self.name = 'DP: Newcombe-Wilson'
		self.plotLabel = 'Difference between proportions (%)'
		self.bRatio = False
Exemplo n.º 6
0
	def __init__(self, preferences):
		AbstractSampleConfIntervMethod.__init__(self, preferences)
		self.name = 'OR: Haldane adjustment'
		self.plotLabel = 'Odds ratio'
		self.bRatio = True