Learn R Programming

TLdating (version 0.1.3)

calc_TL.MAAD.average: Estimate average additive curves for the MAAD protocol.

Description

Internal function called by analyse_TL.MAAD. This function estimates the average curves for each additive dose.

Usage

calc_TL.MAAD.average(names, doses, Lx, Lx.error)

Arguments

names
character (required): Names of the TL curves
doses
numeric (required): additive doses used for the TL curve
Lx
numeric (required): Lx matrix
Lx.error
numeric (required): Error for the Lx matrix.

Value

The function provide an TLum.Results object containing:

Details

Warning: This function is an internal function and should not be used except for development purposes. Internal functions can be heavily modified and even renamed or removed in new version of the package.