ageTests-class {NiLeDAM}R Documentation

Class "ageTests"

Description

Results of \chi^2-tests testing to which number of populations the ages calculated by the function calculateAges() are the most likely to come from. The test is the one described in the article Montel et al. (1996).

Fields

nb.pop

Object of class "vector" that contains the tested numbers of populations.

best.nb

Object of class "numeric" that contains the most probable number of populations, which is the smallest number for which the \chi^2-test is accepted.

best.res

Object of class "oneAgeTest" that contains the result of the test for best.nb populations.

Objects from the Class

Objects from this class are created by the function tests() applied to an object of class ages when the option nbmax is not set to NULL but to an integer larger than nbmin.

Methods

Author(s)

Nathalie Vialaneix, nathalie.vialaneix@inrae.fr

References

Montel J.M., Foret S., Veschambre M., Nicollet C., Provost A. (1996) Electron microprobe dating of monazite. Chemical Geology, 131, 37–53.

See Also

ages, tests(), plot.ageTests

Examples

showClass("ageTests")

## Example
data(srilanka)
calculated.ages <- calculateAges(srilanka, nloops = 10)
tests(calculated.ages, nbmax = 3)


[Package NiLeDAM version 0.3 Index]