Displaying 7 results from an estimated 7 matches for "icpsr".
Did you mean:
cpsr
2013 Mar 12
0
ICPSR data archive to release datasets in R format
...u might be interested in the following announcement
from the data archive of the Inter-University Consortium for Political and
Social Research (a world-wide organization of nearly 800 universities and
other institutions headquartered at the University of Michigan):
-------------- snip -----------
ICPSR releases new datasets in R format
ICPSR is pleased to announce that most new datasets we release will now be
available in R format. Along with data files readable by software packages
SAS, SPSS and Stata, data can now be downloaded as R datasets with the .rda
extension.
ICPSR has been releasing f...
2012 Aug 01
0
Upcoming workshop on R, taught by John Fox in Berkeley, CA
...kshop title is
"The R Statistical Computing Environment: The Basics and Beyond." It
will run from Monday, August 6 through Thursday, August 9 (9:00 a.m.
through 5:00 p.m. each day).
This workshop is offered as part of the Inter-university Consortium
for Political and Social Research (ICPSR) Summer Program in
Quantitative Methods of Social Research. More information, including
course description, syllabus, registration fees, etc., is available
on the ICPSR Summer Program website at:
http://www.icpsr.umich.edu/icpsrweb/sumprog/courses/0147
William G. Jacoby
Director, ICPSR Summer...
2018 Apr 13
0
Longitudinal and Multilevel Data in R and Stan: 5-day workshop May 28 to June 1, 2018
Longitudinal and Multilevel Data in R and Stan
ICPSR short course: May 28 to June 1, 2018
May 28: Introduction to R by John Fox
May 29 to June 1: Longitudinal and Multilevel Data in R and Stan by Georges Monette
Sponsored and organized by ICPSR, University of Michigan and
held at York University in Toronto, Ontario
Course description:https://www.i...
2002 Oct 26
2
Still missing something on missing values...
Hi,
I have a SPSS datafile which is used for my textbook in the
statistics (and which is available on
http://abacon.com/fox/s6720p2.sav, but it is originally from
ICPSR).
When I opened it with SPSS 10 and run Frequencies on it I
have got 979 valid data a 27 missing. However, see below
(unfortunately, I have used R in preparation of my homework,
which caused me an error on this):
> data=read.spss("s6720p2.sav")
> levels(data$CP1)
[1] "R...
2014 Mar 13
1
Are the "centos.org" AMIs in the EC2 marketplace "official"? locale breakage in 6.4 AMI
...gt;&1
/sbin/ldconfig
preuninstall scriptlet (using /bin/sh):
if [ $1 = 0 ]; then
/sbin/service svnserve stop > /dev/null 2>&1 || :
/sbin/chkconfig --del svnserve > /dev/null 2>&1 || :
fi
postuninstall program: /sbin/ldconfig
[root at dns-east svn]#
--
Dan Pritts
ICPSR Computing & Network Services
University of Michigan
+1 (734)615-7362
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20140313/91b8291f/attachment-0006.html>
2001 May 29
3
geary statistics
Hello,
i' m looking for a function to compute geary statistic for spatial correlation.
Thanks.
--
St?phane DRAY
---------------------------------------------------------------
Biom?trie et Biologie ?volutive - Equipe "?cologie Statistique"
Universite Lyon 1 - Bat 711 - 69622 Villeurbanne CEDEX - France
Tel : 04 72 43 27 56 Fax : 04 78 89 27 19
04 72 43 27 57 E-mail
2007 Dec 10
0
Error in read.spss() for .por files
...)
when used with a .por file. I had the same problem and in order to
successfully read the file into R I downloaded spss, saved the data as
.dat tab-delimited, and then used read.table(). The point is that spss
successfully read the same .por data file (the Polity II data freely
available from ICPSR) that R couldn't read. So, I assume this is a bug in
R.
> politydata<-read.spss("polityii.por")
Error in read.spss("polityii.por") : error reading portable-file
dictionary
In addition: Warning message:
Expected variable count record in: read.spss("polityii.por&...