| oneAgeTest-class | R Documentation |
"oneAgeTest"Results of a \chi^2-test testing if the ages calculated by the
function calculateAges() come from a given number of populations.
The test is the one described in the article Montel et al. (1996).
dataObject of class "ages" as created by the
function calculateAges(). This is the object passed as an argument
to the function tests().
agesObject of class "vector" that contains the
estimated common age(s) of the population(s). Its size is equal to the argument
nbmin passed to the function tests().
sdObject of class "vector" that contains the
estimated standard deviations of the common age(s) of the population(s). Its
size is equal to the argument nbmin passed to the function
tests().
icObject of class "matrix" having nbmin rows
and two columns corresponding to the confidence intervals at level
level as passed as an argument to the function tests().
SObject of class "numeric" \chi^2 test statistic of the test.
thresObject of class "numeric" probability threshold of the test.
dfObject of class "numeric" degree of freedom of the test.
levelObject of class "numeric" confidence level of
the test. Passed as an argument to the function tests().
h0Object of class "logical" result of the test: if
h0 is TRUE, the test is accepted at level level and if
h0 is FALSE, the test is rejected at level level.
which.popObject of class "vector" that contains the
population number for each analytic point. 1 corresponds to the
population with the first age in ages, 2 to the population with
the second age in ages...
Objects from this class are created by the function tests() applied
to an object of class ages when the option nbmax is set
to NULL.
print(signature(x = "oneAgeTest")): displays a summary of the test's result.
show(signature(object = "oneAgeTest")): displays a summary of the test's result.
summary(signature(object = "oneAgeTest")): displays a summary of the test' 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.oneAgeTest
showClass("oneAgeTest")
## Example
data(srilanka)
calculated.ages <- calculateAges(srilanka, nloops=10)
tests(calculated.ages)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.