Skip to contents

Choices that can be present in estimate_type column.

Usage

estimateTypeChoices()

Value

A character vector with the options that can be present in estimate_type column in the summarised_result objects.

Examples

library(omopgenerics)

estimateTypeChoices()
#> [1] "numeric"    "integer"    "date"       "character"  "proportion"
#> [6] "percentage" "logical"