.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13. .TH GBGLREG "1" "June 2021" "gbglreg 6.2" "User Commands" .SH NAME gbglreg \- Estimate general linear regression model .SH SYNOPSIS .B gbglreg [\fI\,options\/\fR] .SH DESCRIPTION General Linear regression. Data are read in columns (X_1 .. X_N Y). The last column contains the dependent observations. With option \fB\-w\fR standard errors associated with the observations can be provided. In this case data are read as (X_1...X_N,Y,std(Y)). .SH OPTIONS .TP \fB\-M\fR the regression model (default 1) .TP 0 with estimated intercept .TP 1 with zero intercept .TP \fB\-w\fR consider standard errors .TP \fB\-O\fR the type of output (default 0) .TP 0 regression coefficients .TP 1 regression coefficients and errors .TP 2 x, fitted y, error on y, residual .TP 3 coefficients and variance matrix .TP 4 coefficients and explained variance .TP \fB\-V\fR method to estimate variance matrix (default 0) .TP 0 ordinary least square estimator .TP 1 heteroscedastic consistent White estimator .TP 2 Hinkley adjusted White estimator .TP 3 Horn\-Horn\-Duncan adjusted White estimator .TP 4 jacknife estimator .TP \fB\-v\fR verbosity level (default 0) .TP 0 just output .TP 1 commented headings .TP 2 model details .TP \fB\-h\fR print this help .TP \fB\-F\fR specify the input fields separators (default " \et") .SH AUTHOR Written by Giulio Bottazzi .SH "REPORTING BUGS" Report bugs to .PP .br Package home page .SH COPYRIGHT Copyright \(co 2001\-2018 Giulio Bottazzi This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License (version 2) as published by the Free Software Foundation; .PP This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.