projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
371b97e
)
Change examples using heights to be all in millimetres
author
John Darrington
<john@darrington.wattle.id.au>
Sun, 17 May 2009 07:29:54 +0000
(15:29 +0800)
committer
John Darrington
<john@darrington.wattle.id.au>
Sun, 17 May 2009 07:29:54 +0000
(15:29 +0800)
doc/tutorial.texi
patch
|
blob
|
history
diff --git
a/doc/tutorial.texi
b/doc/tutorial.texi
index f1cf27219a68e823a6f20baf154622cbf15d725e..bc9be40c5aa7f0af2602ae7ae7571de5db4eb0fd 100644
(file)
--- a/
doc/tutorial.texi
+++ b/
doc/tutorial.texi
@@
-71,9
+71,9
@@
There are two aspects of data:
For example, a data set which has the variables @var{height}, @var{weight}, and
@var{name}, might have the observations:
@example
-188
89
Ahmed
-119
107
Frank
-123 67 Julie
+188
1 89.2
Ahmed
+119
2 107.01
Frank
+123
0
67 Julie
@end example
@noindent
The following sections explain how to define a dataset.