pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/src reg_export_comments.h


From: Jason H Stover
Subject: [Pspp-cvs] pspp/src reg_export_comments.h
Date: Sun, 18 Dec 2005 18:48:30 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Branch:         
Changes by:     Jason H Stover <address@hidden> 05/12/18 18:48:30

Modified files:
        src            : reg_export_comments.h 

Log message:
        Added preamble

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/src/reg_export_comments.h.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: pspp/src/reg_export_comments.h
diff -u pspp/src/reg_export_comments.h:1.1 pspp/src/reg_export_comments.h:1.2
--- pspp/src/reg_export_comments.h:1.1  Sun Dec 18 18:19:26 2005
+++ pspp/src/reg_export_comments.h      Sun Dec 18 18:48:30 2005
@@ -19,6 +19,9 @@
 
 #ifndef REG_EXPORT_COMMENTS_H
 #define REG_EXPORT_COMMENTS_H
+const char reg_preamble[] =  "/*\n   This program contains functions which 
return estimates\n"
+"   and confidence intervals for a linear model. The EXPORT subcommand\n"
+"   of the REGRESSION procedure of GNU PSPP generated this program.\n*/\n\n";
 const char reg_mean_cmt[] =  "/*\n   Estimate the mean of Y, the dependent 
variable for\n"
 "   the linear model of the form \n\n"
 "      Y = b0 + b1 * X1 + b2 * X2 + ... + bk * Xk + error\n\n"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]