arsoswod

Comparision of simple linear regression equations without data.
1.5K Downloads
Updated 14 Apr 2004

View License

Comparision of simple linear regression equations without data. As well as the before file arsos.m this procedure is suffice to test the homogeneity of k regression coefficients (Ho: b1 = b2 =...= bk). It do not needs to input data, but the sample statistics as sample size, regression coefficients, means and variances. The variability among the regression coefficients requires the F-statistic. If the null hypothesis is rejected, it can proceeds with a Tukey's q multiple comparision test to determine which of the k slopes differ from which other. If the null hypothesis is not rejected, the file test through a F-statistic whether they have equal elevations. Also, if the null hypothesis is rejected, it can employ a Tukey's q multiple comparision to determine the location of significant differences among the elevations.

It needs to input the X-sample statistics matrix (take care, the order must be:
[n b1 x-mean y-mean x-variance y-variance]), and the alpha-significance level (default = 0.05).

As output it is a complete table that summarizes the used statistics for the procedures and its corresponding results.

Cite As

Antonio Trujillo-Ortiz (2026). arsoswod (https://uk.mathworks.com/matlabcentral/fileexchange/4735-arsoswod), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R11
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Linear and Nonlinear Regression in Help Center and MATLAB Answers
Version Published Release Notes
1.0.0.0

It was added an appropriate format to cite this file.