Displaying 20 results from an estimated 1000 matches similar to: "how to read .sps (SPSS file extension)?"
2008 Mar 02
1
regression output to latex
hello everybody
i was seeking a converter beetween R regression output (eg with
summary) and the conventional way to present regression output in
paper: every model as a vertical vector with \beta, t beetween
parenthesis below the first, and other statistics (R^2 etc) .
I've seen hmisc and xtable, and if I didn't miss something, they
don't include something like that.
Thank you
2008 Aug 25
1
Output to Latex using Memisc almost works
Hello,
I'm using memisc to output regression results to tables and latex. My
problem is that the output that Latex needs must be in between $ $ so that
it is read as formula but memisc does not output the result between $ $.
For example, latex needs: $0.05^{***}$ and memisc outputs 0.05^{***} in an
entry.
I am new to Latex and I imagine it could also be a latex 'problem' and not
2008 Feb 21
2
Problems with aggregate
Hello list,
I'm new to this list, so please forgive my ignorance. I have searched
R-help for some hints into what might be my problem, but I truly have no
idea where to go from here.
I have an object of approximately 15,000 rows and 2 columns. There are
many duplicates in the first column, all with different corresponding
values in the second column. For example (2 is duplicated):
2009 Feb 07
3
New package test results available
We've added a column at
http://cran.r-project.org/web/checks/check_summary.html
of test results using the Sun Studio compiler: it is intended that
these will be updated weekly.
The Sun Studio compiler is that used on Solaris: these runs were on
the Linux version. All the other platforms are using gcc 4, so this
provides an opportunity for checking for use of gcc-specific features
and
2007 Sep 27
3
Aggregate factor names
Hi all,
A suggestion derived from discussions amongst a number of R users in
my research group: set the default column names produced by aggregate
() equal to the names of the objects in the list passed to the 'by'
object.
ex. it is annoying to type
with(
my.data
,aggregate(
my.dv
,list(
one.iv = one.iv
,another.iv = another.iv
,yet.another.iv = yet.another.iv
)
2002 May 03
2
merge (PR#1510)
Full_Name: Martin Elff
Version: 1.5.0
OS: MS Windows 98
Submission from: (NULL) (134.155.91.46)
Merging of two data frames by variables with different names
(using by.x and by.y) is no
longer possible (it was possible in version 1.4.1).
Call:
mvoteint.classd.matadd <- merge(
unique(mvoteint.classd),
unique(subset(dimens.mpp,
2008 Oct 06
0
New verision 0.95 of package 'memisc' released to CRAN
Dear useRs,
I am pleased to announce the availability of version 0.95 of package 'memisc'
on CRAN (http://cran.r-project.org/web/packages/memisc/).
'memisc' does not implement any new estimators, but focuses on providing an
infrastructure for data analysis especially of survey data. It may be of
interest to all those who have had to use a commercial package like SPSS or
Stata
2008 Oct 06
0
New verision 0.95 of package 'memisc' released to CRAN
Dear useRs,
I am pleased to announce the availability of version 0.95 of package 'memisc'
on CRAN (http://cran.r-project.org/web/packages/memisc/).
'memisc' does not implement any new estimators, but focuses on providing an
infrastructure for data analysis especially of survey data. It may be of
interest to all those who have had to use a commercial package like SPSS or
Stata
2010 Dec 06
3
Please help with write.foreign(SPSS)
Dear all,
I get stuck when i try to export the data into SPSS format/file using
"write.foreign()"
Do you know how to do it exactly?
What i have done is
1) First i type the following code in R:
df<-data.frame(id,year,res1)
names(df)<-c("idcode","year","resarrvl")
2018 Oct 01
1
unexpected memory.limit on windows in embedded R
Dear All,
I'm linking R from another application and embedding it as described in the
R-exts manual, i.e. with initialization done via Rf_initEmbeddedR.
While everything works the same as in standalone R for Linux, under Windows
I found a difference in the default memory.limit, which is fixed to 2GB
(both win32 and win64) - compared to a limit in standalone R of 3.5GB for
win32 and 16GB on
2013 Nov 08
2
Salicru SPS One in Debian
Hello, I have a Salicru SPS One 700VA device, I want to manage it with
Debian Whezzy.
I read some information in the net about how to configure but I can
not get it working.
Could you help with this?
This is the log when I connect the USB:
[ 3194.688204] usb 4-4: new low-speed USB device number 2 using ohci_hcd
[ 3194.857239] usb 4-4: New USB device found, idVendor=0665, idProduct=5161
[
2009 Mar 09
5
Help
Hello Everyone,
I am trying to excess the inbuit .Fortran and .C codes of R. Can any one
help me in that. For example in kmeans clustering the algorithms are written
in .Fortran I want to access them and see the .Fortran syntax of the codes.
Can any one help me how can I do that?
Thanx,
Nitin Kumar
On Thu, Nov 27, 2008 at 12:00 PM, <r-help-request@r-project.org> wrote:
> Send R-help
2013 Nov 09
0
Salicru SPS One in Debian
On Nov 8, 2013, at 3:23 AM, Josu Lazkano wrote:
> Hello, I have a Salicru SPS One 700VA device, I want to manage it with
> Debian Whezzy.
>
> I read some information in the net about how to configure but I can
> not get it working.
I'm assuming you mean this blog post?
http://blog.ciberterminal.net/2013/04/28/ups-salicru-en-nut/
> Could you help with this?
>
>
2023 Nov 29
1
Barplot for data frame
? Wed, 29 Nov 2023 00:29:49 +0000
Livio Beqiri <liviob at live.com> ?????:
> how can i create a vertical barplot that displays brands in x-axis
> and Revenue in Y-axis
What have you tried? If you're not currently studying R with an
instructor (who should be contacted with basic questions like this
instead; see the posting guide at [1]), I can recommend a free book by
A. Shipunov
2009 Oct 10
7
SPSS long variable names
Hello guys I am new to this list and for R too.
I am wondering if there is a patch for the SPSS reading code on the
foreign package, in order to be able to read long variable names.
Right now read.spss() just trunc the names to 8 characters.
Or if someone could help me on other way:
I have to process everyday a lot of SPSS Syntax Files and Dat files
that come from one system that can only export
2011 Jul 01
1
como levantar en r una base en .sav (spss).
Hola Estimadas y Estimados,
Alguno podrá enseñarme, en caso de que sea posible, como lvantar desde R una
base (o variables) que estén en formato .sav (SPSS).
Hay que aplicar una librería distinta library (RODBC)? ,que es la que llamo
para levantar bases de un servidor SQL.
Espero que esten bien.
Muchas gracias.
Saludos cordiales,
Juan Manuel.
Argentina - Ministero de Salud de la Nación.
2005 Jul 12
1
write.foreign, SPSS on Mac OS X
Hi all,
I have jut installed the foreign package (v 0.8-8) on my OS X
machine, and have a bit of a problem writing out a data frame in SPSS
format. Specifically, the code file (the .sps format file) seems to
write 3 unprintable hex values instead of double quotes. For example, in
the following output ...
VALUE LABELS
/
immDel
1 ###1###
2 ###2###
3 ###3###
... emacs tells me that
2013 Nov 09
1
Salicru SPS One in Debian
Not of a big help here, but I think it's a voltronic power vesta 650:
http://www.voltronicpower.com/oCart2/index.php?route=product/product&path=37&product_id=52
If that is the case, it should work both with the blazer drivers (i.e.
all but the shutdown sequence) and with the now defunct voltronic
ones.
With arno's words:
"We are currently merging a new driver to replace
2013 Jan 02
1
Dell EMC 118031985 SPS - nothing but questions
I was wondering if anyone has seen anything like this standby power supply for
Dell servers.
http://www.ebay.co.uk/itm/200824909297?ssPageName=STRK:MEWNX:IT&_trksid=p3984.m1497.l2649
I made up a cable and can connect to it at 9600 baud 8N1. The problem is that
all it ever does is respond with a "?" and ends it with a LF
it does this whenever it recieves a LF - I'm begining to
2005 Jun 09
0
Flash Hook won't work with Asterisk@Home and SPS-2002
Greetings,
I have one PSTN line connected to my Asterisk@ Home box with call
waiting. I also have an SPA-2002 connected to an analog phone. When I am
calling on the PSTN and a call waiting beep comes through, I can hear it,
but when I press the flash key, nothing happens. It is as if the Sipura is
not passing the flash through. I monitor the asterisk box with the
verbosity turned up, but