X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Futilities.texi;h=5062ead2eb65bb5512f9d2b0d9416b1747a7bf8c;hb=037d8f6e7932459b5d0fb479a2c5030a8088f3d1;hp=dcbfde14811e9f03e57dc41ac43b4f8ac7c68dae;hpb=bef05451ef0f1a79d5427d5d4701b2744824c0b4;p=pspp diff --git a/doc/utilities.texi b/doc/utilities.texi index dcbfde1481..5062ead2eb 100644 --- a/doc/utilities.texi +++ b/doc/utilities.texi @@ -501,6 +501,7 @@ SET /SEED=@{RANDOM,@var{seed_value}@} /UNDEFINED=@{WARN,NOWARN@} /FUZZBITS=@var{fuzzbits} + /SCALEMIN=@var{count} (data output) /CC@{A,B,C,D,E@}=@{'@var{npre},@var{pre},@var{suf},@var{nsuf}','@var{npre}.@var{pre}.@var{suf}.@var{nsuf}'@} @@ -713,6 +714,11 @@ to accept for rounding up a value that is almost halfway between two possibilities for rounding with the RND operator (@pxref{Miscellaneous Mathematics}). The default @var{fuzzbits} is 6. +@item SCALEMIN +@anchor{SET SCALEMIN} +The minimum number of distinct valid values for @pspp{} to assume that +a variable has a scale measurement level. @xref{Measurement Level}. + @item WORKSPACE The maximum amount of memory (in kilobytes) that @pspp{} uses to store data being processed. If memory in excess of the workspace size @@ -855,6 +861,7 @@ If the value has no label, then the literal value is used for display. If @subcmd{TNUMBERS} is set to @subcmd{BOTH}, then values are displayed with both their label (if any) and their literal value in parentheses. @item TVARS +@anchor{SET TVARS} The @subcmd{TVARS} option sets the way in which variables are displayed in output tables. The valid settings are @subcmd{NAMES}, @subcmd{LABELS} and @subcmd{BOTH}. If @subcmd{TVARS} is set to @subcmd{NAMES}, then all variables are displayed using their names.