fastED(Sigdata, Redose, ncomp = 2, constant = TRUE,
control.args = list(), typ = "cw", nstart = 100,
upb = 0.5, ErrorMethod = c("mc","sp"), nsim = 1000,
model = NULL, origin = NULL, weight = c("g","d","b","n"))Redose=c(1,2,3,4,0,1)origin=NULL"g" means applying a weighted procedure to fitting the growth curve, "d" means applying a weigthed procedure to fMurray AS, Wintle AG, 2000. Luminescence dating of quartz using improved single-aliquot regenerative-dose protocol. Radiation Measurements, 32(1): 57-73.
data(Signaldata)
# Use only the first two regenerative dose values.
fastED(Signaldata$cw[,-(8:15)],Redose=c(80,160)*0.13,model="line",
control.args=list(factor=5,maxiter=50),origin=TRUE)
# Use all regenerative dose values (except the zero-dose).
# fastED(Signaldata$cw[,c(-12,-13)],Redose=c(80,160,240,320,80)*0.13,
# ncomp=3,constant=FALSE)Run the code above in your browser using DataLab