helper {bootf2}R Documentation

Helper Functions

Description

Helper Functions

Usage

bpwhisker.l(x)

bpwhisker.u(x)

ci.header(boot.info)

mod.ref(tp, ref.dp, digits = 4, model, max.disso, time.unit)

rpt.ci(f2type, btsum, boot.info)

rpt.f2(f2type, f2o, boot.info, a.jack, btsum)

rpt.concise(boot.f2.ci, boot.info, f2o, a.jack, btsum)

rpt.detailed(data.t, data.r, boot.t, boot.r, boot.f2, boot.info, f2o)

rpt.info(boot.info)

rpt.intermediate(boot.info, boot.f2)

rpt.screen(boot.f2.ci, boot.info, f2o, a.jack, btsum)

Arguments

x

Numeric vector

boot.info

A data frame of bootstrap information from bootf2 function.

tp, ref.dp

Numeric vector of time points tp and their corresponding mean dissolution profiles ref.dp.

digits

An integer indicating the decimal points for the output.

model

Strings of model names. Currently only 'Weibull' and 'first-order' models are supported.

max.disso

Numeric value indicating the maximum dissolution.

time.unit

Character strings indicating the unit of time. It should be either "min" for minute or "h" for hour. It is mainly used for checking CV rules and making plot. @seealso calcf2().

f2type

Character strings indicating the f2 type.

btsum

A data frame of descriptive statistics of the bootstrap data set.

f2o

Vector of f2 values calculated with the original data set

a.jack

Data frame of acceleration from jackf2 function

boot.f2.ci

Matrix of f2 values from bootstrap data sets

data.t, data.r

Input data sets for test and reference.

boot.t, boot.r

List of bootstrap data sets for test and reference.

boot.f2

Matrix of f2 calculated from bootstrap data sets.


[Package bootf2 version 0.4.1 Index]