Learn R Programming

valueEQ5D (version 0.7.2)

get_frequency_table: Function to return frequency table

Description

Function to return frequency table

Usage

get_frequency_table(v)

Arguments

v

a vector

Value

frequency table

Examples

Run this code
# NOT RUN {
get_frequency_table(c(1, 1, 1, 12, 2))
# }

Run the code above in your browser using DataLab