RiskRatio class

Relative risk ratio with intervals

Constructors

RiskRatio(double ratio, double lower, double upper)
const
RiskRatio.fromPrevalence(int improvedTotalCount, int improvedWithOutcome, int originalTotalCount, int originalWithOutcome)
Standard computation according to: https://sphweb.bumc.bu.edu/otlt/mph-modules/bs/bs704_confidence_intervals/bs704_confidence_intervals8.html
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isSignificant bool
If true, the risk change is statistically significant.
no setter
lower double
final
ratio double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
upper double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited