[R] Another NEWBIE

Sven Hartenstein lists at svenhartenstein.de
Mon Jun 21 16:53:56 CEST 2004


Hi, 

"F.Kalder" <Kalderf at gmx.de> writes:

> The data entries by ASCII files are strange to me, because I?m so used
> to work with a (the SPSS) spread sheet (mostly the good old typing in
> from paper & pencil questionnaires), that I don?t know how to handle
> that yet.  Maybe using a SPSS- or at least Excel-like tool would be
> helpful for that.

Try

x <- edit(data.frame())

This gives you a spread sheet like interface. But I'm not sure whether
this is available in the windows version of R.

If you prefer using SPSS for entering data: the "foreign" package allows
importing SPSS data files.

Sven




More information about the R-help mailing list