X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fstatistics.texi;h=2cb79d23e49d7e7d81585cdabb2df944e0284d7e;hb=571f85fc18f4b8cafea2d7b8ea6cf2c4cb2b02c8;hp=26266e4e867c5b6420a326e1e73244b193f23b82;hpb=05e356b2a3087e819ef3b5388e29c822f41502e1;p=pspp diff --git a/doc/statistics.texi b/doc/statistics.texi index 26266e4e86..2cb79d23e4 100644 --- a/doc/statistics.texi +++ b/doc/statistics.texi @@ -14,6 +14,7 @@ far. * CROSSTABS:: Crosstabulation tables. * T-TEST:: Test hypotheses about means. * ONEWAY:: One way analysis of variance. +* REGRESSION:: Linear regression. @end menu @node DESCRIPTIVES, FREQUENCIES, Statistics, Statistics @@ -599,7 +600,7 @@ of variable preceding @code{WITH} against variable following @code{WITH} are generated. -@node ONEWAY, , T-TEST, Statistics +@node ONEWAY, REGRESSION, T-TEST, Statistics @comment node-name, next, previous, up @section ONEWAY @@ -648,3 +649,5 @@ display a warning, but will proceed with the analysis. The @code{CONTRASTS} subcommand may be given up to 10 times in order to specify different contrast tests. @setfilename ignored + +@include regression.texi