Learn R Programming

Luminescence (version 0.4.1)

calc_HomogeneityTest: Apply a simple homogeneity test after Galbraith (2003)

Description

A simple homogeneity test for De estimates

Usage

calc_HomogeneityTest(data, log = TRUE, ...)

Arguments

data
RLum.Results or data.frame (required): for data.frame: two columns with De (data[,1]) and De error (values[,2])
log
logical (with default): peform the homogeniety test with (un-)logged data
...
further arguments (for internal compatibility only).

Value

  • Returns a terminal output. In addition an RLum.Results object is returned containing the following element:
  • summarydata.frame summary of all relevant model results.
  • datadata.frame original input data
  • argslist used arguments
  • callcall the function call
  • The output should be accessed using the function get_RLum.Results

Function version

0.2 (2014-12-17 12:51:18)

Details

For details see Galbraith (2003).

References

Galbraith, R.F., 2003. A simple homogeneity test for estimates of dose obtained using OSL. Ancient TL 21, 75-77.

See Also

pchisq

Examples

Run this code
## load example data
data(ExampleData.DeValues, envir = environment())

## apply the homogeneity test
calc_HomogeneityTest(ExampleData.DeValues)

Run the code above in your browser using DataLab