SummaryStatParameters

interface SummaryStatParameters : OptionsCapsule

Properties for parameters of statSummary().

Inheritors

Properties

Link copied to clipboard
abstract val fn: String?

Name of function computing stat variable ..y...

Link copied to clipboard
abstract val fnMax: String?

Name of function computing stat variable ..ymax...

Link copied to clipboard
abstract val fnMin: String?

Name of function computing stat variable ..ymin...

Link copied to clipboard
abstract val quantiles: List<Number>?

A list of probabilities defining the quantile functions "lq", "mq" and "uq". Must contain exactly 3 values between 0 and 1.