ogls | R Documentation |
Linear regression with inter-sample error correlations.
ogls(x, ...)
## Default S3 method:
ogls(x, random.effects = FALSE, ...)
## S3 method for class 'other'
ogls(x, random.effects = FALSE, ...)
x |
either a |
... |
optional arguments |
random.effects |
logical. If |
a list of the slope and intercept of the best fit line as well as their standard errors and covariance.
Pieter Vermeesch and Mathieu Daëron
Daëron, M., 2023. Making the Case for Reconciled
\Delta
47 Calibrations Using Omnivariant Generalized
Least-Squares Regression (No. EGU23-10066). Copernicus
Meetings.
Daëron & Vermeesch, in prep. Omnivariant Generalized Least Squares
Regression: Theory, Geochronological Applications, and Making the
Case for Reconciled \Delta
47 calibrations, Chemical Geology.
fn <- system.file('UW137.csv',package='IsoplotR')
UW137 <- read.data(fn,method='other',format=6)
fit <- ogls(UW137)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.