CheckData {morseTKTD}R Documentation

Set of function to test conformity of data

Description

Usage

check_time(data)

check_concentration(data)

check_Nsurv(data)

check_TimeNsurv(data)

check_concNsurv(data)

checking_table(data, check, msg)

is_exposure_constant(data)

is.between(x, min, max)

Arguments

data

a data.frame

check

binary vector of TRUE/FALSE

msg

a message to add to the data.frame

x

parameter to check if it's between min and max

min

minimal value. x must be greater than min

max

maximal value. x must be lower than max

Value

a boolean TRUE if concentration in replicate is constant, or FALSE if the concentration in at least one of the replicates is time-variable, and/or if NA occurs.


[Package morseTKTD version 0.1.3 Index]