logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gblreg - Estimate linear regression model

Author

       Written by Giulio Bottazzi

Description

       Linear  regression.  Data  provided  should  have  independent  variable  on the 1st column and dependent
       variable on the 2nd. Standard error on dependent variable can be provided on the 3rd column.

Name

       gblreg - Estimate linear regression model

Options

-M     the linear regression model (default 0)

       0      with estimated intercept

       1      with zero intercept

       -O     the type of output (default 0)

       0      regression coefficients

       1      regression coefficients and errors

       2      x, fitted y, error on y, residual

       -w     consider provided standard errors on y

       -v     verbosity level (default 0)

       0      just output

       1      commented headings

       2      model details

       -F     specify the input fields separators (default " \t")

       -h     print this help

Reporting Bugs

Synopsis

gblreg [options]

See Also