Statistic-class: Statistic

Statistic-classR Documentation

Statistic

Description

A class to specify a named statistic, its value, confidence interval and p-value. This is primarily to help maintain consistency in meeting the EDA API.

Slots

name

A string specifying what statistic was calculated

value

A number

confidenceInterval

An optional Range specifying minimum and maximum values for the confidence interval

confidenceLevel

An optional decimal number indicating the degree of confidence represented by the confidence interval

pvalue

An optional string representing the p-value associated with the statistic. The string should either be coercible to a number or be '<0.0001'.


VEuPathDB/veupathUtils documentation built on Feb. 8, 2025, 12:29 p.m.