ageTests-class | R Documentation |
"ageTests"
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).
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 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.
print(signature(x = "ageTests")
): displays a summary of the test's results.
show(signature(object = "ageTests")
): displays a summary of the test's results.
summary(signature(object = "ageTests")
): displays a summary of the test's results.
Nathalie Vialaneix, nathalie.vialaneix@inrae.fr
Montel J.M., Foret S., Veschambre M., Nicollet C., Provost A. (1996) Electron microprobe dating of monazite. Chemical Geology, 131, 37–53.
ages
, tests()
, plot.ageTests
showClass("ageTests")
## Example
data(srilanka)
calculated.ages <- calculateAges(srilanka, nloops = 10)
tests(calculated.ages, nbmax = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.