Displaying 1 result from an estimated 1 matches for "x2p".
Did you mean:
m2p
1997 Dec 03
2
R-alpha: Re^3: data file names
...e will be called
with (...., header = TRUE) or not.
Here, mostly for teaching purposes, we have (almost) all
our data files in the format
nam.1 col.2 var.3 ... var.<p>
<x11> <x12> <x13> ... <x1p>
<x21> <x22> <x23> ... <x2p>
.. .. .. ..
.. .. .. ..
.. .. .. ..
I.e. we don't have `rownames' most of the time and don't
want to type '1' '2' ... 'n' in front of the variables.
Maybe we should even have
tab for t...