Description Usage Arguments Details Value Note Author(s) References See Also Examples
Fit a linear ordinary least square regression by minimising the residuals in a vertical direction.
1 2 |
data |
a data set (data frame or matrix). |
xcol |
a numeric vector to specify the X column(s) or a character vector with the column names. |
ycol |
a numeric vector to specify the Y column(s) or a character vector with the column names. |
conf.level |
a numeric value for the confidence level (expressed between 0 and 1). |
pred.level |
a numeric value for the predictive level (expressed between 0 and 1). |
npoints |
an integer (at least 10) for the number of points to smooth the hyperbolic curves. |
q |
an integer to predict the mean of q future values (generalized interval). |
xpred |
a numeric vector for customized predictions at given X values. |
The data argument is mandatory while other arguments are optional. The confidence level is used for the confidence intervals of the parameters, the hyperbolic confidence intervals (the prediction of the expectation of Y for a given X) and the hyperbolic confidence bands. The predictive level is used for the hyperbolic predictive intervals (the prediction of a future Y for a given X) and the hyperbolic generalized intervals (the prediction of the mean of q future Y values for a given X).
A list including the following elements:
Ellipse.OLSv |
a two columns matrix with the coordinates of the joint confidence interval (confidence region, ellipse) for the parameters (β, α). |
Estimate.OLSv |
a table (data frame) with the estimates of the intercept and the slope, standard error, confidence interval and pvalue (null hypothesis: slope = 1, intercept = 0). |
Pred.OLSv |
a data frame with npoints rows (from the minimum to the maximum of the observed X values) and the following columns: the X values where the predictions are calculated (X0), the Y predicted values (Ypred), the lower and upper bounds of the confidence intervals, predictive intervals, generalized intervals and confidence bands. |
xpred.OLSv |
a data frame with the customized predictions and the same columns than |
The default value for xcol (ycol) is 1 (2) for the 1st (2nd) column.
Bernard G FRANCQ
Francq BG, Govaerts BB. Measurement methods comparison with errors-in-variables regressions. From horizontal to vertical OLS regression, review and new perspectives. Chemometrics and Intelligent Laboratory Systems 2014; 134:123-139.
Francq BG, Govaerts BB. Hyperbolic confidence bands of errors-in-variables regression lines applied to method comparison studies. Journal de la Societe Francaise de Statistique 2014; 155(1):23-45.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.