toxbootReplicates: Generates bootstrap samples of dose response data

Description Usage Arguments Details See Also

View source: R/toxbootReplicates.R

Description

toxbootReplicates takes input dose response data and returns a matrix of sampled dose response values.

Usage

1
toxbootReplicates(datchemval, boot_method = "smooth", replicates = 100)

Arguments

datchemval

data.table, columns logc, resp, bmad

boot_method

string, specifies method. Default is 'smooth'.

replicates

number of bootstrap samples. Default 100

Details

Accepted methods are "case", "smooth", "residuals_hill", "wild_hill", "residuals_gnls", "wild_gnls", "watt_normal", "watt_student_df5"

See Also

toxboot


toxboot documentation built on Nov. 26, 2018, 1:04 a.m.