clean.conc.na: Handle NA values in the concentration measurements as...

View source: R/cleaners.R

clean.conc.naR Documentation

Handle NA values in the concentration measurements as requested by the user.

Description

NA concentrations (and their associated times) will be removed then the BLQ values in the middle

Usage

clean.conc.na(conc, time, ..., options = list(), conc.na = NULL, check = TRUE)

Arguments

conc

Measured concentrations

time

Time of the concentration measurement

...

Additional items to add to the data frame

options

List of changes to the default PKNCA.options for calculations.

conc.na

How to handle NA concentrations? Either 'drop' or a number to impute.

check

Run check.conc.time?

Value

The concentration and time measurements (data frame) filtered and cleaned as requested relative to NA in the concentration.

See Also

Other Data cleaners: clean.conc.blq()


PKNCA documentation built on April 30, 2023, 1:08 a.m.