[RkWard-devel] SPSS data in Rkward?

Thomas Friedrichsmeier thomas.friedrichsmeier at ruhr-uni-bochum.de
Sun Jan 7 14:14:06 UTC 2007


Hi,

On Sunday 07 January 2007 02:25, Oliver Zimmermann wrote:
> Is it actually possible to import SPSS data (*.sys) into RKward?

yes, but there is no GUI option to do this, yet. You will have to type in the 
syntax manually in the R console:

require (foreign)	# package with several import/export functions
?read.spss			# syntax help
x <- read.spss ("/spss/filename", to.data.frame=TRUE)

Regards
Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/rkward-devel/attachments/20070107/9beb5d8d/attachment.sig>


More information about the Rkward-devel mailing list