calc_MaxDose(data, sigmab, log = TRUE, par = 3, bootstrap = FALSE, init.values, plot = TRUE, ...)
RLum.Results
or data.frame
(required): for data.frame
: two columns with De
(data[,1])
and De error (values[,2])
numeric
(required): spread in De values
given as a fraction (e.g. 0.2). This value represents the expected
overdispersion in the data should the sample be well-bleached (Cunningham &
Walling 2012, p. 100).logical
(with default): fit the (un-)logged three
parameter minimum dose model to De datanumeric
(with default): apply the 3- or
4-parametric minimum age model (par=3
or par=4
).logical
(with default): apply the recycled
bootstrap approach of Cunningham & Wallinga (2012).numeric
(with default): starting values for
gamma, sigma, p0 and mu. Custom values need to be provided in a vector of
length three in the form of c(gamma, sigma, p0)
.logical
(with default): plot output
(TRUE
/FALSE
)bs.M, bs.N, bs.h,
sigmab.sd
). See details for their usage.calc_MinDose
.
calc_MinDose
.
calc_CentralDose
, calc_CommonDose
,
calc_FiniteMixture
, calc_FuchsLang2001
,
calc_MinDose
## load example data
data(ExampleData.DeValues, envir = environment())
# apply the maximum dose model
calc_MaxDose(ExampleData.DeValues$CA1, sigmab = 0.2, par = 3)
Run the code above in your browser using DataLab