Description Usage Arguments Details Value Author(s) References See Also Examples
Estimate the Correlated-Bivariate-Least Square regression (CBLS) for all potential solutions from ρMD=-1 to ρMD=1, in a (M,D) plot. This function is analogous to FullCIs.XY
estimating all the BLS regressions from OLSv to OLSh in a (X,Y) plot.
1 2 | FullCIs.MD(data = NULL, xcol = 1, ycol = 2,
conf.level = 0.95, npoints = 1000, nlambdas = 13)
|
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). |
npoints |
an integer (at least 10) for the number of points to smooth the hyperbolic curves. |
nlambdas |
an integer for the number of intermediate CBLS regressions (the two extreme CBLS are calculated by default). |
The data argument is mandatory. This function is especially useful for unreplicated data with unknown ρMD (related to λXY, the ratio of the measurement error variances), as it calculates all the potential solutions. The different estimated regression lines are provided with the different confidence intervals.
A CIs.MD class object, a list including the following elements:
Data.means |
a table with the X and Y data (means of the replicated data if replicated), their means and differences. |
Ellipses.CB |
an array of dimension [ |
Slopes |
a table ( |
Intercepts |
a table ( |
Joints |
a table ( |
Hyperbolic.intervals |
an array of dimension [ |
Bernard G FRANCQ
Francq BG, Govaerts BB. How to regress and predict in a Bland-Altman plot? Review and contribution based on tolerance intervals and correlated-errors-in-variables models. Statistics in Medicine, 2016; 35:2328-2358.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.