calSARED(Data, model = "gok", origin = FALSE, ErrorMethod = "mc", nsim = 1000, weight = TRUE, trace = TRUE, outpdf = NULL, outfile = NULL)
"outpdf"
and saved to the current work directory"outfile"
and saved to the current work directory data(SARdata)
# Use only the first two aliquots of SARdata.
Data <- SARdata[1:16,]
res <- calSARED(Data, model="gok", trace=FALSE)
summary(res)
print(res$LMpars)
Run the code above in your browser using DataLab