Learn R Programming

escalation (version 0.2.3)

dose_vector_to_string: Go from a single multi-treatment vector of dose-indices to a dose string

Description

Go from a single multi-treatment vector of dose-indices to a dose string

Usage

dose_vector_to_string(x)

Value

character

Arguments

x

vector of integer dose indices

Examples

Run this code
dose_vector_to_string(as.integer(c(1, 3))) # The indices must be integers!

Run the code above in your browser using DataLab