Learn R Programming

EGRET (version 3.0.2)

makeAugmentedSample: Create randomized residuals and observations for data sets that have some censored data

Description

This function is used to add two columns to the Sample data frame: rResid and rObserved. rResid is the randomized residual value computed in log concentration units, and rObserved is the randomized 'observed' value of concentration in concentration units. Both of these are computed for all censored samples ("less than values").

Usage

makeAugmentedSample(eList)

Arguments

eList

named list with at least the Sample dataframe

Value

eList named list with modified Sample data frame.

Examples

Run this code
# NOT RUN {
choptankAugmented <- makeAugmentedSample(Choptank_eList)
# }

Run the code above in your browser using DataLab