Learn R Programming

escalation (version 0.2.3)

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

Description

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

Usage

dose_string_to_vector(x)

Value

a vector of integer dose-indices

Arguments

x

a multi-treatment dose string like "1.3" or "3.2"

Examples

Run this code
dose_string_to_vector("1.3")

Run the code above in your browser using DataLab