addt.mean.summary {ADDT}R Documentation

ADDT Batch Means Summary

Description

Function that returns the averaged responses for each time-temperature batch.

Usage

addt.mean.summary(dat)

Arguments

dat

A dataframe contains the measurements from the ADDT. The dataframe contains temperature, time, and response from left to right.

Value

Returns a dataframe giving the mean response for each time-temperature batch.

References

Y. Hong, C. B. King, Y. Xie, J. H. Van Mullekom, S. P. Dehart, and P. A. DeFeo (2014). “A Comparison of Least Squares and Maximum Likelihood Approaches to Estimating Thermal Indices for Polymeric Materials,” Journal of Quality Technology, in press, 2016.

Examples

data(AdhesiveBondB)
addt.mean.summary(AdhesiveBondB)

[Package ADDT version 2.0 Index]