calc_gr: Function to return rate of growth (e.g. the slope after a log...

View source: R/fct-model.R

calc_grR Documentation

Function to return rate of growth (e.g. the slope after a log transformation of the tumour data against time)

Description

Function to return rate of growth (e.g. the slope after a log transformation of the tumour data against time)

Usage

calc_gr(df, log_tv = "log_tv", day = "day")

Arguments

df

subset, one animal_id

log_tv

name of the column, tumour volume

day

name of the column, days

Value

tibble with GR and GR_SE


AstraZeneca/INSPECTumours documentation built on March 30, 2023, 12:30 p.m.