ageTests-class: Class '"ageTests"'

Description Objects from the Class Slots Methods Author(s) References See Also Examples

Description

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

Objects from the Class

Object 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.

Slots

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 chi2-test is accepted.

best.res:

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

Methods

print

signature(x = "ageTests"): displays a summary of the results of the test.

show

signature(object = "ageTests"): displays a summary of the results of the test.

summary

signature(object = "ageTests"): displays a summary of the results of the test.

Author(s)

Nathalie Villa-Vialaneix nathalie@nathalievilla.org

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

1
2
3
4
5
showClass("ageTests")
## Example
data(srilanka)
calculated.ages <- calculateAges(srilanka, nloops=10)
tests(calculated.ages,nbmax=3)

NiLeDAM documentation built on May 2, 2019, 5:22 p.m.