| Date: | Thu, 11 Dec 2003 18:06:35 +0100 |
| Reply-To: | Rob Grim <rob.grim@UVT.NL> |
| Sender: | "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU> |
| From: | Rob Grim <rob.grim@UVT.NL> |
| Subject: | print_row_labels_for_empty_categories_in_means_or_tables_procedure |
| Content-Type: | text/plain; charset="iso-8859-1" |
Hi list,
Does anyone know a workaround for the problem below.
I want to display the label '2' in my table row when y is missing in a table
or means procedure.
When running the means (or tables) procedure below, the label for the
missing category (x=2) is NOT printed.
(The table-look is set to show empty rows).
I don't know for which categories of my 'independent' variables, y will be
missing.
In all cases i want to print the row label for this empty category.
val labs x '1' '2' '3'.
means y by x.
**example-data*****
id x y
1 1 10
2 1 100
3 2
4 2
5 3 20
6 3 200.
Help is much appreciated!!!
Rob
|