Learn R Programming

Luminescence (version 0.3.1)

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

Description

A simple homogeneity test for De estimates

Usage

calc_HomogeneityTest(input.data, log = TRUE, sample.id = "unknown sample")

Arguments

input.data
RLum.Results or data.frame (required): for data.frame: two columns with De (input.data[,1]) and De error (values[,2])
log
logical (with default): peform the homogeniety test with (un-)logged data
sample.id
character (with default): sample id

Value

  • Returns a terminal output. In addition an RLum.Results object is returned containing the following element:
  • resultsdata.frame with statistical parameters.
  • The output should be accessed using the function get_RLum.Results

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, pp. 75-77.

See Also

pchisq

Examples

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

## apply the common dose model
calc_HomogeneityTest(ExampleData.DeValues)

Run the code above in your browser using DataLab