stat_relative_change: Calculate the relative change between different time points....

View source: R/stats.R

stat_relative_changeR Documentation

Calculate the relative change between different time points. For example difference in BMI at baseline compared to month 1.

Description

Calculate the relative change between different time points. For example difference in BMI at baseline compared to month 1.

Usage

stat_relative_change(df, column)

Arguments

df

df | Dataframe object

column

obj | Column name (Without quotes)

Value

Dataframe object

Examples

stat_relative_change(df, bmi)

AndersAskeland/askelandR documentation built on Sept. 20, 2023, 10:39 a.m.