summarize.chemical: summarize.chemcial

Description Usage Arguments Details Value Author(s)

View source: R/Utility.R

Description

Summarize.chemical writes a .csv file containing a summary of the exposure and dose results from the object "x".

Usage

1
summarize.chemical(x, c, chem, chemical, set, sets, specs)

Arguments

x

Default = none Exposure data set

c

Default = none Index # for chemical

chem

Default = none CAS for chemical

chemical

Default = none Full chemical name

set

Default = none Index # for set of simulated persons

sets

Default = none Total # of sets in this SHEDS run

specs

Default = none List of settings from the "run" input file

Details

Tables are produced for each of the following cohorts: males, females, females ages 16-49, age 0-5, age 6-11, age 12-19, age 20-65, age 66+, and a table for all persons. The variables that are summarized are: dermal exposure, ingestion exposure, inhalation exposure, inhaled dose, intake dose, dermal absorption, ingestion absorption, inhalation absorption, total absorption in micrograms per day, total absorption in milligrams per kilogram per day, and chemical mass down the drain. In each table, the following statistics are computed across the appropriate subpopulation: mean, standard deviation, and quantiles .005, .01, .025, .05, .1, .15, .2, .25, .3, .4, .5, .6, .7, .75, .8, .85, .9, .95, .975, .99, .995.

Value

If "x" is a single set of data (that is, if the argument "set" is between 1 and sets, inclusive), then the .csv file created by this function has the suffix "_set#stats.csv", where "#" is the set number. If the "set" argument is "allstats", then the .csv file has the suffix _allstats.csv". The output file contains the tables for all cohorts with a non-zero population.

Author(s)

Kristin Isaacs, Graham Glen


HumanExposure/SHEDSDevel documentation built on Oct. 30, 2019, 6:49 p.m.