From 2221d72a1ae40c9a84430d29c28398582c403d8b Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 16 Dec 2003 17:53:07 +0000 Subject: [PATCH] Sample proportion is only approximate. --- doc/pspp.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/pspp.texi b/doc/pspp.texi index 86a9be03..19d2377a 100644 --- a/doc/pspp.texi +++ b/doc/pspp.texi @@ -2,7 +2,7 @@ @c %**start of header @setfilename pspp.info @settitle PSPP -@set TIMESTAMP Time-stamp: <2000-01-02 22:32:14 blp> +@set TIMESTAMP Time-stamp: <2003-12-16 09:46:29 blp> @set EDITION 0.2 @set VERSION 0.2 @c For double-sided printing, uncomment: @@ -7086,7 +7086,7 @@ or @code{RECODE}. The proportion to sample can be expressed as a single number between 0 and 1. If @code{k} is the number specified, and @code{N} is the number of currently-selected cases in the active file, then after -@code{SAMPLE @var{k}.}, there will be @code{k*N}, plus or minus one, cases +@code{SAMPLE @var{k}.}, approximately @code{k*N} cases will be selected. The proportion to sample can also be specified in the style @code{SAMPLE -- 2.30.2