vapply_transformation: vapply_transformation

View source: R/model_run.R

vapply_transformationR Documentation

vapply_transformation

Description

Transform vector based on transformation parameters

Usage

vapply_transformation(v, trans_df = NULL, verbose = FALSE)

Arguments

v

Numeric vector to be transformed

trans_df

data.frame defining the non-linear transformations to apply

verbose

A boolean to specify whether to print warnings

Details

Transform vector based on the transformation parameters of the trans_df

Value

Transformed numeric vector


linea documentation built on Sept. 15, 2022, 9:06 a.m.