mean_step: Calculate mean between two values in a vector Used in NCA for...

View source: R/nca_linear.R

mean_stepR Documentation

Calculate mean between two values in a vector Used in NCA for calculation of mean between two or more timepoints.

Description

Calculate mean between two values in a vector Used in NCA for calculation of mean between two or more timepoints.

Usage

mean_step(x)

Arguments

x

vector of numeric values

Value

a vector of length(x)-1 with the mean timepoints


clinPK documentation built on May 29, 2024, 3:50 a.m.