Man page - gbglreg(1)
Packages contains this manual
- gbnear(1)
- gbnlmult(1)
- gbquant(1)
- gblaepfit(1)
- gbmave(1)
- gbkreg(1)
- gbtest(1)
- gbmstat(1)
- gbgcorr(1)
- gbepfit(1)
- gbnlprobit(1)
- gbnlpanel(1)
- gbbin(1)
- gbdummyfy(1)
- gbgrid(1)
- gbnlreg(1)
- gbconvtable(1)
- gbinterp(1)
- gbrand(1)
- gbfun(1)
- gbstat(1)
- gbglreg(1)
- gbhisto(1)
- gbfilternear(1)
- gbplot(1)
- gbker2d(1)
- gbhisto2d(1)
- gbget(1)
- gbxcorr(1)
- gbenv(1)
- gbacorr(1)
- gbboot(1)
- gbmodes(1)
- gbhill(1)
- gbkreg2d(1)
- gbker(1)
- gblreg(1)
- gbalafit(1)
- gbnlqreg(1)
- gbdist(1)
- gbnlpolyit(1)
- gblafit(1)
- gbaepfit(1)
apt-get install gbutils
Manual
GBGLREG
NAMESYNOPSIS
DESCRIPTION
OPTIONS
AUTHOR
REPORTING BUGS
COPYRIGHT
NAME
gbglreg - Estimate general linear regression model
SYNOPSIS
gbglreg [ options ]
DESCRIPTION
General Linear regression. Data are read in columns (X_1 .. X_N Y). The last column contains the dependent observations. With option -w standard errors associated with the observations can be provided. In this case data are read as (X_1...X_N,Y,std(Y)).
OPTIONS
|
-M |
the regression model (default 1) |
|||
|
0 |
with estimated intercept |
|||
|
1 |
with zero intercept |
|||
|
-w |
consider standard errors |
|||
|
-O |
the type of output (default 0) |
|||
|
0 |
regression coefficients |
|||
|
1 |
regression coefficients and errors |
|||
|
2 |
x, fitted y, error on y, residual |
|||
|
3 |
coefficients and variance matrix |
|||
|
4 |
coefficients and explained variance |
|||
|
-V |
method to estimate variance matrix (default 0) |
|||
|
0 |
ordinary least square estimator |
|||
|
1 |
heteroscedastic consistent White estimator |
|||
|
2 |
Hinkley adjusted White estimator |
|||
|
3 |
Horn-Horn-Duncan adjusted White estimator |
|||
|
4 |
jacknife estimator |
|||
|
-v |
verbosity level (default 0) |
|||
|
0 |
just output |
|||
|
1 |
commented headings |
|||
|
2 |
model details |
|||
|
-h |
print this help |
|||
|
-F |
specify the input fields separators (default " \t") |
AUTHOR
Written by Giulio Bottazzi
REPORTING BUGS
Report bugs to <gbutils@googlegroups.com>
Package home page <http://cafim.sssup.it/Λgiulio/software/gbutils/index.html>
COPYRIGHT
Copyright Β© 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;
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.