transform_timepoint_vals: Transform timepoint values

transform_timepoint_valsR Documentation

Transform timepoint values

Description

transform_timepoint_vals() is a Transform function that edits an object in such a way that core object attributes - e.g. shape, dimensions, elements, type - are altered. Specifically, this function implements an algorithm to transform timepoint values. Function argument timepoint_vals_chr specifies the object to be updated. Argument timepoint_levels_chr provides the object to be updated. The function returns Timepoint values (a character vector).

Usage

transform_timepoint_vals(
  timepoint_vals_chr,
  timepoint_levels_chr,
  bl_val_1L_chr
)

Arguments

timepoint_vals_chr

Timepoint values (a character vector)

timepoint_levels_chr

Timepoint levels (a character vector)

bl_val_1L_chr

Baseline value (a character vector of length one)

Value

Timepoint values (a character vector)


ready4-dev/specific documentation built on Oct. 13, 2023, 7:54 a.m.