Learn R Programming

ADDT (version 1.0)

addt.mean.summary: ADDT Batch Means Summary

Description

Function that returns the average for each time-temperature batch.

Usage

addt.mean.summary(dat)

Arguments

dat
A dataframe containing 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

Hong, Y., King, C. B., Xie, Y., Van Mullekom, J. H., Dehart, S. P. and DeFeo, P. A. (2014). A Comparison of Least Squares and Maximum Likelihood Approaches to Estimating Thermal Indices for Polymeric Materials. Technical Report.

Examples

Run this code
data(AdhesiveBondB)
addt.mean.summary(AdhesiveBondB)

Run the code above in your browser using DataLab