Statistic-class | R Documentation |
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.
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'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.