getLT50s: getLT50s() function

Description Usage Arguments Details Value Author(s)

View source: R/LT50s.R

Description

Calculate LT50s with electrolyte leakage data.

Usage

1
getLT50s(df, range.t = NULL, all.info = FALSE)

Arguments

df

Data frame of electrolyte leakage data (0~1). First column must be "TMP" for temperature.

range.t

Temperature range for prediction.

all.info

Details

User interface function to calculate LT50s with electrolyte leakage data.

Value

If all.info=FALSE (default), return LT50s and their CI95 only. Otherwise return a list consisting original data, LT50s and their CI95, and curve functions.

Author(s)

ZG Zhao


zgzhao/Xtools documentation built on May 22, 2021, 3:37 a.m.