calc_gr {INSPECTumours}R 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


[Package INSPECTumours version 0.1.0 Index]