Learn R Programming

bayestransmission (version 0.1.0)

CodeToEvent: Convert coded events to string events

Description

Convert coded events to string events

Usage

CodeToEvent(x)

Value

A vector of strings

Arguments

x

A vector of integers

Examples

Run this code
CodeToEvent(c(-1:19, 21:23, 31:33, -999))

Run the code above in your browser using DataLab