powered by
Implements the maximum likelihood algorithm of Ludwig (1998)
ludwig(x, ...)# S3 method for default ludwig(x, ...)# S3 method for UPb ludwig(x, exterr = FALSE, alpha = 0.05, ...)
# S3 method for default ludwig(x, ...)
# S3 method for UPb ludwig(x, exterr = FALSE, alpha = 0.05, ...)
an object of class UPb
UPb
optional arguments
propagate external sources of uncertainty (e.g., decay constant)?
cutoff value for confidence intervals
a two-element vector with the lower concordia intercept and initial \(^{207}\)Pb/\(^{206}\)Pb-ratio.
the covariance matrix of par
par
the degrees of freedom of the model fit (\(3n-3\), where \(n\) is the number of aliquots).
the mean square of weighted deviates (a.k.a. reduced Chi-square statistic) for the fit.
p-value of a Chi-square test for the linear fit
Ludwig, K.R., 1998. On the treatment of concordant uranium-lead ages. Geochimica et Cosmochimica Acta, 62(4), pp.665-676.
# NOT RUN { f <- system.file("UPb4.csv",package="IsoplotR") d <- read.data(f,method="U-Pb",format=4) fit <- ludwig(d) # }
Run the code above in your browser using DataLab